[sooperlooper] Update to new upstream 1.6.18

Brendan Jones bsjones at fedoraproject.org
Mon Apr 2 09:13:38 UTC 2012


commit 435777ea9ff4cac0fdae47eb9507eef3ad44d473
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Mon Apr 2 11:13:30 2012 +0200

    Update to new upstream 1.6.18

 .gitignore                       |    1 +
 sooperlooper-1.6.13-consts.patch |   36 ------------------------------------
 sooperlooper.spec                |   25 ++++++-------------------
 sources                          |    2 +-
 4 files changed, 8 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a0ad12..a1a3b6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sooperlooper-1.6.13-2.tar.gz
+/sooperlooper-1.6.18.tar.gz
diff --git a/sooperlooper.spec b/sooperlooper.spec
index 404302c..519ec46 100644
--- a/sooperlooper.spec
+++ b/sooperlooper.spec
@@ -1,14 +1,13 @@
 Summary: Realtime software looping sampler
 Name: sooperlooper
-Version: 1.6.13
-Release: 9%{?dist}
+Version: 1.6.18
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 URL: http://essej.net/sooperlooper/
-Source0: http://essej.net/sooperlooper/sooperlooper-%{version}-2.tar.gz
+Source0: http://essej.net/sooperlooper/sooperlooper-%{version}.tar.gz
 Source1: sooperlooper.png
 Source2: sooperlooper.desktop
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: hicolor-icon-theme
 
 BuildRequires: gettext-devel ncurses-devel wxGTK-devel rubberband-devel
@@ -16,8 +15,6 @@ BuildRequires: desktop-file-utils jack-audio-connection-kit-devel
 BuildRequires: libsigc++-devel libsndfile-devel liblo-devel fftw-devel
 BuildRequires: libsamplerate-devel alsa-lib-devel libxml2-devel
 
-Patch0: sooperlooper-1.6.13-consts.patch
-
 %description
 SooperLooper is a realtime software looping sampler in the spirit of
 Gibson's Echoplex Digital Pro. If used with a low-latency kernel and
@@ -27,7 +24,6 @@ live looping performance.
 
 %prep
 %setup -q
-%patch0 -p1 -b .consts
 # kill the stubborn overriding of CXXFLAGS
 sed -i 's/OPT_FLAGS="$OPT_FLAGS -pipe"/OPT_FLAGS=""/g' configure
 sed -i 's/OPT_FLAGS="$OPT_FLAGS -pipe"/OPT_FLAGS="%{optflags}"/g' \
@@ -40,7 +36,6 @@ sed -i 's/OPT_FLAGS="$OPT_FLAGS -pipe"/OPT_FLAGS="%{optflags}"/g' \
 
 
 %install
-%{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} install
 
 # install icon in the proper freedesktop location
@@ -57,11 +52,6 @@ desktop-file-install --vendor fedora \
   `for c in ${BASE} ${XTRA} ; do echo "--add-category $c " ; done` \
   %{SOURCE2}
 
-
-%clean
-%{__rm} -rf %{buildroot}
-
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -76,7 +66,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files
-%defattr(-,root,root,-)
 %doc README OSC COPYING
 %{_bindir}/*
 %{_datadir}/sooperlooper
@@ -85,11 +74,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
-* Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.13-9
-- Rebuilt for c++ ABI breakage
-
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.13-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Sun Apr 02 2012 Brendan Jones <brendan.jones.it at gmail.com> - 1.6.18-1
+- Update to upstream 1.6.18, remove consts patch
+- Remove obsolete BuildRoot tags and clean section
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.13-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index 1ea3f3d..feda811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60eb9f2d5ddb652c9b57e2a5295a3db5  sooperlooper-1.6.13-2.tar.gz
+e59d59ca85eaf652a4870c6c3ac80b5a  sooperlooper-1.6.18.tar.gz


More information about the scm-commits mailing list