From fecbf41026bb3676f9c58c2b126be96f08cc7dbe Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Dec 29 2015 14:23:33 +0000 Subject: Update to 3.7.1. --- diff --git a/.gitignore b/.gitignore index 17540a4..0316e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /audacious-plugins-3.7-alpha1.tar.bz2 /audacious-plugins-3.7-beta1.tar.bz2 /audacious-plugins-3.7.tar.bz2 +/audacious-plugins-3.7.1.tar.bz2 diff --git a/audacious-plugins-3.7-adplug-offbyone.patch b/audacious-plugins-3.7-adplug-offbyone.patch deleted file mode 100644 index c3eaa6e..0000000 --- a/audacious-plugins-3.7-adplug-offbyone.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur audacious-plugins-3.7-orig/src/adplug/core/rol.cc audacious-plugins-3.7/src/adplug/core/rol.cc ---- audacious-plugins-3.7-orig/src/adplug/core/rol.cc 2015-11-08 00:04:08.000000000 +0100 -+++ audacious-plugins-3.7/src/adplug/core/rol.cc 2015-12-06 21:23:15.201450720 +0100 -@@ -96,7 +96,7 @@ - { - binistream *f = fp.open(filename); if(!f) return false; - -- char *fn = new char[filename.length()+12]; -+ char *fn = new char[filename.length()+13]; - int i; - std::string bnk_filename; - diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 118699b..f601392 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -12,8 +12,8 @@ %{?aud_plugin_dep} Name: audacious-plugins -Version: 3.7 -Release: 3%{?dist} +Version: 3.7.1 +Release: 1%{?dist} %if %{with gtk2} %global tar_ver %{version} @@ -44,8 +44,6 @@ Patch0: audacious-plugins-3.7-alpha1-xmms-skindir.patch Patch1: audacious-plugins-3.6-alpha1-enable-gnomeshortcuts.patch # Fedora customization: add default system-wide module_path Patch2: audacious-plugins-3.6-ladspa.patch -# post-3.7 fix -Patch3: audacious-plugins-3.7-adplug-offbyone.patch BuildRequires: gcc-c++ BuildRequires: audacious-devel >= %{aud_ver} @@ -146,7 +144,6 @@ input plugin for Audacious. %patch0 -p1 -b .xmms-skindir %patch1 -p1 -b .enable-gnomeshortcuts %patch2 -p1 -b .ladspa -%patch3 -p1 -b .adplug-off-by-one for i in src/ladspa/plugin.cc do @@ -306,6 +303,9 @@ install -p -m0644 %{SOURCE102} ${RPM_BUILD_ROOT}%{_datadir}/appdata %changelog +* Tue Dec 29 2015 Michael Schwendt - 3.7.1-1 +- Update to 3.7.1. + * Sun Dec 6 2015 Michael Schwendt - 3.7-3 - Merge off-by-one fix in adplug/core/rol.cc as it can crash the player during probing of unknown input data. diff --git a/sources b/sources index 707a491..ed804c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -babbb3dbf9ccb649067550122ce1b7be audacious-plugins-3.7.tar.bz2 +1cbf90fa8a3a9f30f8e68333399f68c2 audacious-plugins-3.7.1.tar.bz2