Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2013-01-12 07:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp (Old)
 and      /work/SRC/openSUSE:Factory/.qmmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmmp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes        2012-12-14 
10:57:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2013-01-12 
07:56:54.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Jan 11 12:37:12 UTC 2013 - [email protected]
+
+- Update to 0.6.6
+  * added support for http redirect to the url dialog
+  * added ffmpeg 1.1 support
+  * fixed 24/32-bit mode support in the src plugin
+  * fixed seeking when using oss4 as output
+  * fixed streaming support in the ffmpeg plugin
+  * fixed build without qt3support headers (thanks to Dmitry Smolin)
+  * fixed playlist titlebar cursor
+  * fixed mpris2 support
+  * fixed typos
+  * updated Hebrew translation (Genghis Khan)
+- Disable OSS/OSS4 output support
+
+-------------------------------------------------------------------

Old:
----
  qmmp-0.6.5.tar.bz2

New:
----
  qmmp-0.6.6.tar.bz2

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

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.cKtDUf/_old  2013-01-12 07:56:55.000000000 +0100
+++ /var/tmp/diff_new_pack.cKtDUf/_new  2013-01-12 07:56:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qmmp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define soname 0
 
 Name:           qmmp
-Version:        0.6.5
+Version:        0.6.6
 Release:        0
 Summary:        XMMS-like audio player
 License:        GPL-2.0+
@@ -129,9 +129,15 @@
 cd build
 export CFLAGS='%{optflags}'
 export CXXFLAGS='%{optflags}'
-cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-      -DLIB_DIR=%{_lib} -DCMAKE_BUILD_TYPE=Release -DUSE_HAL=FALSE \
-      -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
+cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \
+      -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+      -DLIB_DIR=%{_lib} \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DCMAKE_VERBOSE_MAKEFILE=TRUE \
+      -DUSE_HAL=FALSE \
+      -DUSE_OSS=FALSE \
+      -DUSE_OSS4=FALSE \
+      ..
 make %{?_smp_mflags}
 
 %install

++++++ qmmp-0.6.5.tar.bz2 -> qmmp-0.6.6.tar.bz2 ++++++
++++ 3534 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to