diff --git a/.gitignore b/.gitignore index f6ef9bc..e7a1c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,8 @@ /plasma-integration-5.7.3.tar.xz /plasma-integration-5.7.4.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 diff --git a/plasma-integration.spec b/plasma-integration.spec index bbfa8a4..6d8f9b9 100644 --- a/plasma-integration.spec +++ b/plasma-integration.spec @@ -1,6 +1,6 @@ Name: plasma-integration Summary: Qt Platform Theme integration plugin for Plasma -Version: 5.7.5 +Version: 5.8.3 Release: 1%{?dist} # 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) %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: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -80,9 +80,24 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %doc README.md %license COPYING.LIB COPYING.LGPL-2 %{_kf5_qtplugindir}/platformthemes/KDEPlasmaPlatformTheme.so - +%{_kf5_datadir}/kconf_update/fonts_* %changelog +* Tue Nov 01 2016 Rex Dieter - 5.8.3-1 +- 5.8.3 + +* Tue Oct 18 2016 Rex Dieter - 5.8.2-1 +- 5.8.2 + +* Tue Oct 11 2016 Rex Dieter - 5.8.1-1 +- 5.8.1 + +* Thu Sep 29 2016 Rex Dieter - 5.8.0-1 +- 5.8.0 + +* 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 2a58623..42b235b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d71ead78883e423c455897ae3e716cc plasma-integration-5.7.5.tar.xz +e28dff65bbde4ed297154934c671ac19 plasma-integration-5.8.3.tar.xz