Hello community, here is the log from the commit of package audacious for openSUSE:Factory checked in at 2017-08-24 18:56:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacious (Old) and /work/SRC/openSUSE:Factory/.audacious.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "audacious" Thu Aug 24 18:56:17 2017 rev:2 rq:518439 version:3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/audacious/audacious.changes 2017-06-08 14:58:46.602811989 +0200 +++ /work/SRC/openSUSE:Factory/.audacious.new/audacious.changes 2017-08-24 18:56:41.881100043 +0200 @@ -1,0 +2,50 @@ +Wed Aug 23 10:46:47 UTC 2017 - aloisio@gmx.com + +- Update to version 3.9 + Qt UI enhancements: + * More configurable main window, with new View menu and + additional options in Settings (#657) + * Full drag-and-drop capability for playlist entries + * Configurable playlist columns (add, remove, resize, and + rearrange) + * New controls for stream recording + * Improved playlist search bar, which hides until Control+F is + pressed, matches results more intelligently, and even mimics + the keyboard controls of the old 'Jump to Song' dialog + * Integrated menu items and keyboard shortcuts for the + Playlist Manager and Search Tool + * More detailed yet unobtrusive reporting of errors via the + status bar + * Visual indication when 'Stop After This Song' is active, by + making the stop button a toggle + * Better high-DPI support and many other cosmetic fixes + Usability improvements: + * A Comments column can be displayed in the playlist, and used + to sort it (#560) + * Bold, italics, and capitals highlight different types of + results in the GTK+ version of the Search Tool (#701) + * The Record button is hidden to prevent accidental usage + until recording is enabled in Settings (#703) + * Recording settings can be changed without immediately + starting to record the currently playing stream + * The unhelpful "Unknown playback error" message has been + removed + Advanced features: + * audtool gains better support for multiple playlists with the + --select-displayed and --select-playing commands (#609) + * Recursive adding of folders specified in M3U playlists (#731) + * Direct output to ALSA devices that require packed 24-bit + audio + * Automatic switching between track and album ReplayGain modes + when shuffle is enabled/disabled + * Option in Speed and Pitch effect to adjust both parameters + in lockstep, thereby preventing distortion + Under the hood: + * Conversion of a substantial amount of C-like code to safer + C++ practices + * For the Windows build, an update to the newer MinGW-w64 + toolchain (still 32-bit) + +- Changed source URL + +------------------------------------------------------------------- Old: ---- audacious-3.8.2-gtk3.tar.bz2 New: ---- audacious-3.9-gtk3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacious.spec ++++++ --- /var/tmp/diff_new_pack.i28s7O/_old 2017-08-24 18:56:42.636993607 +0200 +++ /var/tmp/diff_new_pack.i28s7O/_new 2017-08-24 18:56:42.652991355 +0200 @@ -1,7 +1,7 @@ # # spec file for package audacious # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,11 +16,11 @@ # -%define aud_plugin_ver_min 3.8 -%define aud_plugin_ver_max 3.8.99 -%define core_soname 4 -%define qt_soname 1 -%define gui_soname 4 +%define aud_plugin_ver_min 3.9 +%define aud_plugin_ver_max 3.9.99 +%define core_soname 5 +%define qt_soname 2 +%define gui_soname 5 %define tag_soname 3 %if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse}) %bcond_without qt @@ -29,13 +29,13 @@ %endif %bcond_without gtk Name: audacious -Version: 3.8.2 +Version: 3.9 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: http://distfiles.audacious-media-player.org/%{name}-%{version}-gtk3.tar.bz2 +Source: https://github.com/audacious-media-player/audacious/archive/%{name}-%{version}-gtk3.tar.gz # PATCH-FIX-UPSTREAM audacious-no-inode-directory-mimetype.patch i@marguerite.su -- Don't open directories with Audacious. Patch: audacious-no-inode-directory-mimetype.patch BuildRequires: autoconf @@ -124,7 +124,7 @@ Development files for Audacious audio player. %prep -%setup -q -n %{name}-%{version}-gtk3 +%setup -q -n %{name}-%{name}-%{version}-gtk3 %patch -p1 %build