From 6438a8679b1bb5a8c3ae782287e79e45657d9013319ff3382f244be14e4a32db Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 9 Nov 2016 22:41:45 +0000 Subject: [PATCH] - Update to version 1.1.5. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=88 --- qmmp-1.1.4.tar.bz2 | 3 --- qmmp-1.1.5.tar.bz2 | 3 +++ qmmp.changes | 12 ++++++++++++ qmmp.spec | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 qmmp-1.1.4.tar.bz2 create mode 100644 qmmp-1.1.5.tar.bz2 diff --git a/qmmp-1.1.4.tar.bz2 b/qmmp-1.1.4.tar.bz2 deleted file mode 100644 index 87975d5..0000000 --- a/qmmp-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b48bd208506a9e98428480b1aa21daa96e3866b4cc3a11e8cb008ef564c13aa -size 1132606 diff --git a/qmmp-1.1.5.tar.bz2 b/qmmp-1.1.5.tar.bz2 new file mode 100644 index 0000000..2df9af0 --- /dev/null +++ b/qmmp-1.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1288f432799980a5d58d131b56b4b590055d7e66c5fe50e9199b9daa35ddbd +size 1132552 diff --git a/qmmp.changes b/qmmp.changes index f6427d8..e24e90f 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 9 22:12:36 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 1.1.5: + * Add FFmpeg 3.2 support. + * Fix file downloading issue in the http plugin. + * Fix directory selection in the qsui plugin. + * Fix a possible segmentation fault. + * Fix command line option '--pl-repeat-toggle'. + * Fix some cppcheck warnings. + * Change a file dialogue form. + ------------------------------------------------------------------- Wed Oct 5 21:51:07 UTC 2016 - sor.alexei@meowr.ru diff --git a/qmmp.spec b/qmmp.spec index 0704bc5..ff50b2d 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -21,7 +21,7 @@ %bcond_with mad %bcond_with restricted Name: qmmp -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: Qt-based Multimedia Player License: GPL-2.0+ @@ -101,8 +101,8 @@ This package provides the Qmmp library. %package -n lib%{name}-plugins Summary: Plugins for libqmmp -Group: System/Libraries # Suggests instead of Recommends since MPlayer is a too big dependency. +Group: System/Libraries Suggests: lib%{name}-plugin-mplayer Provides: %{name}(%{sover})(Input) Provides: %{name}(%{sover})(Output) @@ -156,14 +156,14 @@ Development files for libqmmp. -DUSE_HAL=OFF \ -DUSE_OSS=OFF \ -DUSE_OSS4=OFF -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %cmake_install %post -%icon_theme_cache_post %desktop_database_post +%icon_theme_cache_post %postun %desktop_database_postun