Hello community,

here is the log from the commit of package audacious-plugins for 
openSUSE:Factory checked in at 2020-07-17 20:53:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.audacious-plugins.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacious-plugins"

Fri Jul 17 20:53:10 2020 rev:18 rq:821510 version:4.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes      
2020-07-14 07:59:10.649767855 +0200
+++ 
/work/SRC/openSUSE:Factory/.audacious-plugins.new.3592/audacious-plugins.changes
    2020-07-17 20:54:01.441118924 +0200
@@ -1,0 +2,6 @@
+Wed Jul 15 18:41:09 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 4.0.5:
+  * See https://audacious-media-player.org/news/50-audacious-4-0-5-released
+
+-------------------------------------------------------------------

Old:
----
  audacious-plugins-4.0.4.tar.bz2

New:
----
  audacious-plugins-4.0.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audacious-plugins.spec ++++++
--- /var/tmp/diff_new_pack.dAxwIo/_old  2020-07-17 20:54:02.593120127 +0200
+++ /var/tmp/diff_new_pack.dAxwIo/_new  2020-07-17 20:54:02.597120130 +0200
@@ -21,7 +21,7 @@
 %define aud_ver_max 4.0.99
 %bcond_with faad
 Name:           audacious-plugins
-Version:        4.0.4
+Version:        4.0.5
 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
@@ -123,9 +123,6 @@
 %exclude %{_libdir}/audacious/Input/libaac-raw.so
 %endif
 %exclude %{_libdir}/audacious/Output/libfilewriter.so
-# Fix Winamp Default skin by removing wrong skin file
-# https://github.com/audacious-media-player/audacious-plugins/pull/93
-%exclude %{_datadir}/audacious/Skins/Default/balance.png
 %{_datadir}/audacious/
 
 %files lang -f %{name}.lang

++++++ audacious-plugins-4.0.4.tar.bz2 -> audacious-plugins-4.0.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/acinclude.m4 
new/audacious-plugins-4.0.5/acinclude.m4
--- old/audacious-plugins-4.0.4/acinclude.m4    2020-06-01 18:56:01.000000000 
+0200
+++ new/audacious-plugins-4.0.5/acinclude.m4    2020-07-10 21:46:37.000000000 
+0200
@@ -220,6 +220,7 @@
     PKG_CHECK_VAR([QTBINPATH], [Qt5Core >= 5.2], [host_bins])
     PKG_CHECK_MODULES([QT], [Qt5Core Qt5Gui Qt5Widgets >= 5.2])
     AC_DEFINE([USE_QT], [1], [Define if Qt support enabled])
+    AC_DEFINE([QT_NO_DEPRECATED_WARNINGS], [1], [Qt 6 is not supported yet])
 
     # needed if Qt was built with -reduce-relocations
     QTCORE_CFLAGS="$QTCORE_CFLAGS -fPIC"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/config.h.in 
new/audacious-plugins-4.0.5/config.h.in
--- old/audacious-plugins-4.0.4/config.h.in     2020-06-01 19:10:24.000000000 
+0200
+++ new/audacious-plugins-4.0.5/config.h.in     2020-07-10 22:35:30.000000000 
+0200
@@ -121,6 +121,9 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Qt 6 is not supported yet */
+#undef QT_NO_DEPRECATED_WARNINGS
+
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/configure 
new/audacious-plugins-4.0.5/configure
--- old/audacious-plugins-4.0.4/configure       2020-06-01 19:10:24.000000000 
+0200
+++ new/audacious-plugins-4.0.5/configure       2020-07-10 22:35:30.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for audacious-plugins 4.0.4.
+# Generated by GNU Autoconf 2.69 for audacious-plugins 4.0.5.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='audacious-plugins'
 PACKAGE_TARNAME='audacious-plugins'
-PACKAGE_VERSION='4.0.4'
-PACKAGE_STRING='audacious-plugins 4.0.4'
+PACKAGE_VERSION='4.0.5'
+PACKAGE_STRING='audacious-plugins 4.0.5'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1550,7 +1550,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures audacious-plugins 4.0.4 to adapt to many kinds of 
systems.
+\`configure' configures audacious-plugins 4.0.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1617,7 +1617,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of audacious-plugins 4.0.4:";;
+     short | recursive ) echo "Configuration of audacious-plugins 4.0.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1892,7 +1892,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-audacious-plugins configure 4.0.4
+audacious-plugins configure 4.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2411,7 +2411,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by audacious-plugins $as_me 4.0.4, which was
+It was created by audacious-plugins $as_me 4.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -7281,6 +7281,9 @@
 $as_echo "#define USE_QT 1" >>confdefs.h
 
 
+$as_echo "#define QT_NO_DEPRECATED_WARNINGS 1" >>confdefs.h
+
+
     # needed if Qt was built with -reduce-relocations
     QTCORE_CFLAGS="$QTCORE_CFLAGS -fPIC"
     QT_CFLAGS="$QT_CFLAGS -fPIC"
@@ -15755,7 +15758,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by audacious-plugins $as_me 4.0.4, which was
+This file was extended by audacious-plugins $as_me 4.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15821,7 +15824,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-audacious-plugins config.status 4.0.4
+audacious-plugins config.status 4.0.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/configure.ac 
new/audacious-plugins-4.0.5/configure.ac
--- old/audacious-plugins-4.0.4/configure.ac    2020-06-01 18:56:01.000000000 
+0200
+++ new/audacious-plugins-4.0.5/configure.ac    2020-07-10 21:46:37.000000000 
+0200
@@ -5,7 +5,7 @@
 dnl Initialize
 dnl ==========
 AC_PREREQ([2.59])
-AC_INIT([audacious-plugins], [4.0.4])
+AC_INIT([audacious-plugins], [4.0.5])
 AC_COPYRIGHT([Copyright (C) 2001-2020 Audacious developers and others])
 
 AC_DEFINE_UNQUOTED([PACKAGE], "$PACKAGE_NAME", [Name of package])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/mkrelease.sh 
new/audacious-plugins-4.0.5/mkrelease.sh
--- old/audacious-plugins-4.0.4/mkrelease.sh    2020-06-01 18:56:01.000000000 
+0200
+++ new/audacious-plugins-4.0.5/mkrelease.sh    2020-07-10 21:46:37.000000000 
+0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if ! test -d .git
+if ! test -e .git
 then
        echo This script must be run in a Git repository
        exit 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audacious-plugins-4.0.4/src/amidiplug/i_configure-fluidsynth.cc 
new/audacious-plugins-4.0.5/src/amidiplug/i_configure-fluidsynth.cc
--- old/audacious-plugins-4.0.4/src/amidiplug/i_configure-fluidsynth.cc 
2020-06-01 18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/amidiplug/i_configure-fluidsynth.cc 
2020-07-10 21:46:37.000000000 +0200
@@ -311,7 +311,11 @@
     ~SoundFontListModel ();
 
 protected:
-    int rowCount (const QModelIndex &) const { return m_file_names.len (); }
+    int rowCount (const QModelIndex & parent) const
+    {
+        return parent.isValid() ? 0 : m_file_names.len();
+    }
+
     int columnCount (const QModelIndex &) const { return NColumns; }
     QVariant data (const QModelIndex & index, int role) const;
     QVariant headerData (int section, Qt::Orientation, int role) const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/src/cdaudio/cdaudio-ng.cc 
new/audacious-plugins-4.0.5/src/cdaudio/cdaudio-ng.cc
--- old/audacious-plugins-4.0.4/src/cdaudio/cdaudio-ng.cc       2020-06-01 
18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/cdaudio/cdaudio-ng.cc       2020-07-10 
21:46:37.000000000 +0200
@@ -126,7 +126,7 @@
  "use_cdtext", "TRUE",
  "use_cddb", "TRUE",
  "cddbhttp", "FALSE",
- "cddbserver", "freedb.org",
+ "cddbserver", "gnudb.gnudb.org",
  "cddbport", "8880",
  nullptr};
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/src/ffaudio/ffaudio-core.cc 
new/audacious-plugins-4.0.5/src/ffaudio/ffaudio-core.cc
--- old/audacious-plugins-4.0.4/src/ffaudio/ffaudio-core.cc     2020-06-01 
18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/ffaudio/ffaudio-core.cc     2020-07-10 
21:46:37.000000000 +0200
@@ -391,6 +391,7 @@
     {Tuple::String, Tuple::Artist, {"author", "hor", "artist", nullptr}},
     {Tuple::String, Tuple::Title, {"title", "le", nullptr}},
     {Tuple::String, Tuple::Album, {"album", "WM/AlbumTitle", nullptr}},
+    {Tuple::String, Tuple::AlbumArtist, {"album_artist", nullptr}},
     {Tuple::String, Tuple::Performer, {"performer", nullptr}},
     {Tuple::String, Tuple::Copyright, {"copyright", nullptr}},
     {Tuple::String, Tuple::Genre, {"genre", "WM/Genre", nullptr}},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audacious-plugins-4.0.4/src/playlist-manager-qt/playlist-manager-qt.cc 
new/audacious-plugins-4.0.5/src/playlist-manager-qt/playlist-manager-qt.cc
--- old/audacious-plugins-4.0.4/src/playlist-manager-qt/playlist-manager-qt.cc  
2020-06-01 18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/playlist-manager-qt/playlist-manager-qt.cc  
2020-07-10 21:46:37.000000000 +0200
@@ -80,7 +80,11 @@
     void update (Playlist::UpdateLevel level);
 
 protected:
-    int rowCount (const QModelIndex & parent) const { return m_rows; }
+    int rowCount (const QModelIndex & parent) const
+    {
+        return parent.isValid() ? 0 : m_rows;
+    }
+
     int columnCount (const QModelIndex & parent) const { return NColumns; }
 
     Qt::DropActions supportedDropActions () const { return Qt::MoveAction; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/src/qtui/playlist_model.cc 
new/audacious-plugins-4.0.5/src/qtui/playlist_model.cc
--- old/audacious-plugins-4.0.4/src/qtui/playlist_model.cc      2020-06-01 
18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/qtui/playlist_model.cc      2020-07-10 
21:46:37.000000000 +0200
@@ -54,7 +54,10 @@
 {
 }
 
-int PlaylistModel::rowCount(const QModelIndex & parent) const { return m_rows; 
}
+int PlaylistModel::rowCount(const QModelIndex & parent) const
+{
+    return parent.isValid() ? 0 : m_rows;
+}
 
 int PlaylistModel::columnCount(const QModelIndex & parent) const
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/src/qtui/playlist_tabs.cc 
new/audacious-plugins-4.0.5/src/qtui/playlist_tabs.cc
--- old/audacious-plugins-4.0.4/src/qtui/playlist_tabs.cc       2020-06-01 
18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/qtui/playlist_tabs.cc       2020-07-10 
21:46:37.000000000 +0200
@@ -158,7 +158,8 @@
 
 void PlaylistTabs::currentChangedTrigger(int idx)
 {
-    Playlist::by_index(idx).activate();
+    if (!m_in_update)
+        Playlist::by_index(idx).activate();
 }
 
 bool PlaylistTabs::eventFilter(QObject * obj, QEvent * e)
@@ -186,12 +187,15 @@
 
 void PlaylistTabs::playlist_activate_cb()
 {
+    m_in_update = true;
     setCurrentIndex(Playlist::active_playlist().index());
     m_tabbar->cancelRename();
+    m_in_update = false;
 }
 
 void PlaylistTabs::playlist_update_cb(Playlist::UpdateLevel global_level)
 {
+    m_in_update = true;
     if (global_level == Playlist::Structure)
         addRemovePlaylists();
     if (global_level >= Playlist::Metadata)
@@ -201,6 +205,7 @@
         playlistWidget(i)->playlistUpdate();
 
     setCurrentIndex(Playlist::active_playlist().index());
+    m_in_update = false;
 }
 
 void PlaylistTabs::playlist_position_cb(Playlist list)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audacious-plugins-4.0.4/src/qtui/playlist_tabs.h 
new/audacious-plugins-4.0.5/src/qtui/playlist_tabs.h
--- old/audacious-plugins-4.0.4/src/qtui/playlist_tabs.h        2020-06-01 
18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/qtui/playlist_tabs.h        2020-07-10 
21:46:37.000000000 +0200
@@ -48,6 +48,7 @@
 private:
     QMenu * m_pl_menu;
     PlaylistTabBar * m_tabbar;
+    bool m_in_update = false;
 
     void activateSearch();
     void addRemovePlaylists();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audacious-plugins-4.0.4/src/scrobbler2/scrobbler_communication.cc 
new/audacious-plugins-4.0.5/src/scrobbler2/scrobbler_communication.cc
--- old/audacious-plugins-4.0.4/src/scrobbler2/scrobbler_communication.cc       
2020-06-01 18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/scrobbler2/scrobbler_communication.cc       
2020-07-10 21:46:37.000000000 +0200
@@ -98,7 +98,7 @@
         buf.insert (-1, "&");
         buf.insert (-1, name);
         buf.insert (-1, "=");
-        buf.insert (-1, esc);
+        buf.insert (-1, esc ? esc : "");
         curl_free (esc);
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audacious-plugins-4.0.4/src/search-tool-qt/search-model.h 
new/audacious-plugins-4.0.5/src/search-tool-qt/search-model.h
--- old/audacious-plugins-4.0.4/src/search-tool-qt/search-model.h       
2020-06-01 18:56:01.000000000 +0200
+++ new/audacious-plugins-4.0.5/src/search-tool-qt/search-model.h       
2020-07-10 21:46:37.000000000 +0200
@@ -76,7 +76,11 @@
     void do_search (const Index<String> & terms, int max_results);
 
 protected:
-    int rowCount (const QModelIndex & parent) const { return m_rows; }
+    int rowCount (const QModelIndex & parent) const
+    {
+        return parent.isValid() ? 0 : m_rows;
+    }
+
     int columnCount (const QModelIndex & parent) const { return 1; }
     QVariant data (const QModelIndex & index, int role) const;
 
Binary files 
old/audacious-plugins-4.0.4/src/skins-data/Skins/Default/balance.png and 
new/audacious-plugins-4.0.5/src/skins-data/Skins/Default/balance.png differ
Binary files 
old/audacious-plugins-4.0.4/src/skins-data/Skins/Refugee/numbers.png and 
new/audacious-plugins-4.0.5/src/skins-data/Skins/Refugee/numbers.png differ


Reply via email to