rpms/zita-convolver/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 zita-convolver.spec, 1.2, 1.3

Orcan Ogetbil oget at fedoraproject.org
Wed Dec 16 09:16:06 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/zita-convolver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28793

Modified Files:
	.cvsignore sources zita-convolver.spec 
Log Message:
* Wed Dec 16 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.0-1
- updated to 2.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zita-convolver/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	13 May 2009 06:00:07 -0000	1.2
+++ .cvsignore	16 Dec 2009 09:16:06 -0000	1.3
@@ -1 +1 @@
-zita-convolver-1.0.0.tar.bz2
+zita-convolver-2.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zita-convolver/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	13 May 2009 06:00:07 -0000	1.2
+++ sources	16 Dec 2009 09:16:06 -0000	1.3
@@ -1 +1 @@
-892ef99cf39b6a8e87639efdcd96dbd5  zita-convolver-1.0.0.tar.bz2
+7e4e30fb628aed009fa22e4ed46f556a  zita-convolver-2.0.0.tar.bz2


Index: zita-convolver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zita-convolver/devel/zita-convolver.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- zita-convolver.spec	27 Jul 2009 09:03:52 -0000	1.2
+++ zita-convolver.spec	16 Dec 2009 09:16:06 -0000	1.3
@@ -1,9 +1,9 @@
-%global libmajor 1
+%global libmajor 2
 
 Summary:       Convolution engine library
 Name:          zita-convolver
-Version:       1.0.0
-Release:       3%{?dist}
+Version:       2.0.0
+Release:       1%{?dist}
 License:       GPLv2+
 Group:         System Environment/Libraries
 URL:           http://www.kokkinizita.net/linuxaudio/
@@ -29,13 +29,17 @@ contains libraries and header files for 
 %setup -q
 
 # No need to call ldconfig during packaging
-sed -i '\|/sbin/ldconfig|d' libs/Makefile
+sed -i '\|ldconfig|d' libs/Makefile
 
 # Preserve timestamps
-sed -i 's|/install|/install -p|' 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
+%ifnarch %ix86 x86_64
+sed -i '/-msse/d' libs/Makefile
+%endif
 
 %build
 make -C libs PREFIX=%{_prefix} %{?_smp_mflags}
@@ -64,6 +68,9 @@ rm -rf %{buildroot}
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Wed Dec 16 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.0-1
+- updated to 2.0.0
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list