From faa1471d3f31550078b5706ba8634e36130cd14f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 1 Sep 2017 10:13:17 -0500 Subject: [PATCH] 5.10.5.1, drop redundant kf5-filesystem dep --- .gitignore | 29 ----------------------------- kscreenlocker.spec | 12 +++++++----- 2 files changed, 7 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 27af4d3..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +0,0 @@ -/kscreenlocker-5.6.1.tar.xz -/kscreenlocker-5.6.2.tar.xz -/kscreenlocker-5.6.3.tar.xz -/kscreenlocker-5.6.4.tar.xz -/kscreenlocker-5.6.5.tar.xz -/kscreenlocker-5.6.95.tar.xz -/kscreenlocker-5.7.0.tar.xz -/kscreenlocker-5.7.1.tar.xz -/kscreenlocker-5.7.2.tar.xz -/kscreenlocker-5.7.3.tar.xz -/kscreenlocker-5.7.4.tar.xz -/kscreenlocker-5.7.5.tar.xz -/kscreenlocker-5.7.95.tar.xz -/kscreenlocker-5.8.0.tar.xz -/kscreenlocker-5.8.1.tar.xz -/kscreenlocker-5.8.2.tar.xz -/kscreenlocker-5.8.3.tar.xz -/kscreenlocker-5.8.4.tar.xz -/kscreenlocker-5.8.5.tar.xz -/kscreenlocker-5.8.6.tar.xz -/kscreenlocker-5.9.3.tar.xz -/kscreenlocker-5.9.4.tar.xz -/kscreenlocker-5.9.5.tar.xz -/kscreenlocker-5.10.0.tar.xz -/kscreenlocker-5.10.1.tar.xz -/kscreenlocker-5.10.2.tar.xz -/kscreenlocker-5.10.3.tar.xz -/kscreenlocker-5.10.4.tar.xz -/kscreenlocker-5.10.5.tar.xz diff --git a/kscreenlocker.spec b/kscreenlocker.spec index ade053b..f16c465 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -1,18 +1,19 @@ Name: kscreenlocker -Version: 5.10.5 +Version: 5.10.5.1 Release: 1%{?dist} Summary: Library and components for secure lock screen architecture License: GPLv2+ URL: https://cgit.kde.org/%{name}.git +%global plasmaver $(echo %{version} | cut -d. -f1,2,3) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/plasma/%{plasmaver}/%{name}-%{version}.tar.xz # help upgrades, split from plasma-workspace since 5.5 Conflicts: plasma-workspace < 5.5 @@ -46,8 +47,6 @@ BuildRequires: pkgconfig(xi) BuildRequires: libXcursor-devel BuildRequires: pam-devel -Requires: kf5-filesystem - %description %{summary}. @@ -63,7 +62,7 @@ developing applications that use %{name}. %prep -%autosetup -p1 +%autosetup -n %{name}-%{plasmaver} -p1 %build @@ -105,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Sep 01 2017 Rex Dieter - 5.10.5.1-1 +- 5.10.5.1, drop redundant kf5-filesystem dep + * Thu Aug 24 2017 Rex Dieter - 5.10.5-1 - 5.10.5