This commit is contained in:
Rex Dieter 2016-09-22 13:18:56 -05:00
parent d40b4c0cd5
commit bd5f94f0e5
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/breeze-5.7.4.tar.xz
/breeze-5.7.5.tar.xz
/breeze-5.7.95.tar.xz

View File

@ -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

View File

@ -1 +1 @@
1d4d5414efd59dcff7d66ef5d7201545 breeze-5.7.5.tar.xz
ed7882c806bd8dc88ae465b69292afea breeze-5.7.95.tar.xz