rpms/zita-convolver/devel zita-convolver.spec,1.3,1.4

Orcan Ogetbil oget at fedoraproject.org
Sun Jul 18 03:16:01 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/zita-convolver/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28480

Modified Files:
	zita-convolver.spec 
Log Message:
* Sat Jul 17 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.0-2
- Fix compilation flags on i686, causing us SELinux denials. RHBZ#615650



Index: zita-convolver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zita-convolver/devel/zita-convolver.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- zita-convolver.spec	16 Dec 2009 09:16:06 -0000	1.3
+++ zita-convolver.spec	18 Jul 2010 03:15:59 -0000	1.4
@@ -3,7 +3,7 @@
 Summary:       Convolution engine library
 Name:          zita-convolver
 Version:       2.0.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       GPLv2+
 Group:         System Environment/Libraries
 URL:           http://www.kokkinizita.net/linuxaudio/
@@ -35,8 +35,7 @@ sed -i '\|ldconfig|d' libs/Makefile
 sed -i 's|install |install -p |' libs/Makefile
 
 # Force Fedora's optflags
-sed -i 's|-O3|%{optflags}|' libs/Makefile
-sed -i '/-march=i686/d' libs/Makefile
+sed -i 's|-march=i686|%{optflags}|' libs/Makefile
 %ifnarch %ix86 x86_64
 sed -i '/-msse/d' libs/Makefile
 %endif
@@ -68,6 +67,9 @@ rm -rf %{buildroot}
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Sat Jul 17 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.0-2
+- Fix compilation flags on i686, causing us SELinux denials. RHBZ#615650
+
 * Wed Dec 16 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.0-1
 - updated to 2.0.0
 



More information about the scm-commits mailing list