Hello community, here is the log from the commit of package audacious for openSUSE:Factory checked in at 2018-08-27 12:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacious (Old) and /work/SRC/openSUSE:Factory/.audacious.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacious" Mon Aug 27 12:57:23 2018 rev:4 rq:628419 version:3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/audacious/audacious.changes 2017-10-30 21:18:52.790335441 +0100 +++ /work/SRC/openSUSE:Factory/.audacious.new/audacious.changes 2018-08-27 12:57:29.952694905 +0200 @@ -1,0 +2,87 @@ +Thu Aug 9 12:01:37 UTC 2018 - [email protected] + +- Update to version 3.10: + + New features (general): + * Shuffle history is remembered at exit to avoid repeating + songs. + * Exported M3U and PLS playlists now use relative paths by + default. + * Recursively adding subdirectories to the playlist is now + optional. + * The URL history shown in the Add/Open URL dialogues can be + cleared. + * Toolbar buttons in the GTK+ UI now show tooltip hints. + * The adplug input plugin has a new settings window. + * The Search Tool can be configured to scan for new files at + start-up. + * The number of results shown in the Search Tool is now + configurable. + * The Delete Files plugin is clearer about which files will be + deleted. + * Icons from the desktop theme are used more consistently. + * The bottom info bar now matches the colour tone of dark + themes. + * The soxr resampler has some new, more detailed settings. + + Qt UI enhancements: + * "audacious -m" now raises the main window as expected. + * The number pad Enter key now starts playback as expected. + * The Escape key can be used to return to the currently playing + playlist. + * Fix the row height of the playlist view changing + unexpectedly. + * Volume can be changed using the mouse wheel on the system + tray icon. + * Add Playlist Import/Export dialogue windows. + * Add a song info tooltip to the playlist and system tray icon. + * Add a "Play" icon to the tab of the currently playing + playlist. + * Add a label showing file path/URI to the song info window. + * URI and tag values in the song info window can be copied to + the clipboard. + * Add the missing "Search Library" command in the Winamp UI. + * Add font formatting to improve readability in the + Search Tool. + * Fix a build error (QStaticText-related) with Qt 5.10. + * Fix Audacious exiting when the settings window is closed. + * Fix font preferences not being respected in a couple of + places. + * Fix playlist position sometimes not updating when the song + changes. + * The info bar correctly changes colour when the theme changes. + + Bugs fixed: + * Non-existent files are no longer skipped when loading a + playlist. + * Fix an issue when trying to seek beyond the end of a WAV + file. + * The default ReplayGain amplification for untagged files works + again. + * Fix a crash when changing UI with the Ampache plugin enabled. + * Fix a crash on exit when using the Winamp UI and the Ampache + plugin. + * Fix a warning about --datarootdir when running ./configure. + * Reduce excessive file I/O when loading playlists. + * Fix repeated error messages when playing a short playlist on + repeat. + * PulseAudio users can now change the volume without a song + playing. + * Fix an error preventing FLAC tags from being updated. + * Add a .m4v extension to the whitelist so that audio can be + played. + * Fix a rare crash triggered by a specific sequence of playlist + edits. + * Fix incorrect "Recording On/Off" notifications in the + Winamp UI. + * Fix an error in the MPRIS 2 server affecting the playerctl + client. + + Other changes: + * The GNOME Shortcuts plugin, which has been broken since + GNOME 3.26, is gone. + * The system version of the AdPlug library is now used + (if installed). + * Audacious no longer registers as an inode/directory MIME + type handler. +- Remove audacious-no-inode-directory-mimetype.patch: fixed + upstream. +- Switch back to Gtk2 from Gtk3 for the Gtk3 version is gone. + +------------------------------------------------------------------- Old: ---- audacious-3.9-gtk3.tar.gz audacious-no-inode-directory-mimetype.patch New: ---- audacious-3.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacious.spec ++++++ --- /var/tmp/diff_new_pack.uTsxqR/_old 2018-08-27 12:57:30.828695863 +0200 +++ /var/tmp/diff_new_pack.uTsxqR/_new 2018-08-27 12:57:30.832695867 +0200 @@ -1,7 +1,7 @@ # # spec file for package audacious # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,20 @@ # -%define aud_plugin_ver_min 3.9 -%define aud_plugin_ver_max 3.9.99 +%define aud_plugin_ver_min 3.10 +%define aud_plugin_ver_max 3.10.99 %define core_soname 5 %define qt_soname 2 %define gui_soname 5 %define tag_soname 3 Name: audacious -Version: 3.9 +Version: 3.10 Release: 0 Summary: Audio player with graphical UI and library functionality License: BSD-2-Clause Group: Productivity/Multimedia/Sound/Players -Url: http://audacious-media-player.org/ -Source: https://github.com/audacious-media-player/audacious/archive/%{name}-%{version}-gtk3.tar.gz -# PATCH-FIX-UPSTREAM audacious-no-inode-directory-mimetype.patch [email protected] -- Don't open directories with Audacious. -Patch: audacious-no-inode-directory-mimetype.patch +URL: https://audacious-media-player.org/ +Source: https://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils @@ -39,20 +37,20 @@ BuildRequires: gcc-c++ >= 4.5 BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Core) >= 5.2 +BuildRequires: pkgconfig(Qt5Gui) >= 5.2 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.2 BuildRequires: pkgconfig(dbus-1) >= 1.0.2 BuildRequires: pkgconfig(dbus-glib-1) >= 0.88 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.32 BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gmodule-2.0) >= 2.32 +BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libguess) >= 1.2 Requires: %{name}-plugins%{?_isa} <= %{aud_plugin_ver_max} Requires: %{name}-plugins%{?_isa} >= %{aud_plugin_ver_min} Recommends: %{name}-lang Recommends: %{name}-plugins-extra >= %{aud_plugin_ver_min} -BuildRequires: pkgconfig(gtk+-3.0) >= 3.4 -BuildRequires: pkgconfig(Qt5Core) >= 5.2 -BuildRequires: pkgconfig(Qt5Gui) >= 5.2 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2 %description Audacious is an audio player. It is based on GTK+ and supports a wide @@ -98,16 +96,15 @@ Summary: Development files for Audacious Group: Development/Libraries/C and C++ Requires: libaudcore%{core_soname} = %{version} -Requires: libaudtag%{tag_soname} = %{version} -Requires: libaudqt%{qt_soname} = %{version} Requires: libaudgui%{gui_soname} = %{version} +Requires: libaudqt%{qt_soname} = %{version} +Requires: libaudtag%{tag_soname} = %{version} %description devel Development files for Audacious audio player. %prep -%setup -q -n %{name}-%{name}-%{version}-gtk3 -%patch -p1 +%setup -q %build NOCONFIGURE=1 ./autogen.sh @@ -123,6 +120,7 @@ %find_lang %{name} %fdupes %{buildroot}%{_datadir}/ +%if 0%{?suse_version} < 1500 %post %icon_theme_cache_post %desktop_database_post @@ -130,6 +128,7 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %post -n libaudcore%{core_soname} -p /sbin/ldconfig @@ -148,8 +147,8 @@ %postun -n libaudtag%{tag_soname} -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc AUTHORS COPYING +%license COPYING +%doc AUTHORS %{_bindir}/%{name} %{_bindir}/audtool %{_datadir}/%{name}/ @@ -161,26 +160,20 @@ %{_mandir}/man?/audtool.?%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root) %files -n libaudcore%{core_soname} -%defattr(-,root,root) %{_libdir}/libaudcore.so.%{core_soname}* %files -n libaudqt%{qt_soname} -%defattr(-,root,root) %{_libdir}/libaudqt.so.%{qt_soname}* %files -n libaudgui%{gui_soname} -%defattr(-,root,root) %{_libdir}/libaudgui.so.%{gui_soname}* %files -n libaudtag%{tag_soname} -%defattr(-,root,root) %{_libdir}/libaudtag.so.%{tag_soname}* %files devel -%defattr(-,root,root) %{_includedir}/%{name}/ %{_includedir}/libaudcore/ %{_libdir}/libaudcore.so ++++++ audacious-3.9-gtk3.tar.gz -> audacious-3.10.tar.bz2 ++++++ ++++ 89250 lines of diff (skipped)
