From 02f04200e2526a36c84cde2e8e5ce1222cf63a01 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 22 Sep 2016 18:02:11 -0500 Subject: [PATCH] 5.7.95 --- .gitignore | 1 + plasma-integration.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f6ef9bc..7e049ec 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /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 diff --git a/plasma-integration.spec b/plasma-integration.spec index bbfa8a4..b410677 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.7.95 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 @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %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 2a58623..16de7dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d71ead78883e423c455897ae3e716cc plasma-integration-5.7.5.tar.xz +6fb3746a6cd510834982c878300b8e4d plasma-integration-5.7.95.tar.xz