[rubberband/f16] Update to 1.7.0

Michel Alexandre Salim salimma at fedoraproject.org
Tue Jan 31 19:12:43 UTC 2012


commit 4de0f5b8946e09557cf8005c832ee577dbbb88ee
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Jan 31 19:58:04 2012 +0100

    Update to 1.7.0

 .gitignore                                         |    2 +-
 rubberband-1.6.0-gcc46.patch                       |   10 ----------
 ...fix_ver.patch => rubberband-1.7.0-fix_ver.patch |    2 +-
 rubberband.spec                                    |   17 +++++++++--------
 sources                                            |    2 +-
 5 files changed, 12 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7be1f41..7ac543f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/rubberband-1.6.0.tar.bz2
+/rubberband-1.7.0.tar.bz2
diff --git a/rubberband-1.6.0-fix_ver.patch b/rubberband-1.7.0-fix_ver.patch
similarity index 95%
rename from rubberband-1.6.0-fix_ver.patch
rename to rubberband-1.7.0-fix_ver.patch
index 920d6b5..cf61558 100644
--- a/rubberband-1.6.0-fix_ver.patch
+++ b/rubberband-1.7.0-fix_ver.patch
@@ -5,7 +5,7 @@
  
  Name: rubberband
 -Version: 1.4.0
-+Version: 1.6.0
++Version: 1.7.0
  Description: 
  Libs: -L${libdir} -lrubberband
  Cflags: -I${includedir} 
diff --git a/rubberband.spec b/rubberband.spec
index 06696b2..3e4954b 100644
--- a/rubberband.spec
+++ b/rubberband.spec
@@ -1,18 +1,17 @@
 Name:           rubberband
-Version:        1.6.0
+Version:        1.7.0
 Release:        1%{?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/16/rubberband-%{version}.tar.bz2
-Patch0:         %{name}-1.6.0-gcc46.patch
-Patch1:         %{name}-1.5.0-mk.patch
+Source0:        http://code.breakfastquay.com/attachments/download/23/rubberband-1.7.0.tar.bz2
+Patch0:         %{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.6.0-fix_ver.patch
+Patch1:		%{name}-1.6.0-fix_ver.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fftw-devel libsamplerate-devel libsndfile-devel
@@ -37,9 +36,8 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc46
-%patch1 -p1 -b .mk
-%patch2 -p1 -b .fix_ver
+%patch0 -p1 -b .mk
+%patch1 -p1 -b .fix_ver
 sed -i 's|{exec_prefix}/lib|{exec_prefix}/%{_lib}|' rubberband.pc.in
 
 
@@ -81,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 31 2012 Michel Salim <salimma at fedoraproject.org> - 1.7.0-1
+- Update to 1.7.0
+
 * Thu Jul 14 2011 Michel Salim <salimma at fedoraproject.org> - 1.6.0-1
 - Update to 1.6.0
 
diff --git a/sources b/sources
index 9681ed3..b21fad2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28e3dc1f5ae694d6846bcb0ef3d597fc  rubberband-1.6.0.tar.bz2
+49093923c7a48e5860a5f7db3590ac74  rubberband-1.7.0.tar.bz2


More information about the scm-commits mailing list