diff --git a/qmmp-1.0.5.tar.bz2 b/qmmp-1.0.5.tar.bz2 deleted file mode 100644 index 26d76fe..0000000 --- a/qmmp-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64952bfbe8b4bc6b74e04c4384fb923d0495f8380773ad7170b5a87fd2661ce1 -size 1105704 diff --git a/qmmp-1.0.6.tar.bz2 b/qmmp-1.0.6.tar.bz2 new file mode 100644 index 0000000..90cd71d --- /dev/null +++ b/qmmp-1.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97965cb41426f0e2fc418a625b0f3097227a1414c81665a65bbd33802e77e7f +size 1107187 diff --git a/qmmp-default-pulse.patch b/qmmp-default-pulse.patch index 04edb2c..8819a1f 100644 --- a/qmmp-default-pulse.patch +++ b/qmmp-default-pulse.patch @@ -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(); diff --git a/qmmp.changes b/qmmp.changes index f35df44..ca57465 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 30 01:25:46 UTC 2016 - rpm@fthiessen.de + +- Fixed build by rebasing qmmp-default-pulse.patch + to work with 1.0.6 + +------------------------------------------------------------------- +Wed Jan 27 11:25:32 UTC 2016 - sor.alexei@meowr.ru + +- 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 + ------------------------------------------------------------------- Sat Jan 2 15:54:25 UTC 2016 - sor.alexei@meowr.ru diff --git a/qmmp.spec b/qmmp.spec index 02b58f9..e0a7efa 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -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+