Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2015-11-05 11:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-10-24 
10:30:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2015-11-05 
11:35:55.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Nov  4 12:02:04 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.1 (changes since 0.9.3):
+  * Switch to Qt5.
+  * Add Xfce icon theme support.
+  * Add test for supported OpenGL implementation while using cmake.
+  * Remove ffmpeg_legacy plugin.
+  * Remove legacy udisks plugin.
+  * Remove support of taglib versions less than 1.8.
+- Switch to Qt5.
+
+-------------------------------------------------------------------

Old:
----
  qmmp-0.9.3.tar.bz2

New:
----
  qmmp-1.0.1.tar.bz2

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

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.8N1gUJ/_old  2015-11-05 11:35:56.000000000 +0100
+++ /var/tmp/diff_new_pack.8N1gUJ/_new  2015-11-05 11:35:56.000000000 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define sover   0
+%define sover   1
 %bcond_with restricted
 Name:           qmmp
-Version:        0.9.3
+Version:        1.0.1
 Release:        0
 Summary:        Qt-based Multimedia Player
 License:        GPL-2.0+
@@ -36,12 +36,14 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libmpcdec-devel
-BuildRequires:  pkgconfig(QtCore)
-BuildRequires:  pkgconfig(QtDBus)
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtOpenGL)
-BuildRequires:  pkgconfig(QtXml)
+BuildRequires:  libqt5-qttools-devel >= 5.4
+BuildRequires:  pkgconfig(Qt5Core) >= 5.4
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.4
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4
+BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.4
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.4
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.4
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(enca) >= 1.9
 BuildRequires:  pkgconfig(flac)
@@ -71,7 +73,7 @@
 Requires:       %{name}(%{sover})(Input)
 Requires:       %{name}(%{sover})(Output)
 Requires:       %{name}(%{sover})(Ui)
-%if %{with rectricted}
+%if %{with restricted}
 BuildRequires:  libfaad-devel
 BuildRequires:  pkgconfig(mad)
 %endif
@@ -135,28 +137,20 @@
 %patch1 -p1
 
 %build
-mkdir build
-pushd build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
-cmake \
-  -DCMAKE_BUILD_TYPE=Release          \
-  -DCMAKE_VERBOSE_MAKEFILE=ON         \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix}   \
+%cmake \
+  -DCMAKE_MODULE_LINKER_FLAGS=""      \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
   -DLIB_DIR=%{_lib}                   \
-  -DUSE_HAL=OFF                       \
-  -DUSE_OSS=OFF                       \
-  -DUSE_OSS4=OFF                      \
 %if %{without restricted}
   -DUSE_MPLAYER=OFF                   \
 %endif
-  ..
+  -DUSE_HAL=OFF                       \
+  -DUSE_OSS=OFF                       \
+  -DUSE_OSS4=OFF
 make %{?_smp_mflags}
-popd
 
 %install
-%make_install -C build
+%cmake_install
 
 %post
 %icon_theme_cache_post

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.8N1gUJ/_old  2015-11-05 11:35:56.000000000 +0100
+++ /var/tmp/diff_new_pack.8N1gUJ/_new  2015-11-05 11:35:56.000000000 +0100
@@ -1 +1 @@
-libqmmp0
+libqmmp1

++++++ qmmp-0.9.3.tar.bz2 -> qmmp-1.0.1.tar.bz2 ++++++
++++ 65894 lines of diff (skipped)


Reply via email to