rpms/snownews/devel snownews.spec,1.18,1.19

Zing Zing Shishak shishz at fedoraproject.org
Fri May 29 03:25:17 UTC 2009


Author: shishz

Update of /cvs/pkgs/rpms/snownews/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22217

Modified Files:
	snownews.spec 
Log Message:
* Thu May 28 2009 Zing <zing at fastmail.fm> - 1.5.10-5
- possible pie fix for sparc build



Index: snownews.spec
===================================================================
RCS file: /cvs/pkgs/rpms/snownews/devel/snownews.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- snownews.spec	26 Feb 2009 01:52:16 -0000	1.18
+++ snownews.spec	29 May 2009 03:24:46 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		snownews
 Version: 	1.5.10
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 Summary: 	A text mode RSS/RDF newsreader
 Group: 		Applications/Internet
 License: 	GPLv2
@@ -30,7 +30,7 @@ with any version of libxml2.
 
 %build
 ./configure --prefix=%{_prefix}
-EXTRA_CFLAGS="$RPM_OPT_FLAGS -fpie" EXTRA_LDFLAGS="-pie" make %{?_smp_mflags}
+EXTRA_CFLAGS="$RPM_OPT_FLAGS -fPIE" EXTRA_LDFLAGS="-pie" make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/man1/*
 
 %changelog
+* Thu May 28 2009 Zing <zing at fastmail.fm> - 1.5.10-5
+- possible pie fix for sparc build
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list