Hello community,

here is the log from the commit of package qmmp-plugin-pack for 
openSUSE:Leap:15.2 checked in at 2020-05-14 16:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/qmmp-plugin-pack (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.qmmp-plugin-pack.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmmp-plugin-pack"

Thu May 14 16:58:06 2020 rev:18 rq:799515 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/qmmp-plugin-pack/qmmp-plugin-pack.changes      
2020-01-15 15:55:10.283657332 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.qmmp-plugin-pack.new.2738/qmmp-plugin-pack.changes
    2020-05-14 16:58:12.206751782 +0200
@@ -1,0 +2,27 @@
+Thu Apr 30 06:01:28 UTC 2020 - [email protected]
+
+- Update to version 1.4.0
+  * ported to qmmp 1.4 api
+  * added Youtube plugin (uses youtube-dl)
+  * improved ffap plugin
+  * updated Portuguese, Dutch, Polish, Galician, Spanish,
+    Russian, Ukrainian, French, Indonesian, Greek, Italian,
+    German
+
+-------------------------------------------------------------------
+Thu Mar 26 19:35:13 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.3.2 (changes since 1.3.0):
+  * Fix Qt 5.5 support.
+  * Fix an issue with missing properties for CUE tracks in the ffap
+    plugin.
+  * Fix a CMake warning.
+  * Update translations.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
+Thu Apr  4 20:58:43 UTC 2019 - [email protected]
+
+- Use gcc8 in SLE_12
+
+-------------------------------------------------------------------

Old:
----
  qmmp-plugin-pack-1.3.0.tar.bz2

New:
----
  qmmp-plugin-pack-1.4.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qmmp-plugin-pack.spec ++++++
--- /var/tmp/diff_new_pack.GhFE2Y/_old  2020-05-14 16:58:12.574752486 +0200
+++ /var/tmp/diff_new_pack.GhFE2Y/_new  2020-05-14 16:58:12.578752494 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qmmp-plugin-pack
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014 Dmitry Misharov <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,18 @@
 #
 
 
-%define qmmp_ver_min 1.3.0
-%define qmmp_ver_max 1.3.99
-%define mver    1.3
+%define qmmp_ver_min 1.4.0
+%define qmmp_ver_max 1.4.99
+%define mver    1.4
 Name:           qmmp-plugin-pack
-Version:        1.3.0
+Version:        1.4.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
+URL:            https://qmmp.ylsoftware.com/plugins.php
+Source:         
https://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  libqmmp-plugins <= %{qmmp_ver_max}
 BuildRequires:  libqmmp-plugins >= %{qmmp_ver_min}
 BuildRequires:  libqt5-qttools-devel >= 5.4
@@ -52,14 +52,13 @@
 Requires:       qmmp >= %{qmmp_ver_min}
 Obsoletes:      %{name}-history < %{version}
 Obsoletes:      %{name}-mpg123 < %{version}
-ExclusiveArch:  %{ix86} x86_64
+ExclusiveArch:  %ix86 x86_64
 
 %description
 This package contains extra plugins for Qmmp.
 
 %package ffap
 Summary:        Enhanced Monkey's Audio (APE) decoder for Qmmp
-Group:          Productivity/Multimedia/Sound/Players
 Requires:       %{name} = %{version}-%{release}
 
 %description ffap
@@ -68,7 +67,6 @@
 
 %package ffvideo
 Summary:        Video Playback Qmmp plugin
-Group:          Productivity/Multimedia/Sound/Players
 Requires:       %{name} = %{version}-%{release}
 
 %description ffvideo
@@ -76,7 +74,6 @@
 
 %package goom
 Summary:        Goom visualisation Qmmp plugin
-Group:          Productivity/Multimedia/Sound/Players
 Requires:       %{name} = %{version}-%{release}
 
 %description goom
@@ -84,7 +81,6 @@
 
 %package samplerate
 Summary:        Qmmp plugin which uses libsamplerate for decoding
-Group:          Productivity/Multimedia/Sound/Players
 Requires:       %{name} = %{version}-%{release}
 
 %description samplerate
@@ -92,20 +88,27 @@
 
 %package xmp
 Summary:        Qmmp plugin which uses the libxmp module library
-Group:          Productivity/Multimedia/Sound/Players
 Requires:       %{name} = %{version}-%{release}
 
 %description xmp
 Qmmp plugin which uses libxmp to play module and tracker files.
 
+%package youtube
+Summary:        Qmmp plugin which uses the youtube-dl tool
+Requires:       %{name} = %{version}-%{release}
+Requires:       youtube-dl
+
+%description youtube
+Qmmp plugin which uses youtube-dl to stream videos.
+
 %prep
-%setup -q
+%autosetup
 
 %build
 %cmake \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
   -DLIB_DIR=%{_lib}
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
@@ -114,6 +117,7 @@
 %license COPYING
 %doc AUTHORS ChangeLog README
 %dir %{_libdir}/qmmp-%{mver}/
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %files ffap
 %dir %{_libdir}/qmmp-%{mver}/Input/
@@ -135,4 +139,8 @@
 %dir %{_libdir}/qmmp-%{mver}/Input/
 %{_libdir}/qmmp-%{mver}/Input/libxmp.so
 
+%files youtube
+%dir %{_libdir}/qmmp-%{mver}/Transports
+%{_libdir}/qmmp-%{mver}/Transports/libytb.so
+
 %changelog

++++++ qmmp-plugin-pack-1.3.0.tar.bz2 -> qmmp-plugin-pack-1.4.0.tar.bz2 ++++++
++++ 5643 lines of diff (skipped)


Reply via email to