Mercurial > pidgin
changeset 30147:7f95429d0cc3
I forgot to update the RPM spec file for building for older releases with
older hicolor-icon-theme packages before release. Oops.
Refs: #12073
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 02 Jun 2010 01:37:07 +0000 |
parents | 17d5518c5cad |
children | de762c79a5f1 |
files | pidgin.spec.in |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stu@nosnilmot.com> +- add an option to build RPMs using --enable-trayicon-compat + (--with trayiconcompat) + * Thu May 13 2010 Stu Tomlinson <stu@nosnilmot.com> - Include all libpurple headers in libpurple-devel