Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2016-02-01 19:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp (Old)
 and      /work/SRC/openSUSE:Factory/.qmmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes        2016-01-04 
09:22:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2016-02-01 
19:56:59.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Jan 30 01:25:46 UTC 2016 - [email protected]
+
+- Fixed build by rebasing qmmp-default-pulse.patch
+  to work with 1.0.6
+
+-------------------------------------------------------------------
+Wed Jan 27 11:25:32 UTC 2016 - [email protected]
+
+- Update to 1.0.6:
+  * Add a feature to change default output plugin.
+  * Add a feature to skip unsupported files in the rgscan plugin.
+  * Fix gme plugin building.
+  * Fix GCC warnings.
+  * Fix Russian translation.
+  * Update Portuguese, Chinese Simplified translations
+
+-------------------------------------------------------------------

Old:
----
  qmmp-1.0.5.tar.bz2

New:
----
  qmmp-1.0.6.tar.bz2

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

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.L6xpCv/_old  2016-02-01 19:57:00.000000000 +0100
+++ /var/tmp/diff_new_pack.L6xpCv/_new  2016-02-01 19:57:00.000000000 +0100
@@ -19,7 +19,7 @@
 %define sover   1
 %bcond_with restricted
 Name:           qmmp
-Version:        1.0.5
+Version:        1.0.6
 Release:        0
 Summary:        Qt-based Multimedia Player
 License:        GPL-2.0+

++++++ qmmp-1.0.5.tar.bz2 -> qmmp-1.0.6.tar.bz2 ++++++
++++ 2219 lines of diff (skipped)

++++++ qmmp-default-pulse.patch ++++++
--- /var/tmp/diff_new_pack.L6xpCv/_old  2016-02-01 19:57:02.000000000 +0100
+++ /var/tmp/diff_new_pack.L6xpCv/_new  2016-02-01 19:57:02.000000000 +0100
@@ -1,8 +1,9 @@
---- a/src/qmmp/output.cpp
-+++ b/src/qmmp/output.cpp
-@@ -144,7 +144,7 @@ OutputFactory *Output::currentFactory()
-     loadPlugins();
-     QSettings settings (Qmmp::configFile(), QSettings::IniFormat);
+diff -Nur qmmp-1.0.6/src/qmmp/output.cpp new/src/qmmp/output.cpp
+--- qmmp-1.0.6/src/qmmp/output.cpp     2016-01-27 07:18:19.000000000 +0100
++++ new/src/qmmp/output.cpp    2016-01-30 02:07:18.299482497 +0100
+@@ -148,7 +148,7 @@
+     QString name = settings.value("Output/current_plugin", 
QMMP_DEFAULT_OUTPUT).toString();
+ #else
  #ifdef Q_OS_LINUX
 -    QString name = settings.value("Output/current_plugin", "alsa").toString();
 +    QString name = settings.value("Output/current_plugin", 
"pulse").toString();


Reply via email to