pidgin: 4e13d248: I forgot to update the RPM spec file for...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Tue Jun 1 21:45:45 EDT 2010


-----------------------------------------------------------------
Revision: 4e13d24893523b8cf8f1197f69827e562fde3309
Ancestor: 913a8d73fc8635dab66f0c26561d1ec9fe366b09
Author: nosnilmot at pidgin.im
Date: 2010-06-02T01:37:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4e13d24893523b8cf8f1197f69827e562fde3309

Modified files:
        pidgin.spec.in

ChangeLog: 

I forgot to update the RPM spec file for building for older releases with
older hicolor-icon-theme packages before release. Oops.
Refs: #12073

-------------- next part --------------
============================================================
--- pidgin.spec.in	71c952c4fc12a30ef025dab77139689529f187fb
+++ pidgin.spec.in	126eb8ab0c3700ac9c447484383da882884c6a6c
@@ -241,7 +241,8 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --pr
                                     %{?_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 @@ fi
 %endif
 
 %changelog
+* Wed Jun 02 2010 Stu Tomlinson <stu at nosnilmot.com>
+- add an option to build RPMs using --enable-trayicon-compat
+  (--with trayiconcompat)
+
 * Thu May 13 2010 Stu Tomlinson <stu at nosnilmot.com>
 - Include all libpurple headers in libpurple-devel
 


More information about the Commits mailing list