Hello community,
here is the log from the commit of package qmmp-plugin-pack for
openSUSE:Factory checked in at 2019-02-17 12:21:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp-plugin-pack (Old)
and /work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qmmp-plugin-pack"
Sun Feb 17 12:21:08 2019 rev:6 rq:676520 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp-plugin-pack/qmmp-plugin-pack.changes
2018-11-20 22:35:23.270484971 +0100
+++
/work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.28833/qmmp-plugin-pack.changes
2019-02-17 12:21:10.296203356 +0100
@@ -1,0 +2,10 @@
+Tue Feb 12 13:45:00 UTC 2019 - [email protected]
+
+- Update to version 1.3.0:
+ * Port to Qmmp 1.3 API.
+ * Improve ffvideo plugin.
+ * Remove history and mpg123 plugins.
+ * Update translations.
+- Remove qmmp-libswresample.patch.
+
+-------------------------------------------------------------------
Old:
----
qmmp-libswresample.patch
qmmp-plugin-pack-1.2.3.tar.bz2
New:
----
qmmp-plugin-pack-1.3.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qmmp-plugin-pack.spec ++++++
--- /var/tmp/diff_new_pack.nXX2e3/_old 2019-02-17 12:21:10.808203215 +0100
+++ /var/tmp/diff_new_pack.nXX2e3/_new 2019-02-17 12:21:10.812203214 +0100
@@ -1,7 +1,7 @@
#
# spec file for package qmmp-plugin-pack
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 Dmitry Misharov <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -17,18 +17,17 @@
#
-%define qmmp_ver_min 1.2.0
-%define qmmp_ver_max 1.2.99
+%define qmmp_ver_min 1.3.0
+%define qmmp_ver_max 1.3.99
+%define mver 1.3
Name: qmmp-plugin-pack
-Version: 1.2.3
+Version: 1.3.0
Release: 0
Summary: Extra plugins for Qmmp
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Players
URL: http://qmmp.ylsoftware.com/plugins.php
Source:
http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE qmmp-libswresample.patch [email protected] -- Fix ffvideo
build.
-Patch0: qmmp-libswresample.patch
BuildRequires: cmake
BuildRequires: libqmmp-plugins <= %{qmmp_ver_max}
BuildRequires: libqmmp-plugins >= %{qmmp_ver_min}
@@ -51,7 +50,9 @@
BuildRequires: pkgconfig(taglib) >= 1.10
Requires: qmmp <= %{qmmp_ver_max}
Requires: qmmp >= %{qmmp_ver_min}
-ExclusiveArch: %ix86 x86_64
+Obsoletes: %{name}-history < %{version}
+Obsoletes: %{name}-mpg123 < %{version}
+ExclusiveArch: %{ix86} x86_64
%description
This package contains extra plugins for Qmmp.
@@ -81,23 +82,6 @@
%description goom
Qmmp plugin which provides goom visualisation.
-%package history
-Summary: Qmpp history plugin
-Group: Productivity/Multimedia/Sound/Players
-Requires: %{name} = %{version}-%{release}
-
-%description history
-Qmmp plugin which provides history.
-
-%package mpg123
-Summary: Qmmp plugin which uses libmpg123 for decoding
-Group: Productivity/Multimedia/Sound/Players
-Requires: %{name} = %{version}-%{release}
-
-%description mpg123
-Qmmp plugin which uses libmpg123 for decoding of MPEG v1/2
-layer1/2/3 files.
-
%package samplerate
Summary: Qmmp plugin which uses libsamplerate for decoding
Group: Productivity/Multimedia/Sound/Players
@@ -116,7 +100,6 @@
%prep
%setup -q
-%patch0 -p1
%build
%cmake \
@@ -130,34 +113,26 @@
%files
%license COPYING
%doc AUTHORS ChangeLog README
-%dir %{_libdir}/qmmp/
+%dir %{_libdir}/qmmp-%{mver}/
%files ffap
-%dir %{_libdir}/qmmp/Input/
-%{_libdir}/qmmp/Input/libffap.so
+%dir %{_libdir}/qmmp-%{mver}/Input/
+%{_libdir}/qmmp-%{mver}/Input/libffap.so
%files ffvideo
-%dir %{_libdir}/qmmp/Engines/
-%{_libdir}/qmmp/Engines/libffvideo.so
+%dir %{_libdir}/qmmp-%{mver}/Engines/
+%{_libdir}/qmmp-%{mver}/Engines/libffvideo.so
%files goom
-%dir %{_libdir}/qmmp/Visual/
-%{_libdir}/qmmp/Visual/libgoom.so
-
-%files history
-%dir %{_libdir}/qmmp/General/
-%{_libdir}/qmmp/General/libhistory.so
-
-%files mpg123
-%dir %{_libdir}/qmmp/Input/
-%{_libdir}/qmmp/Input/libmpg123.so
+%dir %{_libdir}/qmmp-%{mver}/Visual/
+%{_libdir}/qmmp-%{mver}/Visual/libgoom.so
%files samplerate
-%dir %{_libdir}/qmmp/Effect/
-%{_libdir}/qmmp/Effect/libsrconverter.so
+%dir %{_libdir}/qmmp-%{mver}/Effect/
+%{_libdir}/qmmp-%{mver}/Effect/libsrconverter.so
%files xmp
-%dir %{_libdir}/qmmp/Input/
-%{_libdir}/qmmp/Input/libxmp.so
+%dir %{_libdir}/qmmp-%{mver}/Input/
+%{_libdir}/qmmp-%{mver}/Input/libxmp.so
%changelog
++++++ qmmp-plugin-pack-1.2.3.tar.bz2 -> qmmp-plugin-pack-1.3.0.tar.bz2 ++++++
++++ 36293 lines of diff (skipped)