rpms/mail-notification/devel mail-notification.spec,1.12,1.13

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu Nov 10 17:57:31 UTC 2005


Author: thl

Update of /cvs/extras/rpms/mail-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9004

Modified Files:
	mail-notification.spec 
Log Message:
rebuild against new openssl; use LDFLAGS and not CFLAGS for fixing #172010


Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mail-notification.spec	5 Nov 2005 20:17:16 -0000	1.12
+++ mail-notification.spec	10 Nov 2005 17:57:29 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        2.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
@@ -48,7 +48,7 @@
 %patch2 -p1 -b .evolution
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -Wl,--export-dynamic"
+export LDFLAGS="-Wl,--export-dynamic"
 %configure --disable-schemas-install  --enable-evolution --with-evolution-source-dir=/usr/include/evolution-2.4
 make %{?_smp_mflags}
 
@@ -117,7 +117,11 @@
 
 
 %changelog
-* Thu Sep 22 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-6
+* Thu Nov 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-7
+- rebuild against new openssl
+- use LDFLAGS and not CFLAGS for fixing #172010
+
+* Sat Nov 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-6
 - Fix #172010 with export CFLAGS="-Wl,--export-dynamic" for now
 - BR evolution-data-server-devel
 - Use --disable-schemas-install




More information about the fedora-extras-commits mailing list