[audacious-plugins] Playlist column resize feature requires GTK+ 3.8 to work correctly.

Michael Schwendt mschwendt at fedoraproject.org
Thu Feb 7 21:12:36 UTC 2013


commit f5879403f912964d03e1425312f4c6df2f5b269b
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Feb 7 22:12:31 2013 +0100

    Playlist column resize feature requires GTK+ 3.8 to work correctly.
    
    - Add scrobbler2 to %check.
    - Incremental upgrade to 3.4-alpha1.

 .gitignore                                         |    1 +
 ...-plugins-3.3-alpha1-enable-gnomeshortcuts.patch |   11 -----------
 ...-plugins-3.4-alpha1-enable-gnomeshortcuts.patch |   11 +++++++++++
 audacious-plugins.spec                             |   16 +++++++++++-----
 sources                                            |    2 +-
 5 files changed, 24 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbba7df..e3a86f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /audacious-plugins-3.3.2.tar.bz2
 /audacious-plugins-3.3.3.tar.bz2
 /audacious-plugins-3.3.4.tar.bz2
+/audacious-plugins-3.4-alpha1.tar.bz2
diff --git a/audacious-plugins-3.4-alpha1-enable-gnomeshortcuts.patch b/audacious-plugins-3.4-alpha1-enable-gnomeshortcuts.patch
new file mode 100644
index 0000000..5d46682
--- /dev/null
+++ b/audacious-plugins-3.4-alpha1-enable-gnomeshortcuts.patch
@@ -0,0 +1,11 @@
+diff -Nur audacious-plugins-3.4-alpha1-orig/src/gnomeshortcuts/gnomeshortcuts.c audacious-plugins-3.4-alpha1/src/gnomeshortcuts/gnomeshortcuts.c
+--- audacious-plugins-3.4-alpha1-orig/src/gnomeshortcuts/gnomeshortcuts.c	2013-02-04 01:16:51.000000000 +0100
++++ audacious-plugins-3.4-alpha1/src/gnomeshortcuts/gnomeshortcuts.c	2013-02-07 20:12:44.550248556 +0100
+@@ -47,6 +47,7 @@
+ AUD_GENERAL_PLUGIN
+ (
+     .name = N_("Gnome Shortcuts"),
++    .enabled_by_default = TRUE,
+     .domain = PACKAGE,
+     .about_text = about,
+     .init = init,
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 0a7bf53..ffead5f 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -4,14 +4,14 @@
 %endif
 %{?aud_plugin_dep}
 
-%global tar_ver %{version}
+%global tar_ver 3.4-alpha1
 
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
-%global aud_ver 3.3-0.1.beta2
+%global aud_ver 3.4
 
 Name: audacious-plugins
-Version: 3.3.4
-Release: 1%{?dist}
+Version: 3.4
+Release: 0.1.alpha1%{?dist}
 Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -25,7 +25,7 @@ Source3: README.licenses
 # Fedora customization
 Patch0: audacious-plugins-3.0-alpha1-xmms-skindir.patch
 # Fedora customization (RFE bz #632388)
-Patch1: audacious-plugins-3.3-alpha1-enable-gnomeshortcuts.patch
+Patch1: audacious-plugins-3.4-alpha1-enable-gnomeshortcuts.patch
 # Fedora customization: add default system-wide module_path
 Patch2: audacious-plugins-3.1-beta1-ladspa.patch
 
@@ -165,6 +165,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 %check
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Transport/neon.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/scrobbler.so ]
+[ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/scrobbler2.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/gtkui.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/skins.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Output/alsa.so ]
@@ -215,6 +216,11 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 
 
 %changelog
+* Thu Feb  7 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 3.4-0.1.alpha1
+- Playlist column resize feature requires GTK+ 3.8 to work correctly.
+- Add scrobbler2 to %%check.
+- Incremental upgrade to 3.4-alpha1.
+
 * Sun Feb  3 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3.4-1
 - Update to 3.3.4 (last upstream maintenance release for 3.3.x).
 
diff --git a/sources b/sources
index d130dbc..abfc80b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7fc344b802557cbbe208c31e5289ef1  audacious-plugins-3.3.4.tar.bz2
+2bffeed1164a3f77a60f3fe585c0b78d  audacious-plugins-3.4-alpha1.tar.bz2


More information about the scm-commits mailing list