diff --git a/qmmp-1.3.6.tar.bz2 b/qmmp-1.3.6.tar.bz2 deleted file mode 100644 index 6fa8708..0000000 --- a/qmmp-1.3.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e842ab14a335c09ee2941ecdac4b47ce9a9e916d523dfe30e98e0569b6f13036 -size 1250131 diff --git a/qmmp-1.3.7.tar.bz2 b/qmmp-1.3.7.tar.bz2 new file mode 100644 index 0000000..7d238c9 --- /dev/null +++ b/qmmp-1.3.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a996e11b9af2e3bc5634304c5a7144a1d56767177a7cb79a6e50b7ce45b38e +size 1250192 diff --git a/qmmp.changes b/qmmp.changes index 1f1c602..055d7cf 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 26 19:35:13 UTC 2020 - Alexei Sorokin + +- Update to version 1.3.7: + * Use gnudb.org as a default CDDB server. + * Fix several crashes in the file operations plugin. + * Fix MPRIS support. + * Fix text scroller issues in the skinned plugin. + * Fix a CMake warning. + * Update translations. +- Drop support for old openSUSE versions. + ------------------------------------------------------------------- Wed Jan 15 20:04:43 UTC 2020 - Luigi Baldoni diff --git a/qmmp.spec b/qmmp.spec index cc7ff84..6146b5f 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -21,14 +21,12 @@ %bcond_with faad %bcond_with restricted Name: qmmp -Version: 1.3.6 +Version: 1.3.7 Release: 0 Summary: Qt-based Multimedia Player License: GPL-2.0-or-later -Group: Productivity/Multimedia/Sound/Players -ExclusiveArch: %ix86 x86_64 -URL: http://qmmp.ylsoftware.com/ -Source: http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2 +URL: https://qmmp.ylsoftware.com/ +Source: https://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2 Source1: baselibs.conf # PATCH-FIX-UPSTREAM qmmp-fix_cdda_version.patch pascal.bleser@opensuse.org -- Fix header detection for cdparanoia cdda.h. Patch0: %{name}-fix_cdda_version.patch @@ -80,9 +78,7 @@ BuildRequires: pkgconfig(wavpack) Requires: %{name}(%{sover})(Input) Requires: %{name}(%{sover})(Output) Requires: %{name}(%{sover})(Ui) -%if 0%{?suse_version} < 1500 -BuildRequires: update-desktop-files -%endif +ExclusiveArch: %ix86 x86_64 %if %{with faad} BuildRequires: libfaad-devel %endif @@ -92,7 +88,6 @@ This program is an audio-player, written with help of Qt library. %package -n lib%{name}%{sover} Summary: Qmmp library -Group: System/Libraries Recommends: lib%{name}-plugins %description -n lib%{name}%{sover} @@ -103,7 +98,6 @@ This package provides the Qmmp library. %package -n lib%{name}-plugins Summary: Plugins for libqmmp # Suggests instead of Recommends since MPlayer is too big of a dependency. -Group: System/Libraries Suggests: lib%{name}-plugin-mplayer Provides: %{name}(%{sover})(Input) Provides: %{name}(%{sover})(Output) @@ -121,7 +115,6 @@ This package provides plugins for libqmmp. %if %{with restricted} %package -n lib%{name}-plugin-mplayer Summary: MPlayer plugin for libqmmp -Group: System/Libraries Requires: MPlayer %description -n lib%{name}-plugin-mplayer @@ -132,7 +125,6 @@ This package provides MPlayer plugin for libqmmp. %package -n lib%{name}-devel Summary: Development files for libqmmp -Group: Development/Libraries/C and C++ Requires: lib%{name}%{sover} = %{version} %description -n lib%{name}-devel @@ -158,7 +150,7 @@ Development files for libqmmp. -DUSE_HAL=OFF \ -DUSE_OSS=OFF \ -DUSE_OSS4=OFF -make %{?_smp_mflags} V=1 +%cmake_build %install %cmake_install @@ -169,22 +161,6 @@ rm -rf %{buildroot}/%{_datadir}/icons/hicolor/56x56 %postun -n lib%{name}%{sover} -p /sbin/ldconfig -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun - -%post -n lib%{name}-plugins -%desktop_database_post - -%postun -n lib%{name}-plugins -%desktop_database_postun -%endif - %files %license COPYING %doc AUTHORS ChangeLog README @@ -192,9 +168,6 @@ rm -rf %{buildroot}/%{_datadir}/icons/hicolor/56x56 %{_datadir}/%{name}/ %{_datadir}/applications/%{name}*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* -%if 0%{?suse_version} < 1500 -%dir %{_datadir}/metainfo -%endif %{_datadir}/metainfo/%{name}.appdata.xml %files -n lib%{name}%{sover}