rpms/rubberband/F-12 rubberband-1.5.0-fix_ver.patch, NONE, 1.1 rubberband.spec, 1.7, 1.8

Michel Alexandre Salim salimma at fedoraproject.org
Sat Jul 3 18:14:58 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/rubberband/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20681/F-12

Modified Files:
	rubberband.spec 
Added Files:
	rubberband-1.5.0-fix_ver.patch 
Log Message:
- update all branches to 1.5.0
- fix incorrect version declaration in pkgconfig file


rubberband-1.5.0-fix_ver.patch:
 configure.ac     |    2 +-
 rubberband.pc.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE rubberband-1.5.0-fix_ver.patch ---
--- rubberband-1.5.0/rubberband.pc.in.fix_ver	2010-05-02 21:06:05.000000000 +0200
+++ rubberband-1.5.0/rubberband.pc.in	2010-07-03 20:01:01.396222596 +0200
@@ -4,7 +4,7 @@
 includedir=${prefix}/include
 
 Name: rubberband
-Version: 1.4.0
+Version: 1.5.0
 Description: 
 Libs: -L${libdir} -lrubberband
 Cflags: -I${includedir} 
--- rubberband-1.5.0/configure.ac.fix_ver	2010-05-02 21:06:05.000000000 +0200
+++ rubberband-1.5.0/configure.ac	2010-07-03 20:02:24.968410068 +0200
@@ -1,5 +1,5 @@
 
-AC_INIT(RubberBand, 1.2, cannam at all-day-breakfast.com)
+AC_INIT(RubberBand, 1.5, cannam at all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(src/StretcherImpl.h)
 AC_PROG_CXX


Index: rubberband.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubberband/F-12/rubberband.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rubberband.spec	12 Jun 2010 11:41:52 -0000	1.7
+++ rubberband.spec	3 Jul 2010 18:14:58 -0000	1.8
@@ -1,14 +1,18 @@
 Name:           rubberband
 Version:        1.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Audio time-stretching and pitch-shifting library
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://www.breakfastquay.com/rubberband/
 Source0:        http://code.breakfastquay.com/attachments/download/1/rubberband-1.5.0.tar.bz2
-Patch0:         rubberband-1.5.0-gcc44.patch
-Patch1:         rubberband-1.5.0-mk.patch
+Patch0:         %{name}-1.5.0-gcc44.patch
+Patch1:         %{name}-1.5.0-mk.patch
+# incorrect version in configure.ac (harmless) and .pc.in (could be bad
+# if a consumer strictly requires 1.5.0 functionality);
+# e-mailed to author
+Patch2:		%{name}-1.5.0-fix_ver.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fftw-devel libsamplerate-devel libsndfile-devel
@@ -35,6 +39,7 @@ developing applications that use %{name}
 %setup -q
 %patch0 -p1 -b .gcc44
 %patch1 -p1 -b .mk
+%patch2 -p1 -b .fix_ver
 
 
 %build
@@ -75,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul  3 2010 Michel Salim <salimma at fedoraproject.org> - 1.5.0-2
+- Fixed pkg-config version declaration
+
 * Wed Jun  2 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.5.0-1
 - update to 1.5.0
 - disable static libs



More information about the scm-commits mailing list