- Update to 1.0.2.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=71
This commit is contained in:
Alexei Sorokin 2015-11-15 21:45:27 +00:00 committed by Git OBS Bridge
parent 4aa9803edd
commit 8505b194f5
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:010923f2fbba8b5a75c422eadf9b762b8b3eee10849e49272271262549457e66
size 1094223

3
qmmp-1.0.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c3e72f0effa2f2a5c7b41507d751599bf01d80316da6eaef7f2f20b91be8221
size 1095127

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 15 16:44:10 UTC 2015 - sor.alexei@meowr.ru
- Update to 1.0.2:
* Fix problem with tray icon menu (see qtbug#48869).
* Fix geometry saving in the skinned UI.
* Fix segmentation fault in the ReplayGain scanner.
* Fix hide on close feature.
* Fix some skins parsing.
* Fix Dutch translation.
-------------------------------------------------------------------
Wed Nov 4 12:02:04 UTC 2015 - sor.alexei@meowr.ru

View File

@ -19,7 +19,7 @@
%define sover 1
%bcond_with restricted
Name: qmmp
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: Qt-based Multimedia Player
License: GPL-2.0+
@ -96,13 +96,13 @@ Summary: Plugins for libqmmp
Group: System/Libraries
# Suggests instead of Recommends since MPlayer is a too big dependency.
Suggests: lib%{name}-plugin-mplayer
# libqmmp0-plugins & qmmp-plugin-pack-simple-ui were last used in openSUSE 13.2 (in PMBS).
Obsoletes: %{name}-plugin-pack-simple-ui < %{version}
Obsoletes: lib%{name}0-plugins
Provides: %{name}-plugin-pack-simple-ui = %{version}
Provides: %{name}(%{sover})(Input)
Provides: %{name}(%{sover})(Output)
Provides: %{name}(%{sover})(Ui)
# libqmmp0-plugins & qmmp-plugin-pack-simple-ui were last used in openSUSE 13.2 (in PMBS).
Provides: %{name}-plugin-pack-simple-ui = %{version}
Obsoletes: %{name}-plugin-pack-simple-ui < %{version}
Obsoletes: lib%{name}0-plugins
%description -n lib%{name}-plugins
This program is an audio-player, written with help of Qt library.