diff --git a/qmmp-0.6.8.tar.bz2 b/qmmp-0.6.8.tar.bz2 deleted file mode 100644 index 30d136c..0000000 --- a/qmmp-0.6.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6c06d5942716f54395d9428fe571be3a70e18c88f203f7049032c12a8006541 -size 795864 diff --git a/qmmp-0.7.0.tar.bz2 b/qmmp-0.7.0.tar.bz2 new file mode 100644 index 0000000..e510594 --- /dev/null +++ b/qmmp-0.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d +size 846257 diff --git a/qmmp.changes b/qmmp.changes index 224c4fa..cbfb5e2 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Apr 15 01:05:28 UTC 2013 - pascal.bleser@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 - reddwarf@opensuse.org diff --git a/qmmp.spec b/qmmp.spec index 4c39f08..124f609 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -23,7 +23,7 @@ %define soname 0 Name: qmmp -Version: 0.6.8 +Version: 0.7.0 Release: 0 Summary: XMMS-like audio player License: GPL-2.0+ @@ -46,6 +46,7 @@ BuildRequires: pkgconfig(QtXml) 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)