comparison gaim.spec.in @ 7235:03f22e564311

[gaim-migrate @ 7810] I added some deps to the rpm, those should be there, right? Also... [ 821937 ] Fix for away message tooltip In Gaim 0.71, the tooltip text for Oscar is not properly escaped. This causes away messages such as "failed <-- this is a fact, not a prediction" to break the tooltip. Other protocols do not have this issue, since they call g_markup_escape_text() in the appropriate places. The call to gaim_markup_strip_html() is not sufficient in cases such as the example, since complete HTML tags are not present but HTML special characters are. This patch simply calls g_markup_escape_text() before adding the away message to the tooltip text. Patch is against the 0.71 source, since I don't think anoymous CVS is up-to-date. --Daniel Westermann-Clark (potpieman) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Oct 2003 03:15:38 +0000
parents e13fd40cc827
children 7346c92b01c7
comparison
equal deleted inserted replaced
7234:cd0cedf0edd0 7235:03f22e564311
9 Url: http://gaim.sourceforge.net/ 9 Url: http://gaim.sourceforge.net/
10 Source: %{name}-%{version}.tar.gz 10 Source: %{name}-%{version}.tar.gz
11 Packager: Rob Flynn <rob@marko.net> 11 Packager: Rob Flynn <rob@marko.net>
12 BuildRoot: %{_tmppath}/%{name}-%{version}-root 12 BuildRoot: %{_tmppath}/%{name}-%{version}-root
13 %if "%{_vendor}" != "MandrakeSoft" 13 %if "%{_vendor}" != "MandrakeSoft"
14 Requires: gtk2 >= 2.0.0, mozilla-nss 14 Requires: gtk2 >= 2.0.0, mozilla-nss, gtkspell, audiofile, libao
15 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, mozilla-nss-devel 15 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel, libao-devel, pkgconfig, mozilla-nss-devel
16 %else 16 %else
17 Requires: gtk+2.0 >= 2.0.0, libnss3 17 Requires: gtk+2.0 >= 2.0.0, libnss3
18 BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, libnss3-devel 18 BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, libnss3-devel
19 %endif 19 %endif
20 20