Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2013-04-23 17:34:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-02-25 
20:42:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2013-04-23 
17:35:03.000000000 +0200
@@ -1,0 +2,36 @@
+Mon Apr 15 01:05:28 UTC 2013 - pascal.ble...@opensuse.org
+
+- update to 0.7.0:
+  * added udisks2 plugin
+  * added opus plugin
+  * added track change plugin
+  * added tracks copy/paste plugin
+  * added x-content/audio-cdda content type
+  * added 24/32-bit equalizer
+  * added unity integration
+  * added user interface language option
+  * added playlists auto-save feature
+  * added unified URL dialog
+  * added playlists downloading support to the command line parser
+  * added volume control support to the waveout plugin
+  * added wildmidi configuration file auto-search
+  * added sorting by file creation date
+  * added automatic 16-bit audio converter
+  * added pause handling to the scrobbler plugin
+  * enabled UTF-8 by default for cue files and shoutcast metadata
+  * enabled more formats by default in the ffmpeg plugin
+  * improved analyzer plugin (variable size, fullscreen mode, etc)
+  * improved last.fm registration
+  * improved configuration dialog
+  * removed QtXML dependence from the scrobbler plugin
+  * disabled udisks plugin by default
+
+-------------------------------------------------------------------
+Thu Mar 28 07:46:17 UTC 2013 - reddw...@opensuse.org
+
+- Update to 0.6.8
+  * fixed bugs in the mpris plugin
+  * fixed segmentation fault when running without output plugins
+  * updated Japanese translation (Ryota Shimamo)
+
+-------------------------------------------------------------------

Old:
----
  qmmp-0.6.7.tar.bz2

New:
----
  qmmp-0.7.0.tar.bz2
  qmmp-fix_cdda_version.patch

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

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.1IPNJa/_old  2013-04-23 17:35:06.000000000 +0200
+++ /var/tmp/diff_new_pack.1IPNJa/_new  2013-04-23 17:35:06.000000000 +0200
@@ -23,7 +23,7 @@
 %define soname 0
 
 Name:           qmmp
-Version:        0.6.7
+Version:        0.7.0
 Release:        0
 Summary:        XMMS-like audio player
 License:        GPL-2.0+
@@ -32,6 +32,8 @@
 Source0:        http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
 Patch0:         qmmp-0.6.1-default_pulse.patch
+# PATCH-FIX-UPSTREAM qmmp-fix_cdda_version.patch pascal.ble...@opensuse.org -- 
Fix header detection for cdparanoia cdda.h
+Patch1:         qmmp-fix_cdda_version.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
@@ -46,6 +48,7 @@
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(enca) >= 1.9
 BuildRequires:  pkgconfig(flac)
+BuildRequires:  pkgconfig(opus)
 # Standard Jack version is not new enough until openSUSE 12.1
 %if 0%{?suse_version} > 1140
 BuildRequires:  pkgconfig(jack)
@@ -123,6 +126,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 mkdir build

++++++ qmmp-0.6.7.tar.bz2 -> qmmp-0.7.0.tar.bz2 ++++++
++++ 81654 lines of diff (skipped)

++++++ qmmp-fix_cdda_version.patch ++++++
--- src/plugins/Input/cdaudio/decoder_cdaudio.cpp.orig  2013-04-15 
18:59:58.252555786 +0200
+++ src/plugins/Input/cdaudio/decoder_cdaudio.cpp       2013-04-15 
19:02:19.299842731 +0200
@@ -25,7 +25,7 @@
 #include <QFileInfo>
 #include <QDir>
 #include <cdio/cdio.h>
-#if LIBCDIO_VERSION_NUM <= 83
+#if LIBCDIO_VERSION_NUM <= 90
 #include <cdio/cdda.h>
 #else
 #include <cdio/paranoia/cdda.h>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to