commit 375799ead263495926ddde0dad7feaef08522e53
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 7 23:48:02 2017 +0100
update to 2.0.10 release
.gitignore | 5 +----
kaffeine.spec | 13 +++++++------
sources | 2 +-
3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19c8e3c..fa0a82e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-kaffeine-1.2.2.tar.gz
-/kaffeine-2.0.4.tar.xz
-/kaffeine-2.0.5.tar.xz
-/kaffeine-2.0.9.tar.xz
+/kaffeine-*.tar.xz
diff --git a/kaffeine.spec b/kaffeine.spec
index 0be2430..c371082 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,12 +1,11 @@
Name: kaffeine
-Version: 2.0.9
+Version: 2.0.10
Release: 1%{?dist}
License: GPLv2+
Summary: KDE media player
-Group: Applications/Multimedia
URL:
http://kaffeine.kde.org/
-Source0:
http://download.kde.org/%{stable}/%{name}/%{version}/src/%{name}-%{versio...
+Source0:
https://download.kde.org/%{stable}/%{name}/%{version}/src/%{name}-%{versi...
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
@@ -22,6 +21,7 @@ BuildRequires: cmake(Qt5X11Extras)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5WidgetsAddons)
+BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5DBusAddons)
@@ -52,7 +52,7 @@ pushd %{_target_platform}
%{cmake_kf5} ..
popd
-make %{?_smp_mflags} -C %{_target_platform}
+%make_build -C %{_target_platform}
%install
@@ -67,13 +67,11 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_kf5_datadir}/appdata/org.k
%post
-/usr/bin/update-desktop-database &> /dev/null || :
/bin/touch --no-create %{_kf5_datadir}/icons/hicolor &>/dev/null || :
%postun
if [ $1 -eq 0 ] ; then
- /usr/bin/update-desktop-database &> /dev/null || :
/bin/touch --no-create %{_kf5_datadir}/icons/hicolor &>/dev/null || :
/usr/bin/gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &>/dev/null || :
fi
@@ -97,6 +95,9 @@ fi
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Fri Jul 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.10-1
+- update to 2.0.10 release
+
* Sat Apr 22 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.9-1
- update to 2.0.9 release
diff --git a/sources b/sources
index 24bddf1..347e10f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a5114cf18fcaf3bd2656dcadfd23995 kaffeine-2.0.9.tar.xz
+89fd6614379789f594af30bc5c72dd63 kaffeine-2.0.10.tar.xz