rpms/rubberband/devel rubberband-1.2-gcc44.patch, NONE, 1.1 rubberband.spec, 1.3, 1.4

Michel Alexandre Salim salimma at fedoraproject.org
Sun Feb 8 05:48:40 UTC 2009


Author: salimma

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

Modified Files:
	rubberband.spec 
Added Files:
	rubberband-1.2-gcc44.patch 
Log Message:
* Sun Feb  8 2009 Michel Salim <salimma at fedoraproject.org> - 1.2-3
- Fix compilation problem with GCC 4.4


rubberband-1.2-gcc44.patch:

--- NEW FILE rubberband-1.2-gcc44.patch ---
--- rubberband-1.2/src/vamp/RubberBandVampPlugin.cpp.gcc44	2008-07-08 11:43:30.000000000 -0400
+++ rubberband-1.2/src/vamp/RubberBandVampPlugin.cpp	2009-02-08 00:26:07.010884505 -0500
@@ -18,6 +18,7 @@
 #include "sysutils.h"
 
 #include <cmath>
+#include <cstdio>
 
 using std::string;
 using std::vector;


Index: rubberband.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubberband/devel/rubberband.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rubberband.spec	14 Dec 2008 23:20:51 -0000	1.3
+++ rubberband.spec	8 Feb 2009 05:48:09 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           rubberband
 Version:        1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Audio time-stretching and pitch-shifting library
 
 Group:          System Environment/Libraries
@@ -8,7 +8,8 @@
 URL:            http://www.breakfastquay.com/rubberband/
 Source0:        http://www.breakfastquay.com/rubberband/files/rubberband-%{version}.tar.bz2
 Patch0:         rubberband-1.2-gcc43.patch
-Patch1:         rubberband-1.2-mk.patch
+Patch1:         rubberband-1.2-gcc44.patch
+Patch2:         rubberband-1.2-mk.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fftw-devel libsamplerate-devel libsndfile-devel
@@ -34,7 +35,8 @@
 %prep
 %setup -q
 %patch0 -p1 -b .gcc43
-%patch1 -p1 -b .mk
+%patch1 -p1 -b .gcc44
+%patch2 -p1 -b .mk
 
 
 %build
@@ -76,6 +78,9 @@
 
 
 %changelog
+* Sun Feb  8 2009 Michel Salim <salimma at fedoraproject.org> - 1.2-3
+- Fix compilation problem with GCC 4.4
+
 * Sun Dec 14 2008 Michel Salim <salimma at fedoraproject.org> - 1.2-2
 - Rebuild for vamp-plugins-sdk-2.0
 




More information about the fedora-extras-commits mailing list