Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package audacious for openSUSE:Factory checked in at 2026-06-02 16:07:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacious (Old) and /work/SRC/openSUSE:Factory/.audacious.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacious" Tue Jun 2 16:07:32 2026 rev:22 rq:1356615 version:4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/audacious/audacious.changes 2025-09-09 20:31:02.927258508 +0200 +++ /work/SRC/openSUSE:Factory/.audacious.new.1937/audacious.changes 2026-06-02 16:09:28.091694814 +0200 @@ -1,0 +2,61 @@ +Mon Jun 1 11:19:26 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 4.6: + * New plugins and features: + - Add file browser plugin + - Add macOS Now Playing plugin + - Port Playback History plugin to GTK (#1596) + - Enable Xwayland only for Winamp interface (#1754, #1656) + - Add a configuration setting for Xwayland (#1664) + - Allow sorting playlist entries by bitrate (#1356) + - Support exporting playlists on CLI with audtool (#1659) + - Allow playing Musepack SV8 files (#1674) + - Support all AIFF extensions and MIME types (#1690) + - Add support for file creation/modification dates (#1701) + - Allow to bring back playlist deletion confirmation (#1724) + - Allow wrapping to last track in playlist with Previous button + (#1726) + - Support more shortcuts in GTK/Qt interface to switch playlist + tabs (#1730) + - Add support for reading lyrics tag from Opus, Ogg Vorbis and + FLAC files + - Allow to configure previous/next album global hotkeys (#1737) + - Read ReplayGain tags with FFmpeg plugin for more file types + (#1793) + - Load companion .m3u/.m3u8 with Game Console Music Decoder for + subsong metadata + - Handle Delete and F2 key press events in Playlist Manager + - Use localized music directory for Search Tool + - Accept dropped files on main window of Qt Winamp interface + * Bugs fixed since 4.5.1: + - Fix corner case of Qt-only build with use_qt=FALSE in config + - Escape brackets in file path URLs (#1649) + - Work around broken drop indicator in Qt interface with Qt + 6.8+ (#1667) + - Fix help output for --pause command (#1678) + - Prevent buffer overflow in PSF metadata parser (#1713) + - Fix encoding issue with lyrics on Windows (#1731) + - Prevent undefined behavior for integer conversions (#1796) + - Plug memory leaks in LIRC plugin + - Prevent infinite loop with "Next album" and enabled shuffle + mode + * Changes since 4.6-beta1: + - Avoid crash when opening malformed PSF2 file (#1716) + - Prevent crash when migrating config settings (#1797) + - Fix slider knob click behavior with GTK 3 (#1813) + - Update translations + * Other changes: + - Remove deprecated Audacious code and APIs + - Remove Mac Media Keys plugin (#1653) + - Remove ChartLyrics support (#1728) + - Drop autotools support in favor of Meson + - Allow disabling any plugin with Meson + - Enable -fvisibility-inlines-hidden (#1683) + - Support version 3.0 of libsidplayfp (#1706) + - Require newer versions for dependencies like GTK, Qt, FFmpeg, + etc. + - Install AppStream metainfo file by default + - Various code cleanups +- Bump soname following upstream changes. + +------------------------------------------------------------------- Old: ---- audacious-4.5.1.tar.bz2 New: ---- audacious-4.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacious.spec ++++++ --- /var/tmp/diff_new_pack.5knbMR/_old 2026-06-02 16:09:29.807765517 +0200 +++ /var/tmp/diff_new_pack.5knbMR/_new 2026-06-02 16:09:29.811765682 +0200 @@ -1,7 +1,7 @@ # # spec file for package audacious # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define aud_plugin_ver_min 4.5 -%define aud_plugin_ver_max 4.5.99 -%define core_soname 5 +%define aud_plugin_ver_min 4.6 +%define aud_plugin_ver_max 4.6.99 +%define core_soname 6 %define gtk_soname 6 -%define qt_soname 3 +%define qt_soname 4 %define tag_soname 3 %if 0%{?suse_version} < 1600 @@ -29,7 +29,7 @@ %endif Name: audacious -Version: 4.5.1 +Version: 4.6 Release: 0 Summary: Audio player with graphical UI and library functionality License: BSD-2-Clause @@ -117,28 +117,13 @@ %install %meson_install - -install -Dpm 0644 contrib/%{name}.appdata.xml \ - %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml - %find_lang %{name} %fdupes %{buildroot}%{_datadir}/ -%post -n libaudcore%{core_soname} -p /sbin/ldconfig - -%postun -n libaudcore%{core_soname} -p /sbin/ldconfig - -%post -n libaudqt%{qt_soname} -p /sbin/ldconfig - -%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 +%ldconfig_scriptlets -n libaudcore%{core_soname} +%ldconfig_scriptlets -n libaudqt%{qt_soname} +%ldconfig_scriptlets -n libaudgui%{gtk_soname} +%ldconfig_scriptlets -n libaudtag%{tag_soname} %files %license COPYING @@ -148,8 +133,7 @@ %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* -%dir %{_datadir}/metainfo/ -%{_datadir}/metainfo/%{name}.appdata.xml +%{_datadir}/metainfo/%{name}.metainfo.xml %{_mandir}/man?/%{name}.?%{?ext_man} %{_mandir}/man?/audtool.?%{?ext_man} ++++++ audacious-4.5.1.tar.bz2 -> audacious-4.6.tar.bz2 ++++++ ++++ 66617 lines of diff (skipped)
