[lxqt-globalkeys: 2/3] - New upstream release 0.9.0

Helio Chissini de Castro heliocastro at fedoraproject.org
Sun Feb 8 14:59:55 UTC 2015


commit 2e3f0860546567c5845c3f1808f50f3e470285f5
Author: Helio Chissini de Castro <helio at kde.org>
Date:   Sun Feb 8 12:44:57 2015 -0200

    - New upstream release 0.9.0

 .gitignore                               |    1 +
 lxqt-globalkeys-0.8.0-cmake_libdir.patch |   80 ------------------------------
 lxqt-globalkeys.spec                     |   26 +++++-----
 sources                                  |    2 +-
 4 files changed, 14 insertions(+), 95 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 755cda5..90ed2e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lxqt-globalkeys-0.8.0.tar.xz
+/lxqt-globalkeys-0.9.0.tar.xz
diff --git a/lxqt-globalkeys.spec b/lxqt-globalkeys.spec
index 6c49590..cbe822d 100644
--- a/lxqt-globalkeys.spec
+++ b/lxqt-globalkeys.spec
@@ -1,22 +1,16 @@
-%if 0%{?rhel} == 6
-%define cmake_pkg cmake28
-%else
-%define cmake_pkg cmake
-%endif
-
 Name:    lxqt-globalkeys
 Summary: Global keys utility for LXQt desktop suite
-Version: 0.8.0
-Release: 6%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
 License: LGPLv2+
 URL:     http://lxqt.org/
-Source0: http://lxqt.org/downloads/lxqt/0.8.0/%{name}-%{version}.tar.xz
-Patch0:  lxqt-globalkeys-0.8.0-cmake_libdir.patch
+Source0: http://downloads.lxqt.org/lxqt/0.9.0/lxqt-globalkeys-0.9.0.tar.xz
 
-BuildRequires:  %{cmake_pkg} >= 2.8.9
+BuildRequires: cmake >= 2.8.9
 BuildRequires: pkgconfig(lxqt)
 BuildRequires: pkgconfig(Qt5Help)
 BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
+BuildRequires: kf5-kwindowsystem-devel >= 5.5
 BuildRequires: desktop-file-utils
 
 %description
@@ -32,12 +26,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 %prep
 %setup
 
-%patch0 -p1 -b .unify
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QT5=ON ..
+	%{cmake} ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -72,6 +64,12 @@ desktop-file-edit --remove-category=LXQt --add-category=X-LXQt \
 
 
 %changelog
+* Sun Feb 08 2015 Helio Chissini de Castro <helio at kde.org> - 0.9.0-1
+- New upstream release 0.9.0
+
+* Tue Feb 03 2015 Helio Chissini de Castro <hcastro at redhat.com> - 0.9.0-0.1
+- Preparing for 0.9.0 release
+
 * Mon Dec 29 2014 Helio Chissini de Castro <hcastro at redhat.com> - 0.8.0-6
 - Rebuild against new Qt 5.4.0
 
diff --git a/sources b/sources
index 83d8475..7f7ec7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-884e0a66f978e58fd13401bcacab1dd7  lxqt-globalkeys-0.8.0.tar.xz
+f7e0de7cac2379a7dd7af7fd97e9138c  lxqt-globalkeys-0.9.0.tar.xz


More information about the scm-commits mailing list