From eb334df784aa4f5fd8606620d6af6c8b8ca2fe82b5934fbd4ca63665b33d83b5 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 22 Dec 2009 00:10:59 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/audacity revision 25.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=33c8e310c88c916ec500d2fc88bc7084 --- audacity-no_buildstamp.patch | 13 +++++++++++++ audacity.changes | 5 +++++ audacity.spec | 5 ++++- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 audacity-no_buildstamp.patch diff --git a/audacity-no_buildstamp.patch b/audacity-no_buildstamp.patch new file mode 100644 index 0000000..7009df6 --- /dev/null +++ b/audacity-no_buildstamp.patch @@ -0,0 +1,13 @@ +Index: lib-src/portaudio-v19/src/common/pa_front.c +=================================================================== +--- lib-src/portaudio-v19/src/common/pa_front.c.orig ++++ lib-src/portaudio-v19/src/common/pa_front.c +@@ -90,7 +90,7 @@ + + + #define PA_VERSION_ 1899 +-#define PA_VERSION_TEXT_ "PortAudio V19-devel (built " __DATE__ " " __TIME__ ")" ++#define PA_VERSION_TEXT_ "PortAudio V19-devel" + + + diff --git a/audacity.changes b/audacity.changes index c3b9943..4f9f448 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 13 09:12:28 UTC 2009 - cmorve69@yahoo.es + +- Remove buildstamp to help build-compare + ------------------------------------------------------------------- Tue Dec 8 11:35:57 UTC 2009 - mseben@novell.com diff --git a/audacity.spec b/audacity.spec index 059e714..1dab86f 100644 --- a/audacity.spec +++ b/audacity.spec @@ -42,13 +42,15 @@ BuildRequires: libtwolame-devel %endif Summary: A Free, Cross-Platform Digital Audio Editor Version: 1.3.10 -Release: 1 +Release: 2 License: GPLv2+ Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://audacity.sourceforge.net/ Source: %{name}-minsrc-%{version}.tar.bz2 Source1: %{name}.png +# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch cmorve69@yahoo.es -- this patch removes the buildstamp +Patch0: %{name}-no_buildstamp.patch Patch5: %{name}-retval.patch Patch12: %{name}-audiodevdefaults.patch @@ -79,6 +81,7 @@ Authors: %prep %setup -q -n %{name}-src-%{version} +%patch0 %patch5 %patch12 -p1