[audacious-plugins] Update to 3.2-beta1.

Michael Schwendt mschwendt at fedoraproject.org
Mon Oct 17 13:58:34 UTC 2011


commit c2665baeebc8e39f44a7ba3269b328bf7aeac5ca
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Oct 17 15:58:29 2011 +0200

    Update to 3.2-beta1.

 .gitignore             |    1 +
 audacious-plugins.spec |   14 ++++++++------
 sources                |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7eb4d85..7ad9bc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /audacious-plugins-fedora-3.0.3.tar.xz
 /audacious-plugins-fedora-3.1-alpha1.tar.xz
 /audacious-plugins-3.1-beta1-fedora.tar.xz
+/audacious-plugins-3.1-beta2-fedora.tar.xz
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index b5241ae..6d9c9f5 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -4,19 +4,19 @@
 %endif
 %{?aud_plugin_dep}
 
-%global tar_ver %{version}-beta1
+%global tar_ver %{version}-beta2
 
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 %global aud_ver 3.1
 
 Name: audacious-plugins
 Version: 3.1
-Release: 0.1.beta1%{?dist}
+Release: 0.1.beta2%{?dist}
 Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
 
-# LGPLv2+: adplug, bio2jack, console, rocklight
+# LGPLv2+: adplug, bio2jack, console
 # MIT: crystalizer, dockalbumart, ladspa, lyricwiki, mixer, voice_removal
 # BSD: alsa, compressor, crossfade, psf, resample, unix-io, xsf
 License: GPLv2 and GPLv2+ and LGPLv2+ and MIT and GPLv3
@@ -60,7 +60,8 @@ BuildRequires: libxml2-devel
 BuildRequires: libnotify-devel
 BuildRequires: libbs2b-devel
 BuildRequires: curl-devel
-BuildRequires: libsmbclient-devel
+# 3.1-beta2: smb transport disabled by default, would need --enable-smb
+#BuildRequires: libsmbclient-devel
 
 # experimental, disabled by default
 BuildRequires: neon-devel
@@ -155,8 +156,6 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 %build
 %configure  \
-    --enable-chardet  \
-    \
     --disable-aac  \
     --disable-ffaudio  \
     --disable-mp3  \
@@ -245,6 +244,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Mon Oct 17 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.1-0.1.beta2
+- Update to 3.2-beta1.
+
 * Tue Oct 11 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.1-0.1.beta1
 - LADSPA plugin supports LADSPA_PATH environment variable again.
 - Rocklight plugin not built anymore, and build-switch has been removed.
diff --git a/sources b/sources
index 700adaa..b89c45d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4b31ee1ada5359ee228f0d8630c1c2c  audacious-plugins-3.1-beta1-fedora.tar.xz
+ae817440abbea54281cee63e9c810ca2  audacious-plugins-3.1-beta2-fedora.tar.xz


More information about the scm-commits mailing list