diff --git a/.gitignore b/.gitignore index 6d912f6..b120173 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /plasma-framework-5.3.0.tar.xz /plasma-framework-5.3.1.tar.xz /plasma-framework-5.4.0.tar.xz +/plasma-framework-5.5.0.tar.xz diff --git a/kf5-plasma.spec b/kf5-plasma.spec index fb0a72f..69cb96f 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -1,20 +1,21 @@ %global framework plasma Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD 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}-framework-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-framework-%{version}.tar.xz BuildRequires: libX11-devel BuildRequires: libxcb-devel @@ -115,6 +116,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_datadir}/kservices5/*.desktop %{_kf5_datadir}/kservices5/kded/*.desktop %{_kf5_datadir}/kservicetypes5/*.desktop +%{_kf5_datadir}/knotifications5/plasmashell.notifyrc %{_kf5_mandir}/man1/plasmapkg2.1.gz %{_kf5_plugindir}/kded/platformstatus.so @@ -129,6 +131,9 @@ make %{?_smp_mflags} -C %{_target_platform} %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 cfa3187..a19bba2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f55da2ff4612bbe6c920aef0ec31d29d plasma-framework-5.4.0.tar.xz +e89f887d879cac23143f960fedb95ef7 plasma-framework-5.5.0.tar.xz