[audacity] update to 1.3.14 alpha svn snapshot

David Timms dtimms at fedoraproject.org
Tue Nov 1 10:14:32 UTC 2011


commit 8a9e3190fba882dda48c07222021ea254756384a
Author: David Timms <dtimms at iinet.net.au>
Date:   Tue Nov 1 21:12:51 2011 +1100

    update to 1.3.14 alpha svn snapshot

 README        |   17 +++++++++++++++++
 audacity.spec |   17 +++++++++++++----
 2 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index e0c9bb3..f13f558 100644
--- a/README
+++ b/README
@@ -1,3 +1,20 @@
+audacity-1.3.14-0.1.alpha20111101svn11296
+This is an alpha snapshot of the next beta release. Timeliness of creating 
+a fresh beta release was mentioned in audacity-devel list.
+For now build for both rawhide in Fedora and RPM Fusion, with the expectation
+to update to the release in F16 should it drop in an appropriate timeframe.
+
+How to create the minsrc.tar.bz2:
+see: http://article.gmane.org/gmane.comp.audio.audacity.devel/32481
+http://wiki.audacityteam.org/wiki/Building_Release_Tarballs
+
+- svn checkout http://audacity.googlecode.com/svn/audacity-src/trunk/ audacity-read-only
+- cd audacity-read-only
+- ./scripts/maketarball.sh verbose
+- cd ..
+    - created as: audacity-minsrc-1.3.14-alpha-20111101.tar.bz2
+
+-----
 audacity 1.3.13 beta release 2011-04
 updating rawhide to this, hopefully to be able to back port to f15, f14 and drop all post 1.3.12 beta patches.
 
diff --git a/audacity.spec b/audacity.spec
index 96122dd..4c1c033 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -3,17 +3,23 @@
 
 Name: audacity
 
-Version: 1.3.13
-Release: 0.4.beta%{?dist}
+Version: 1.3.14
+Release: 0.1.alpha20111101svn11296%{?dist}
 Summary: Multitrack audio editor
 Group:   Applications/Multimedia
 License: GPLv2
 URL:     http://audacity.sourceforge.net
 
-%define tartopdir audacity-src-%{version}-beta
 %define realname audacity
 
-Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-beta.tar.bz2
+# use for upstream source releases:
+#Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-beta.tar.bz2
+#%#define tartopdir audacity-src-%{version}-beta
+
+# use for svn snapshot: [see package README for generation process]
+Source0: audacity-minsrc-1.3.14-alpha-20111101.tar.bz2
+%define tartopdir audacity-src-%{version}-alpha-20111101
+
 # The manual is not versioned; it is essentially a work in progress
 Source1: http://manual.audacityteam.org/help.zip
 
@@ -171,6 +177,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Tue Nov  1 2011 David Timms <iinet.net.au at dtimms> - 1.3.14-0.1.alpha20111101svn11296
+- update to 1.3.14 alpha svn snapshot
+
 * Wed May  4 2011 David Timms <iinet.net.au at dtimms> - 1.3.13-0.4.beta
 - add Requires on audacity folder path to pick up either audacity* package
 


More information about the scm-commits mailing list