[lv2-avw-plugins] Update to 0.0.8

Brendan Jones bsjones at fedoraproject.org
Sun Jul 15 02:46:42 UTC 2012


commit 3e0ac455ce9685360c05ef3b1e847dd775b49013
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sun Jul 15 04:46:23 2012 +0200

    Update to 0.0.8

 .gitignore              |    1 +
 lv2-avw-0.0.6-fsf.patch |   14 --------------
 lv2-avw-plugins.spec    |   11 ++++++-----
 sources                 |    2 +-
 4 files changed, 8 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6a9961..b22aee8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /avw.lv2.0.0.6.tar.gz
 /avw.lv2.0.0.7.tar.gz
+/avw.lv2.0.0.8.tar.gz
diff --git a/lv2-avw-plugins.spec b/lv2-avw-plugins.spec
index a46bf6d..7b48036 100644
--- a/lv2-avw-plugins.spec
+++ b/lv2-avw-plugins.spec
@@ -1,5 +1,5 @@
 Name:           lv2-avw-plugins
-Version:        0.0.7
+Version:        0.0.8
 Release:        1%{?dist}
 Summary:        A port of the AMS internal modules to LV2 plugins
 
@@ -7,7 +7,6 @@ Group:          Applications/Multimedia
 License:        GPLv2
 URL:            http://sourceforge.net/projects/avwlv2
 Source0:        http://downloads.sourceforge.net/project/avwlv2/avw.lv2.%{version}.tar.gz
-Patch0:         lv2-avw-0.0.6-fsf.patch
 BuildRequires:  lv2core-devel
 BuildRequires:  lv2-c++-tools-devel >= 1.0.4
 BuildRequires:  slv2-devel
@@ -19,8 +18,7 @@ Requires:       lv2core
 A port of the Alsa Modular Synth internal modules to LV2
 
 %prep
-%setup -q -n avwlv2-code
-%patch0 -p1 
+%setup -q -n avw.lv2
 # ensure the correct flags are used and enforce use of our lv2core headers
 sed -i -e 's|-std=c99|-std=c99 %{optflags}|' \
        -e 's|lv2/lv2plug.in/ns/lv2core/lv2.h|lv2.h|' \
@@ -40,8 +38,11 @@ sed -i -e 's|-std=c99|-std=c99 %{optflags}|' \
 %{_libdir}/lv2/avw.lv2
 
 %changelog
+* Sun Jul 15 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.8-1
+- Update to upstream 0.0.8
+
 * Sun Mar 25 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.7-1
-- Update to upstream 0.0.6
+- Update to upstream 0.0.8
 
 * Mon Jan 16 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.6-3
 - Remove build flags, correct release
diff --git a/sources b/sources
index 962db82..d54c438 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d05754a4780a4310bc7a86c220083f3  avw.lv2.0.0.7.tar.gz
+95f798eda1b8c80aecdd9ebbcdbbc267  avw.lv2.0.0.8.tar.gz


More information about the scm-commits mailing list