[audacity/f15] update to 2.0.0 final

David Timms dtimms at fedoraproject.org
Wed Mar 14 22:03:00 UTC 2012


commit 166d780d9e9b25ec9f346603b1903f152b1db997
Author: David Timms <dtimms at iinet.net.au>
Date:   Thu Mar 15 09:03:15 2012 +1100

    update to 2.0.0 final

 .gitignore                   |    2 +-
 audacity-1.3.14-gtypes.patch |   11 -----------
 audacity.spec                |   13 +++++--------
 sources                      |    2 +-
 4 files changed, 7 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81541c5..f88ea81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/audacity-minsrc-2.0.0rc9.tar.bz2
+/audacity-minsrc-2.0.0.tar.bz2
 /help.zip
diff --git a/audacity.spec b/audacity.spec
index c672214..d4a5759 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -4,7 +4,7 @@
 Name: audacity
 
 Version: 2.0.0
-Release: 0.9.rc9%{?dist}
+Release: 1%{?dist}
 Summary: Multitrack audio editor
 Group:   Applications/Multimedia
 License: GPLv2
@@ -14,13 +14,9 @@ URL:     http://audacity.sourceforge.net
 
 # use for upstream source releases:
 #Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%#{version}-beta.tar.bz2
-Source0: http://audacity.googlecode.com/files/audacity-minsrc-%{version}rc9.tar.bz2
+Source0: http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.bz2
 %define tartopdir audacity-src-%{version}
 
-# use for svn snapshot: [see package README for generation process]
-#S#ource0: audacity-minsrc-2.0.0-rc1-20120218.tar.bz2
-#%#define tartopdir audacity-src-%{version}
-
 # The manual is not versioned; it is essentially a work in progress
 Source1: http://manual.audacityteam.org/help.zip
 
@@ -31,7 +27,6 @@ Patch2: audacity-1.3.9-libdir.patch
 # enable startup notification
 # add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
 Patch3: audacity-1.3.13-desktop.in.patch
-#P#atch4: audacity-1.3.14-gtypes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -101,7 +96,6 @@ do
 done
 
 %patch3 -b .desktop.old
-#%#patch4 -b .gtypes
 
 
 %build
@@ -180,6 +174,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Wed Mar 14 2012 David Timms <iinet.net.au at dtimms> - 2.0.0-1
+- update to 2.0.0 final
+
 * Sun Mar 11 2012 David Timms <iinet.net.au at dtimms> - 2.0.0-0.9.rc9
 - update to 2.0.0 release candidate 9
 - drop upstreamed glib2 include patch
diff --git a/sources b/sources
index ffe605c..e1a01f8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-094b7001af29818cd84961b83397377f  audacity-minsrc-2.0.0rc9.tar.bz2
+094b7001af29818cd84961b83397377f  audacity-minsrc-2.0.0.tar.bz2
 22b95057384a4553423f13ccfed311f0  help.zip


More information about the scm-commits mailing list