Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qmmp-plugin-pack for
openSUSE:Factory checked in at 2022-01-26 21:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp-plugin-pack (Old)
and /work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qmmp-plugin-pack"
Wed Jan 26 21:26:57 2022 rev:11 rq:949147 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp-plugin-pack/qmmp-plugin-pack.changes
2021-07-12 21:41:11.379658154 +0200
+++
/work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.1938/qmmp-plugin-pack.changes
2022-01-26 21:27:35.493741261 +0100
@@ -1,0 +2,9 @@
+Sun Jan 23 16:38:24 UTC 2022 - Alexei Sorokin <[email protected]>
+
+- Update to version 2.0.1 (changes since 1.5.1):
+ * Switch to Qt6 and qmmp 2.0 API.
+ * Add yt-dlp support.
+ * Update translations.
+- Switch requirements from youtube-dl to yt-dlp.
+
+-------------------------------------------------------------------
Old:
----
qmmp-plugin-pack-1.5.1.tar.bz2
New:
----
qmmp-plugin-pack-2.0.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qmmp-plugin-pack.spec ++++++
--- /var/tmp/diff_new_pack.pKWgJ6/_old 2022-01-26 21:27:35.981737896 +0100
+++ /var/tmp/diff_new_pack.pKWgJ6/_new 2022-01-26 21:27:35.985737868 +0100
@@ -1,7 +1,7 @@
#
# spec file for package qmmp-plugin-pack
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2014 Dmitry Misharov <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -17,32 +17,33 @@
#
-%define qmmp_ver_min 1.5.0
-%define qmmp_ver_max 1.5.99
-%define mver 1.5
+%define qmmp_ver_min 2.0.0
+%define qmmp_ver_max 2.0.99
+%define mver 2.0
Name: qmmp-plugin-pack
-Version: 1.5.1
+Version: 2.0.1
Release: 0
Summary: Extra plugins for Qmmp
License: GPL-2.0-or-later
+Group: Productivity/Multimedia/Sound/Players
URL: https://qmmp.ylsoftware.com/plugins.php
Source:
https://qmmp.ylsoftware.com/files/%{name}/%{mver}/%{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
BuildRequires: pkgconfig
BuildRequires: yasm
-BuildRequires: pkgconfig(Qt5Core) >= 5.4
-BuildRequires: pkgconfig(Qt5Sql) >= 5.4
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.4
-BuildRequires: pkgconfig(libavcodec) >= 57.48.101
-BuildRequires: pkgconfig(libavformat) >= 57.40.101
-BuildRequires: pkgconfig(libavutil) >= 55.27.100
-BuildRequires: pkgconfig(libmpg123) >= 1.13.0
+BuildRequires: cmake(Qt6Core)
+BuildRequires: cmake(Qt6LinguistTools)
+BuildRequires: cmake(Qt6Network)
+BuildRequires: cmake(Qt6Sql)
+BuildRequires: cmake(Qt6Widgets)
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswresample)
-BuildRequires: pkgconfig(libswscale) >= 4.1.100
+BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libxmp)
BuildRequires: pkgconfig(qmmp) <= %{qmmp_ver_max}
BuildRequires: pkgconfig(qmmp) >= %{qmmp_ver_min}
@@ -59,6 +60,7 @@
%package ffap
Summary: Enhanced Monkey's Audio (APE) decoder for Qmmp
+Group: Productivity/Multimedia/Sound/Players
Requires: %{name} = %{version}-%{release}
%description ffap
@@ -67,6 +69,7 @@
%package ffvideo
Summary: Video Playback Qmmp plugin
+Group: Productivity/Multimedia/Sound/Players
Requires: %{name} = %{version}-%{release}
%description ffvideo
@@ -74,6 +77,7 @@
%package goom
Summary: Goom visualisation Qmmp plugin
+Group: Productivity/Multimedia/Sound/Players
Requires: %{name} = %{version}-%{release}
%description goom
@@ -81,6 +85,7 @@
%package samplerate
Summary: Qmmp plugin which uses libsamplerate for decoding
+Group: Productivity/Multimedia/Sound/Players
Requires: %{name} = %{version}-%{release}
%description samplerate
@@ -88,21 +93,23 @@
%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
+Summary: Qmmp plugin which uses the yt-dlp tool
+Group: Productivity/Multimedia/Sound/Players
Requires: %{name} = %{version}-%{release}
-Requires: youtube-dl
+Requires: yt-dlp
%description youtube
-Qmmp plugin which uses youtube-dl to stream videos.
+Qmmp plugin which uses yt-dlp to stream videos.
%prep
-%autosetup
+%setup -q
%build
%cmake \
++++++ qmmp-plugin-pack-1.5.1.tar.bz2 -> qmmp-plugin-pack-2.0.1.tar.bz2 ++++++
++++ 3325 lines of diff (skipped)