[audacious] Update to 3.4-beta2 (which also includes newer Autotools files).

Michael Schwendt mschwendt at fedoraproject.org
Wed Jun 12 07:36:30 UTC 2013


commit 77579bb9aaf9ef78f58272a9bfcac7e9eeab5171
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Jun 12 09:36:16 2013 +0200

    Update to 3.4-beta2 (which also includes newer Autotools files).

 .gitignore                                  |    1 +
 audacious-3.4-beta1-id3-time-tag.patch      |   35 ---------------------------
 audacious-3.4-beta1-resume-git89e1806.patch |   16 ------------
 audacious.spec                              |   21 ++++------------
 sources                                     |    2 +-
 5 files changed, 7 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ca456f..013c474 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /audacious-3.3.4.tar.bz2
 /audacious-3.4-alpha1.tar.bz2
 /audacious-3.4-beta1.tar.bz2
+/audacious-3.4-beta2.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index f349356..bbbad42 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -1,14 +1,14 @@
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 %global aud_ver 3.4
 
-%global tar_ver 3.4-beta1
+%global tar_ver 3.4-beta2
 
 # Audacious Generic Plugin API defined in audacious-libs subpackage.
 
 
 Name: audacious
 Version: 3.4
-Release: 0.3.beta1%{?dist}
+Release: 0.4.beta2%{?dist}
 
 License: BSD
 Summary: Advanced audio player
@@ -17,10 +17,6 @@ Group: Applications/Multimedia
 
 Source0: http://distfiles.audacious-media-player.org/audacious-%{tar_ver}.tar.bz2
 
-Patch0: audacious-3.4-beta1-resume-git89e1806.patch
-# upstream fix for #290
-Patch1: audacious-3.4-beta1-id3-time-tag.patch
-
 BuildRequires: gettext
 BuildRequires: gtk3-devel
 BuildRequires: libguess-devel
@@ -29,11 +25,6 @@ BuildRequires: dbus-glib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: doxygen
 
-# temporarily for aarch64 config.* files autoreconf
-BuildRequires: automake >= 1.13
-BuildRequires: autoconf >= 2.69
-BuildRequires: gettext-devel
-
 # The automatic SONAME dependency is not enough
 # during version upgrades.
 Requires: audacious-libs%{?_isa} = %{version}-%{release}
@@ -96,11 +87,6 @@ Files needed when building software for the Audacious audio player.
 
 %prep
 %setup -q -n %{name}-%{tar_ver}
-%patch0 -p1 -b .resume
-%patch1 -p1 -b .id3-time-tag
-# https://bugzilla.redhat.com/925050
-# fixed upstream after 3.4-beta1
-autoreconf -f -I m4
 
 # Verify the value of the audacious(plugin-api) Provides.
 api=$(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\+' src/audacious/plugin.h | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\([0-9]\+\).*!\1!')
@@ -175,6 +161,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Jun 12 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 3.4-0.4.beta2
+- Update to 3.4-beta2 (which also includes newer Autotools files).
+
 * Mon May 13 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 3.4-0.3.beta1
 - Merge upstream fix for incorrect parsing of ID3 "TIME" field.
 
diff --git a/sources b/sources
index 2eac069..f6628c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-256143f18ba969f6a58bebdf21c80287  audacious-3.4-beta1.tar.bz2
+90226520fbf96b0db19ad037cc279896  audacious-3.4-beta2.tar.bz2


More information about the scm-commits mailing list