# HG changeset patch # User Stu Tomlinson # Date 1275442627 0 # Node ID 7f95429d0cc3cbedcd577a6eb519ac2dbded09d0 # Parent 17d5518c5cad34075038bc50a1d5e941981251c9 I forgot to update the RPM spec file for building for older releases with older hicolor-icon-theme packages before release. Oops. Refs: #12073 diff -r 17d5518c5cad -r 7f95429d0cc3 pidgin.spec.in --- a/pidgin.spec.in Mon May 31 18:14:40 2010 +0000 +++ b/pidgin.spec.in Wed Jun 02 01:37:07 2010 +0000 @@ -241,7 +241,8 @@ %{?_with_mono:--enable-mono} \ %{?_with_sasl:--enable-cyrus-sasl} \ %{?_without_tcl:--disable-tcl} \ - %{?_without_text:--disable-consoleui} + %{?_without_text:--disable-consoleui} \ + %{?_with_trayiconcompat:--enable-trayicon-compat} make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -470,6 +471,10 @@ %endif %changelog +* Wed Jun 02 2010 Stu Tomlinson +- add an option to build RPMs using --enable-trayicon-compat + (--with trayiconcompat) + * Thu May 13 2010 Stu Tomlinson - Include all libpurple headers in libpurple-devel