Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2017-10-21 20:21:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp (Old)
 and      /work/SRC/openSUSE:Factory/.qmmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmmp"

Sat Oct 21 20:21:48 2017 rev:55 rq:535609 version:1.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes        2017-08-29 
11:48:16.016917824 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2017-10-21 
20:22:18.701494768 +0200
@@ -1,0 +2,20 @@
+Fri Oct 20 22:29:23 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.11:
+  * Add AAC mime types to the qmmp.desktop.
+  * Add album artist support in the cue parsers.
+  * Using game name as album tag in the gme plugin.
+  * Fix seeking in the mpris plugin.
+  * Fix an issue with untracked property in the mpris plugin.
+  * Fix a possible segmentation fault.
+  * Fix cmake warnings.
+  * Fix cmake 3.10 support.
+  * Fix file size calculation in the ffmpeg plugin.
+  * Fix a possible segmentation fault in the ffmpeg plugin.
+  * Fix saving of the equaliser "auto" mode option.
+  * Fix control socket permissions.
+  * Fix rusxmms support.
+  * Update Spanish, Portuguese, Greek translations.
+- Rebase qmmp-projectM-qt5.patch.
+
+-------------------------------------------------------------------

Old:
----
  qmmp-1.1.10.tar.bz2

New:
----
  qmmp-1.1.11.tar.bz2

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

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.4xZ4pa/_old  2017-10-21 20:22:19.417461241 +0200
+++ /var/tmp/diff_new_pack.4xZ4pa/_new  2017-10-21 20:22:19.421461053 +0200
@@ -20,7 +20,7 @@
 %bcond_with faad
 %bcond_with restricted
 Name:           qmmp
-Version:        1.1.10
+Version:        1.1.11
 Release:        0
 Summary:        Qt-based Multimedia Player
 License:        GPL-2.0+
@@ -39,7 +39,6 @@
 # PATCH-FIX-OPENSUSE qmmp-projectM-qt5.patch -- links to projectM-qt5
 Patch4:         %{name}-projectM-qt5.patch
 BuildRequires:  cmake
-BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libmpcdec-devel
@@ -83,6 +82,9 @@
 Requires:       %{name}(%{sover})(Input)
 Requires:       %{name}(%{sover})(Output)
 Requires:       %{name}(%{sover})(Ui)
+%if 0%{?suse_version} <= 1320
+BuildRequires:  desktop-file-utils
+%endif
 %if %{with faad}
 BuildRequires:  libfaad-devel
 %endif
@@ -164,6 +166,11 @@
 %install
 %cmake_install
 
+%post -n lib%{name}%{sover} -p /sbin/ldconfig
+
+%postun -n lib%{name}%{sover} -p /sbin/ldconfig
+
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -172,15 +179,12 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%post -n lib%{name}%{sover} -p /sbin/ldconfig
-
-%postun -n lib%{name}%{sover} -p /sbin/ldconfig
-
 %post -n lib%{name}-plugins
 %desktop_database_post
 
 %postun -n lib%{name}-plugins
 %desktop_database_postun
+%endif
 
 %files
 %doc AUTHORS ChangeLog COPYING README

++++++ qmmp-1.1.10.tar.bz2 -> qmmp-1.1.11.tar.bz2 ++++++
++++ 9387 lines of diff (skipped)

++++++ qmmp-projectM-qt5.patch ++++++
--- /var/tmp/diff_new_pack.4xZ4pa/_old  2017-10-21 20:22:21.629357664 +0200
+++ /var/tmp/diff_new_pack.4xZ4pa/_new  2017-10-21 20:22:21.633357476 +0200
@@ -1,8 +1,6 @@
-Index: qmmp-1.1.9/src/plugins/Visual/projectm/CMakeLists.txt
-===================================================================
---- qmmp-1.1.9.orig/src/plugins/Visual/projectm/CMakeLists.txt
-+++ qmmp-1.1.9/src/plugins/Visual/projectm/CMakeLists.txt
-@@ -14,14 +14,14 @@ link_directories(${CMAKE_CURRENT_BINARY_
+--- a/src/plugins/Visual/projectm/CMakeLists.txt
++++ b/src/plugins/Visual/projectm/CMakeLists.txt
+@@ -9,14 +9,14 @@ link_directories(${CMAKE_CURRENT_BINARY_
  # projectM
  MESSAGE(STATUS "Found OpenGL implementation: ${Qt5Gui_OPENGL_IMPLEMENTATION}")
  IF(${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL GL)
@@ -18,11 +16,9 @@
 +          PATHS "/usr/share/projectM-qt5/" "/usr/local/share/projectM/")
  
  IF(PROJECTM_CONFIG)
- ADD_DEFINITIONS(-DPROJECTM_CONFIG=\\\"${PROJECTM_CONFIG}\\\")
-Index: qmmp-1.1.9/src/plugins/Visual/projectm/projectmplugin.cpp
-===================================================================
---- qmmp-1.1.9.orig/src/plugins/Visual/projectm/projectmplugin.cpp
-+++ qmmp-1.1.9/src/plugins/Visual/projectm/projectmplugin.cpp
+ SET(libprojectm_DEFINES PROJECTM_CONFIG=\"${PROJECTM_CONFIG}\")
+--- a/src/plugins/Visual/projectm/projectmplugin.cpp
++++ b/src/plugins/Visual/projectm/projectmplugin.cpp
 @@ -28,7 +28,7 @@
  #include <math.h>
  #include <stdlib.h>
@@ -32,23 +28,8 @@
  #include <qmmp/buffer.h>
  #include <qmmp/output.h>
  #include "projectmwidget.h"
-Index: qmmp-1.1.9/src/plugins/Visual/projectm/projectmwrapper.h
-===================================================================
---- qmmp-1.1.9.orig/src/plugins/Visual/projectm/projectmwrapper.h
-+++ qmmp-1.1.9/src/plugins/Visual/projectm/projectmwrapper.h
-@@ -22,7 +22,7 @@
- #define PROJECTMWRAPPER_H
- 
- #include <QObject>
--#include <libprojectM/projectM.hpp>
-+#include <libprojectM-qt5/projectM.hpp>
- 
- class ProjectMWrapper : public QObject, public projectM
- {
-Index: qmmp-1.1.9/src/plugins/Visual/projectm/projectmwidget.cpp
-===================================================================
---- qmmp-1.1.9.orig/src/plugins/Visual/projectm/projectmwidget.cpp
-+++ qmmp-1.1.9/src/plugins/Visual/projectm/projectmwidget.cpp
+--- a/src/plugins/Visual/projectm/projectmwidget.cpp
++++ b/src/plugins/Visual/projectm/projectmwidget.cpp
 @@ -35,7 +35,7 @@
  #include "projectmwidget.h"
  
@@ -58,3 +39,14 @@
  #endif
  
  ProjectMWidget::ProjectMWidget(QListWidget *listWidget, QWidget *parent)
+--- a/src/plugins/Visual/projectm/projectmwrapper.h
++++ b/src/plugins/Visual/projectm/projectmwrapper.h
+@@ -22,7 +22,7 @@
+ #define PROJECTMWRAPPER_H
+ 
+ #include <QObject>
+-#include <libprojectM/projectM.hpp>
++#include <libprojectM-qt5/projectM.hpp>
+ 
+ class ProjectMWrapper : public QObject, public projectM
+ {


Reply via email to