diff --git a/.gitignore b/.gitignore index e21ccb5..c26a334 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kservice-5.2.0.tar.xz /kservice-5.3.0.tar.xz /kservice-5.4.0.tar.xz +/kservice-5.5.0.tar.xz diff --git a/kf5-kservice.spec b/kf5-kservice.spec index fa3977e..abe24d9 100644 --- a/kf5-kservice.spec +++ b/kf5-kservice.spec @@ -1,20 +1,21 @@ %global framework kservice Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection License: GPLv2+ and LGPLv2+ URL: http://www.kde.org +%global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -88,6 +89,9 @@ mv %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/applications.menu %{buildroot}/%{_k %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index e3e6973..86e032b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a75aecd21bb84616a6cc91ffa71e37d6 kservice-5.4.0.tar.xz +5b38a542cc9e10e04a19c7ec45de322b kservice-5.5.0.tar.xz