- Update to version 1.2.2.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=115
This commit is contained in:
parent
c758b6b959
commit
35bd42a4fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9314126adf72534d3ba907246b075a45a997578e5fb86e52769e01602e4e8a9
|
||||
size 1187267
|
3
qmmp-1.2.2.tar.bz2
Normal file
3
qmmp-1.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9dc5723f7f2a04d36167585ce1b4223c09f36c6dad1215de877dc51d1f3d606
|
||||
size 1187439
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 10:18:12 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 1.2.2:
|
||||
* Fix building with Qt 5.11+.
|
||||
* Fix memory leaks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 19 20:07:54 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
|
11
qmmp.spec
11
qmmp.spec
@ -20,12 +20,12 @@
|
||||
%bcond_with faad
|
||||
%bcond_with restricted
|
||||
Name: qmmp
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Qt-based Multimedia Player
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Url: http://qmmp.ylsoftware.com/
|
||||
URL: http://qmmp.ylsoftware.com/
|
||||
Source: http://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.
|
||||
@ -80,7 +80,7 @@ BuildRequires: pkgconfig(wavpack)
|
||||
Requires: %{name}(%{sover})(Input)
|
||||
Requires: %{name}(%{sover})(Output)
|
||||
Requires: %{name}(%{sover})(Ui)
|
||||
%if 0%{?suse_version} <= 1320
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: desktop-file-utils
|
||||
%endif
|
||||
%if %{with faad}
|
||||
@ -167,7 +167,7 @@ make %{?_smp_mflags} V=1
|
||||
|
||||
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%if 0%{?suse_version} <= 1320
|
||||
%if 0%{?suse_version} < 1500
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
@ -184,7 +184,8 @@ make %{?_smp_mflags} V=1
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/%{name}*.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user