Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package audacious-plugins for
openSUSE:Factory checked in at 2021-05-01 00:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
and /work/SRC/openSUSE:Factory/.audacious-plugins.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacious-plugins"
Sat May 1 00:46:32 2021 rev:20 rq:888489 version:4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes
2020-07-24 10:06:56.277993183 +0200
+++
/work/SRC/openSUSE:Factory/.audacious-plugins.new.1947/audacious-plugins.changes
2021-05-01 00:46:38.155468785 +0200
@@ -1,0 +2,7 @@
+Mon Apr 26 11:38:45 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 4.1:
+ * New Global Hotkeys plugin for Qt
+- Dropped upstream merged 0001-Implement-qthotkey-plugin.patch
+
+-------------------------------------------------------------------
Old:
----
0001-Implement-qthotkey-plugin.patch
audacious-plugins-4.0.5.tar.bz2
New:
----
audacious-plugins-4.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ audacious-plugins.spec ++++++
--- /var/tmp/diff_new_pack.VvRgd1/_old 2021-05-01 00:46:38.619466718 +0200
+++ /var/tmp/diff_new_pack.VvRgd1/_new 2021-05-01 00:46:38.619466718 +0200
@@ -1,7 +1,7 @@
#
# spec file for package audacious-plugins
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,23 @@
%define __provides_exclude_from ^%{_libdir}/audacious/*/.*.so$
-%define aud_ver_min 4.0
-%define aud_ver_max 4.0.99
+%define aud_ver_min 4.1
+%define aud_ver_max 4.1.99
%bcond_with faad
Name: audacious-plugins
-Version: 4.0.5
+Version: 4.1
Release: 0
Summary: Plugins for Audacious
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-only AND
MIT AND BSD-2-Clause
URL: https://audacious-media-player.org/
Source:
https://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 0001-Implement-qthotkey-plugin.patch -- Implement
qthotkey plugin (commit 9904ac5d).
-Patch1: 0001-Implement-qthotkey-plugin.patch
BuildRequires: fdupes
-BuildRequires: gcc-c++ >= 4.5
+BuildRequires: gcc-c++ >= 4.6
BuildRequires: libmp3lame-devel
BuildRequires: lirc-devel
BuildRequires: meson
BuildRequires: pkgconfig
+BuildRequires: sndio-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Multimedia)
@@ -46,7 +45,7 @@
BuildRequires: pkgconfig(flac) >= 1.2.1
BuildRequires: pkgconfig(fluidsynth) >= 1.0.6
BuildRequires: pkgconfig(gl)
-BuildRequires: pkgconfig(glib-2.0) >= 2.32
+BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(jack) >= 1.9.7
BuildRequires: pkgconfig(libavcodec) >= 53.40.0
BuildRequires: pkgconfig(libavformat) >= 53.25.0
@@ -60,8 +59,9 @@
BuildRequires: pkgconfig(libmms) >= 0.3
BuildRequires: pkgconfig(libmpg123) >= 1.12
BuildRequires: pkgconfig(libnotify) >= 0.7
+BuildRequires: pkgconfig(libopenmpt)
BuildRequires: pkgconfig(libpulse) >= 0.9.5
-BuildRequires: pkgconfig(libsidplayfp) >= 1.0
+BuildRequires: pkgconfig(libsidplayfp) >= 2.0
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(neon) >= 0.27
BuildRequires: pkgconfig(ogg) >= 1.0
@@ -69,8 +69,8 @@
BuildRequires: pkgconfig(sdl2) >= 2.0
BuildRequires: pkgconfig(sndfile) >= 0.19
BuildRequires: pkgconfig(soxr)
-BuildRequires: pkgconfig(vorbis) >= 1.0
-BuildRequires: pkgconfig(vorbisenc) >= 1.0
+BuildRequires: pkgconfig(vorbis)
+BuildRequires: pkgconfig(vorbisenc)
BuildRequires: pkgconfig(vorbisfile) >= 1.0
BuildRequires: pkgconfig(wavpack) >= 4.31
BuildRequires: pkgconfig(xcomposite)
@@ -121,7 +121,7 @@
%if %{with faad}
%exclude %{_libdir}/audacious/Input/libaac-raw.so
%endif
-%exclude %{_libdir}/audacious/Output/libfilewriter.so
+%exclude %{_libdir}/audacious/Output/filewriter.so
%{_datadir}/audacious/
%files lang -f %{name}.lang
@@ -130,6 +130,6 @@
%if %{with faad}
%{_libdir}/audacious/Input/libaac-raw.so
%endif
-%{_libdir}/audacious/Output/libfilewriter.so
+%{_libdir}/audacious/Output/filewriter.so
%changelog
++++++ audacious-plugins-4.0.5.tar.bz2 -> audacious-plugins-4.1.tar.bz2 ++++++
++++ 157868 lines of diff (skipped)