[synthv1] Update to 0.1.0

Brendan Jones bsjones at fedoraproject.org
Sat Sep 15 03:41:46 UTC 2012


commit 628b5a0585b983bcd60548671279233cbb6aaf9b
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sat Sep 15 05:41:38 2012 +0200

    Update to 0.1.0

 .gitignore   |    1 +
 sources      |    2 +-
 synthv1.spec |   14 ++++++++------
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8838c3b..4ef6c6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /synthv1-0.0.9svn769.tar.gz
+/synthv1-0.1.0.tar.gz
diff --git a/sources b/sources
index d068ae0..ee157ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f341aa187391077fcd5f9f4e21c5b70  synthv1-0.0.9svn769.tar.gz
+7eb5d7c36fc41c2a75cb2f25bbbdab1f  synthv1-0.1.0.tar.gz
diff --git a/synthv1.spec b/synthv1.spec
index b508c16..0c6f504 100644
--- a/synthv1.spec
+++ b/synthv1.spec
@@ -1,10 +1,9 @@
-
 Summary:       A 4-oscillator subtractive polyphonic synthesizer
 Name:          synthv1
-Version:       0.0.9
-Release:       0.3.svn769%{?dist}
-URL:           http://www.rncbc.org/
-Source0:       http://www.rncbc.org/snapshots/%{name}-%{version}svn769.tar.gz
+Version:       0.1.0
+Release:       1%{?dist}
+URL:           http://sourceforge.net/projects/%{name}
+Source0:       http://downloads.sourceforge.net/project/%{name}/0.1.0/%{name}-%{version}.tar.gz
 License:       GPLv2+
 Group:         Applications/Multimedia
 Requires:      hicolor-icon-theme
@@ -28,7 +27,7 @@ Requires:      lv2
 An LV2 plugin of the synthv1 subtractive synthesizer
 
 %prep
-%setup -q -n %{name}-%{version}svn769
+%setup -q 
 sed -i -e 's|-msse -mfpmath=sse -ffast-math|%{optflags} -fPIC|' synthv1_lv2.pro
 sed -i -e 's|-msse -mfpmath=sse -ffast-math|%{optflags} -fPIC|' synthv1_jack.pro
 
@@ -65,6 +64,9 @@ fi
 %{_libdir}/lv2/%{name}.lv2/
 
 %changelog
+* Sat Sep 15 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.1.0-1
+- Update to 0.1.0
+
 * Wed Aug 29 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.9-0.3.svn769
 - Update to svn769
 


More information about the scm-commits mailing list