[ardour3] version 3.5.74

Nils Philippsen nphilipp at fedoraproject.org
Wed Nov 6 08:47:39 UTC 2013


commit 943cfc77a536d8c7a523806dd8a46f59d6c98011
Author: Nils Philippsen <nils at redhat.com>
Date:   Wed Nov 6 09:47:40 2013 +0100

    version 3.5.74

 .gitignore                                  |    1 +
 ardour3-3.5.14-hard-optflags.patch          |   56 ---
 ardour3-3.5.14-use-external-libraries.patch |  540 ---------------------------
 ardour3-3.5.14-version.patch                |   16 -
 ardour3.spec                                |   22 +-
 sources                                     |    2 +-
 6 files changed, 9 insertions(+), 628 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a80776e..68a23a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Ardour3-3.5.14.tar.bz2
+/Ardour3-3.5.74.tar.bz2
diff --git a/ardour3.spec b/ardour3.spec
index 5e6945c..d6ddb1d 100644
--- a/ardour3.spec
+++ b/ardour3.spec
@@ -14,7 +14,7 @@
 # This package is named ardour3 to allow parallel installation with ardour
 # (version 2) for sessions created with ardour-2.x.
 Name:       ardour3
-Version:    3.5.14
+Version:    3.5.74
 
 Release:    1%{?dist}
 Summary:    Digital Audio Workstation
@@ -24,19 +24,12 @@ License:    GPLv2+
 URL:        http://ardour.org
 # Not available via direct download. Download via
 # http://ardour.org/download.html
+# The downloaded 3.5.74 tarball contained built binaries, here's one with them
+# filtered out:
 Source0:    Ardour3-%{version}.tar.bz2
 # BSD 2/3-clause licenses used in some code files
 Source1:    LICENSING
 
-# Use external libraries instead of bundled ones
-# https://github.com/Ardour/ardour/pull/52
-Patch0:     ardour3-3.5.14-use-external-libraries.patch
-# Set our optimization flags hard
-# https://github.com/Ardour/ardour/pull/51
-Patch1:     ardour3-3.5.14-hard-optflags.patch
-# THIS IS SPARTA!... uhm 3.5.14
-Patch2:     ardour3-3.5.14-version.patch
-
 BuildRequires:  alsa-lib-devel
 BuildRequires:  aubio-devel >= 0.3.2
 BuildRequires:  bluez-libs-devel
@@ -88,11 +81,7 @@ edit, mix and master audio and MIDI projects. It is targeted at audio
 engineers, musicians, soundtrack editors and composers.
 
 %prep
-%setup -q -n Ardour3-3.5
-
-%patch0 -p1 -b .use-external-libraries
-%patch1 -p1 -b .hard-optflags
-%patch2 -p1 -b .version
+%setup -q -n Ardour3-%{version}
 
 # use ardour3 name for all and reencode some man pages
 for lang_enc in %{man_langs_encodings}; do
@@ -238,6 +227,9 @@ fi
 %{_libdir}/lv2
 
 %changelog
+* Wed Nov 06 2013 Nils Philippsen <nils at redhat.com> - 3.5.74-1
+- version 3.5.74
+
 * Mon Nov 04 2013 Nils Philippsen <nils at redhat.com> - 3.5.14-1
 - rename patch files to ardour3-*.patch
 - re-add SSE flags on ix86, x86_64
diff --git a/sources b/sources
index 0cc4cc1..74ef916 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e472cb38938a2e1fe3fb5b89d705adc  Ardour3-3.5.14.tar.bz2
+0eec9579fd09771462c5d70d36a122b8  Ardour3-3.5.74.tar.bz2


More information about the scm-commits mailing list