From 1df667a15d3680d29d6c3517bdf1d7a9ce6cf843 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 28 Oct 2012 20:25:59 +0700 Subject: [PATCH] Update to 1.8.1 --- .gitignore | 2 +- rubberband-1.7.0-fix_ver.patch | 11 ----------- rubberband.spec | 14 ++++++-------- sources | 2 +- 4 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 rubberband-1.7.0-fix_ver.patch diff --git a/.gitignore b/.gitignore index 7ac543f..1732409 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/rubberband-1.7.0.tar.bz2 +/rubberband-1.8.1.tar.bz2 diff --git a/rubberband-1.7.0-fix_ver.patch b/rubberband-1.7.0-fix_ver.patch deleted file mode 100644 index cf61558..0000000 --- a/rubberband-1.7.0-fix_ver.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rubberband-1.6.0/rubberband.pc.in.fix_ver 2011-03-19 16:01:07.000000000 +0100 -+++ rubberband-1.6.0/rubberband.pc.in 2011-07-14 15:47:48.049514847 +0200 -@@ -4,7 +4,7 @@ - includedir=${prefix}/include - - Name: rubberband --Version: 1.4.0 -+Version: 1.7.0 - Description: - Libs: -L${libdir} -lrubberband - Cflags: -I${includedir} diff --git a/rubberband.spec b/rubberband.spec index f763c5f..44a6213 100644 --- a/rubberband.spec +++ b/rubberband.spec @@ -1,17 +1,13 @@ Name: rubberband -Version: 1.7.0 -Release: 3%{?dist} +Version: 1.8.1 +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/23/rubberband-1.7.0.tar.bz2 +Source0: http://code.breakfastquay.com/attachments/download/34/rubberband-1.8.1.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 -Patch1: %{name}-1.7.0-fix_ver.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fftw-devel libsamplerate-devel libsndfile-devel @@ -37,7 +33,6 @@ developing applications that use %{name}. %prep %setup -q %patch0 -p1 -b .mk -%patch1 -p1 -b .fix_ver sed -i 's|{exec_prefix}/lib|{exec_prefix}/%{_lib}|' rubberband.pc.in @@ -79,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 28 2012 Michel Salim - 1.8.1-1 +- Update to 1.8.1 + * Sat Jul 21 2012 Fedora Release Engineering - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index b21fad2..c63da4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49093923c7a48e5860a5f7db3590ac74 rubberband-1.7.0.tar.bz2 +6c2b4e18a714bcc297d0db81a10f9348 rubberband-1.8.1.tar.bz2