diff --git a/.gitignore b/.gitignore index 3c78c5d..bbf3f92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwin-5.7.4.tar.xz /kwin-5.7.5.tar.xz +/kwin-5.7.95.tar.xz diff --git a/kwin.spec b/kwin.spec index 994a5c6..352b2ef 100644 --- a/kwin.spec +++ b/kwin.spec @@ -6,7 +6,7 @@ %endif Name: kwin -Version: 5.7.5 +Version: 5.7.95 Release: 1%{?dist} Summary: KDE Window manager @@ -18,18 +18,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) - -## upstream patches - -## upstreamable patches - # Base BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros @@ -287,6 +283,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 c4e9578..76ec17c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33ad18923bbb26d104dc6730553446ee kwin-5.7.5.tar.xz +9e6e67d21c78ecad1db6d626a09d1d8b kwin-5.7.95.tar.xz