Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package audacious for openSUSE:Factory checked in at 2021-05-01 00:46:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacious (Old) and /work/SRC/openSUSE:Factory/.audacious.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacious" Sat May 1 00:46:32 2021 rev:12 rq:888486 version:4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/audacious/audacious.changes 2020-07-17 20:53:54.305111481 +0200 +++ /work/SRC/openSUSE:Factory/.audacious.new.1947/audacious.changes 2021-05-01 00:46:36.855474576 +0200 @@ -1,0 +2,29 @@ +Mon Apr 26 11:06:00 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 4.1: + * Switching between Qt and GTK modes can now be done right from + the Settings window, without editing .desktop files. + * New Global Hotkeys plugin for Qt + * Album art in the info bar can be disabled + * Symbolic links are now followed when adding folders + * The currently playing track is displayed in bold font + * The playlist drag-and-drop indicator is now more visible + * Queue Manager, Equalizer, and Equalizer Presets windows are + now dockable + * Entry, Track, and Queue Number columns now display abbreviated + header text + * The Song Info window now displays channel count + * The mouse wheel can be used to seek in the Qt UI + * The Channel Mixer can now convert 2 to 4 channels + * Desktop notifications can have a custom timeout set + * Scrobbler submissions now include album artist + * Fixed: Cuesheet entries read incorrectly from .m3u playlists + * Fixed: Null pointer dereference in Lyrics plugin + * Fixed: Album cover image does not display from ID3v2.2 tag + * Fixed: Crash in headless mode with status icon enabled + * New translations: Albanian, Slovenian + * Support for the LyricWiki database, which has shut down, + has been removed +- Now builds with GTK frontend per default + +------------------------------------------------------------------- Old: ---- audacious-4.0.5.tar.bz2 New: ---- audacious-4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacious.spec ++++++ --- /var/tmp/diff_new_pack.UMbwtj/_old 2021-05-01 00:46:37.407472117 +0200 +++ /var/tmp/diff_new_pack.UMbwtj/_new 2021-05-01 00:46:37.411472100 +0200 @@ -1,7 +1,7 @@ # # spec file for package audacious # -# 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 @@ -16,13 +16,14 @@ # -%define aud_plugin_ver_min 4.0 -%define aud_plugin_ver_max 4.0.99 +%define aud_plugin_ver_min 4.1 +%define aud_plugin_ver_max 4.1.99 %define core_soname 5 %define qt_soname 2 +%define gtk_soname 5 %define tag_soname 3 Name: audacious -Version: 4.0.5 +Version: 4.1 Release: 0 Summary: Audio player with graphical UI and library functionality License: BSD-2-Clause @@ -37,7 +38,7 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-2.0) Requires: %{name}-plugins%{?_isa} <= %{aud_plugin_ver_max} Requires: %{name}-plugins%{?_isa} >= %{aud_plugin_ver_min} Recommends: %{name}-plugins-extra >= %{aud_plugin_ver_min} @@ -64,6 +65,13 @@ %description -n libaudqt%{qt_soname} Library from the Audacious audio player. +%package -n libaudgui%{gtk_soname} +Summary: GTK GUI implementation of Audacious +Requires: libaudcore%{core_soname} >= %{version} + +%description -n libaudgui%{gtk_soname} +Library from the Audacious audio player. + %package -n libaudtag%{tag_soname} Summary: ID3 and APE metadata support for Audacious Requires: libaudcore%{core_soname} >= %{version} @@ -75,6 +83,7 @@ Summary: Development files for Audacious Requires: libaudcore%{core_soname} = %{version} Requires: libaudqt%{qt_soname} = %{version} +Requires: libaudgui%{gtk_soname} = %{version} Requires: libaudtag%{tag_soname} = %{version} %description devel @@ -104,6 +113,10 @@ %postun -n libaudqt%{qt_soname} -p /sbin/ldconfig +%post -n libaudgui%{gtk_soname} -p /sbin/ldconfig + +%postun -n libaudgui%{gtk_soname} -p /sbin/ldconfig + %post -n libaudtag%{tag_soname} -p /sbin/ldconfig %postun -n libaudtag%{tag_soname} -p /sbin/ldconfig @@ -129,6 +142,9 @@ %files -n libaudqt%{qt_soname} %{_libdir}/libaudqt.so.%{qt_soname}* +%files -n libaudgui%{gtk_soname} +%{_libdir}/libaudgui.so.%{gtk_soname}* + %files -n libaudtag%{tag_soname} %{_libdir}/libaudtag.so.%{tag_soname}* @@ -138,6 +154,8 @@ %{_libdir}/libaudcore.so %{_includedir}/libaudqt/ %{_libdir}/libaudqt.so +%{_includedir}/libaudgui/ +%{_libdir}/libaudgui.so %{_libdir}/libaudtag.so %{_libdir}/pkgconfig/%{name}.pc ++++++ audacious-4.0.5.tar.bz2 -> audacious-4.1.tar.bz2 ++++++ ++++ 77788 lines of diff (skipped)