From a129d5675647c5892017bfb1184ff4afe9caaa7d Mon Sep 17 00:00:00 2001 From: Dan Fruehauf Date: Sep 10 2013 03:20:01 +0000 Subject: Update to 3.4.1 final (a few bug fixes, fixes gtk ui - #336). --- diff --git a/.gitignore b/.gitignore index e136a7c..730d1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /audacious-plugins-3.4-beta1.tar.bz2 /audacious-plugins-3.4-beta2.tar.bz2 /audacious-plugins-3.4.tar.bz2 +/audacious-plugins-3.4.1.tar.bz2 diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 0b3f04b..f01d098 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -4,14 +4,14 @@ %endif %{?aud_plugin_dep} -%global tar_ver 3.4 +%global tar_ver 3.4.1 # Minimum audacious/audacious-plugins version in inter-package dependencies. %global aud_ver 3.4-0.1.beta2 Name: audacious-plugins -Version: 3.4 -Release: 3%{?dist} +Version: 3.4.1 +Release: 1%{?dist} Summary: Plugins for the Audacious audio player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -28,10 +28,6 @@ Patch0: audacious-plugins-3.0-alpha1-xmms-skindir.patch Patch1: audacious-plugins-3.4-beta2-enable-gnomeshortcuts.patch # Fedora customization: add default system-wide module_path Patch2: audacious-plugins-3.1-beta1-ladspa.patch -# fixed post-3.4 -# gtk-3.9+ triggers an audacious bug, breaking the skinned ui, filed upstream: -# http://redmine.audacious-media-player.org/issues/336 -Patch3: 0001-skins-Properly-propagate-draws.patch BuildRequires: audacious-devel >= %{aud_ver} BuildRequires: gettext-devel @@ -125,7 +121,6 @@ input plugin for Audacious. %patch0 -p1 -b .xmms-skindir %patch1 -p1 -b .enable-gnomeshortcuts %patch2 -p1 -b .ladspa -%patch3 -p1 for i in src/ladspa/plugin.c do @@ -238,6 +233,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" %changelog +* Mon Sep 09 2013 Dan Fruehauf - 3.4.1-1 +- Update to 3.4.1 final (a few bug fixes, fixes gtk ui - #336). + * Tue Aug 27 2013 Hans de Goede - 3.4-3 - Fix the skinned ui drawing only the skin background on F20+ diff --git a/sources b/sources index 7b2fe6c..aed0e97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea59b4023f32ca096519d01b8f6f33c0 audacious-plugins-3.4.tar.bz2 +74c9929190dee4b95db8633d4edb2afb audacious-plugins-3.4.1.tar.bz2