5.7.95
This commit is contained in:
parent
d40b4c0cd5
commit
bd5f94f0e5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/breeze-5.7.4.tar.xz
|
||||
/breeze-5.7.5.tar.xz
|
||||
/breeze-5.7.95.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global build_kde4 1
|
||||
|
||||
Name: plasma-breeze
|
||||
Version: 5.7.5
|
||||
Version: 5.7.95
|
||||
Release: 1%{?dist}
|
||||
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
||||
|
||||
@ -12,14 +12,14 @@ URL: https://quickgit.kde.org/?p=%{base_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}/%{base_name}-%{version}.tar.xz
|
||||
|
||||
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
||||
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext
|
||||
BuildRequires: kdecoration-devel >= %{majmin_ver}
|
||||
@ -187,6 +187,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2016 Rex Dieter <rdieter@fedoraproject.org>
|
||||
- 5.7.95
|
||||
|
||||
* Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1
|
||||
- 5.7.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user