From fb98c73e8eee3f964317d9028bcc2484d3c196f3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Apr 2016 13:12:33 -0500 Subject: [PATCH] 16.03.80 --- .gitignore | 3 +-- sources | 2 +- spectacle.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 00cb533..10e59af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -/spectacle-15.12.1.tar.xz -/spectacle-15.12.2.tar.xz /spectacle-15.12.3.tar.xz +/spectacle-16.03.80.tar.xz diff --git a/sources b/sources index 76440cc..7188398 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5335ec21b56fdf0513b46e95d20b260 spectacle-15.12.3.tar.xz +6dd0f03a9f7c813e6203fc7f54607f62 spectacle-16.03.80.tar.xz diff --git a/spectacle.spec b/spectacle.spec index 24131ce..e8b5583 100644 --- a/spectacle.spec +++ b/spectacle.spec @@ -1,8 +1,8 @@ Name: spectacle Summary: Screenshot capture utility -Version: 15.12.3 -Release: 2%{?dist} +Version: 16.03.80 +Release: 1%{?dist} License: GPLv2 URL: https://quickgit.kde.org/?p=%{name}.git @@ -15,6 +15,8 @@ URL: https://quickgit.kde.org/?p=%{name}.git %endif Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz +%global majmin_ver %(echo %{version} | cut -d. -f1,2) + BuildRequires: desktop-file-utils BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros @@ -29,7 +31,7 @@ BuildRequires: kf5-kxmlgui-devel BuildRequires: kf5-kwindowsystem-devel BuildRequires: kf5-kdoctools-devel BuildRequires: libkscreen-qt5-devel -BuildRequires: kf5-libkipi-devel +BuildRequires: kf5-libkipi-devel >= %{majmin_ver} BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5X11Extras) @@ -87,8 +89,10 @@ fi %{_kf5_datadir}/knotifications5/spectacle.notifyrc - %changelog +* Thu Apr 14 2016 Rex Dieter - 16.03.80-1 +- 16.03.80 + * Sat Apr 09 2016 Rex Dieter - 15.12.3-2 - update URL, rebuild (libkscreen-qt5)