From 3df888bc214bc899c24568f3b6b56f3c3d99e3bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 16 Oct 2014 08:43:11 -0500 Subject: [PATCH] 0.7.3-1 - kde-connect-0.7.3 - BR: libfakekey-devel (and switch other BR's to pkgconfig style) --- .gitignore | 1 + kde-connect.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cdef895..ba888be 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kdeconnect-kde-0.7.2.tar.xz +/kdeconnect-kde-0.7.3.tar.xz diff --git a/kde-connect.spec b/kde-connect.spec index 76e5fe4..b685bf8 100644 --- a/kde-connect.spec +++ b/kde-connect.spec @@ -1,6 +1,6 @@ Name: kde-connect -Version: 0.7.2 -Release: 2%{?dist} +Version: 0.7.3 +Release: 1%{?dist} License: GPLv2+ Summary: KDE Connect client for communication with smartphones @@ -9,8 +9,9 @@ Source0: http://download.kde.org/unstable/kdeconnect/%{version}/src/kdeco BuildRequires: gettext BuildRequires: kdelibs4-devel -BuildRequires: qjson-devel -BuildRequires: qca2-devel +BuildRequires: pkgconfig(libfakekey) +BuildRequires: pkgconfig(QJson) +BuildRequires: pkgconfig(qca2) Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: fuse-sshfs @@ -117,6 +118,10 @@ fi %changelog +* Thu Oct 16 2014 Rex Dieter - 0.7.3-1 +- kde-connect-0.7.3 +- BR: libfakekey-devel (and switch other BR's to pkgconfig style) + * Sat Aug 16 2014 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index b59ca89..ee58e18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cd10d54bb3dc6e5b854ec110f63cecb kdeconnect-kde-0.7.2.tar.xz +261e2b3412ed28e6f67e0ef2187b1854 kdeconnect-kde-0.7.3.tar.xz