Merge branch 'master' into f24

epel9
Rex Dieter 8 years ago
commit 0bfa6516b3

5
.gitignore vendored

@ -5,3 +5,8 @@
/plasma-integration-5.7.3.tar.xz /plasma-integration-5.7.3.tar.xz
/plasma-integration-5.7.4.tar.xz /plasma-integration-5.7.4.tar.xz
/plasma-integration-5.7.5.tar.xz /plasma-integration-5.7.5.tar.xz
/plasma-integration-5.7.95.tar.xz
/plasma-integration-5.8.0.tar.xz
/plasma-integration-5.8.1.tar.xz
/plasma-integration-5.8.2.tar.xz
/plasma-integration-5.8.3.tar.xz

@ -1,6 +1,6 @@
Name: plasma-integration Name: plasma-integration
Summary: Qt Platform Theme integration plugin for Plasma Summary: Qt Platform Theme integration plugin for Plasma
Version: 5.7.5 Version: 5.8.3
Release: 1%{?dist} Release: 1%{?dist}
# KDE e.V. may determine that future LGPL versions are accepted # KDE e.V. may determine that future LGPL versions are accepted
@ -9,14 +9,14 @@ URL: https://quickgit.kde.org/?p=%{name}.git
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50 %if %{revision} >= 50
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
%global stable unstable %global stable unstable
%else %else
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global stable stable %global stable stable
%endif %endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -80,9 +80,24 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%doc README.md %doc README.md
%license COPYING.LIB COPYING.LGPL-2 %license COPYING.LIB COPYING.LGPL-2
%{_kf5_qtplugindir}/platformthemes/KDEPlasmaPlatformTheme.so %{_kf5_qtplugindir}/platformthemes/KDEPlasmaPlatformTheme.so
%{_kf5_datadir}/kconf_update/fonts_*
%changelog %changelog
* Tue Nov 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.3-1
- 5.8.3
* Tue Oct 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-1
- 5.8.2
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-1
- 5.8.1
* Thu Sep 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-1
- 5.8.0
* Thu Sep 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.95-1
- 5.7.95
* Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1 * Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1
- 5.7.5 - 5.7.5

@ -1 +1 @@
9d71ead78883e423c455897ae3e716cc plasma-integration-5.7.5.tar.xz e28dff65bbde4ed297154934c671ac19 plasma-integration-5.8.3.tar.xz

Loading…
Cancel
Save