diff --git a/.gitignore b/.gitignore index e88dc2f..146ef3d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /ksysguard-5.7.3.tar.xz /ksysguard-5.7.4.tar.xz /ksysguard-5.7.5.tar.xz +/ksysguard-5.7.95.tar.xz diff --git a/ksysguard.spec b/ksysguard.spec index cde6967..86cbbf6 100644 --- a/ksysguard.spec +++ b/ksysguard.spec @@ -1,5 +1,5 @@ Name: ksysguard -Version: 5.7.5 +Version: 5.7.95 Release: 1%{?dist} Summary: KDE Process Management application @@ -8,14 +8,14 @@ URL: https://quickgit.kde.org/?p=%{name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 +%global majmin_ver %(echo %{version} | cut -d. -f1,2).50 %global stable unstable %else +%global majmin_ver %(echo %{version} | cut -d. -f1,2) %global stable stable %endif Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz -%global majmin_ver %(echo %{version} | cut -d. -f1,2) - BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtscript-devel BuildRequires: qt5-qtwebkit-devel @@ -104,6 +104,9 @@ fi %changelog +* Thu Sep 22 2016 Rex Dieter - 5.7.95-1 +- 5.7.95 + * Tue Sep 13 2016 Rex Dieter - 5.7.5-1 - 5.7.5 diff --git a/sources b/sources index 00fa162..140a841 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15fe364f5c91fe7fd711b4e09a92703c ksysguard-5.7.5.tar.xz +ad09bd59afb1b4657fae853f020af0eb ksysguard-5.7.95.tar.xz