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

Helio Chissini de Castro heliocastro at fedoraproject.org
Sun Feb 8 15:02:44 UTC 2015


commit 4a8b852adea40c3080c8b83cee639a18ec8dc46f
Author: Helio Chissini de Castro <helio at kde.org>
Date:   Sun Feb 8 12:45:12 2015 -0200

    - New upstream release 0.9.0

 .gitignore                             |    1 +
 lxqt-openssh-askpass-0.8.0-unify.patch |   23 -----------------------
 lxqt-openssh-askpass.spec              |   28 +++++++++++++++-------------
 sources                                |    2 +-
 4 files changed, 17 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e96bab..6f9521e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lxqt-openssh-askpass-0.8.0.tar.xz
+/lxqt-openssh-askpass-0.9.0.tar.xz
diff --git a/lxqt-openssh-askpass.spec b/lxqt-openssh-askpass.spec
index 1d58544..47492c5 100644
--- a/lxqt-openssh-askpass.spec
+++ b/lxqt-openssh-askpass.spec
@@ -1,36 +1,29 @@
-%if 0%{?rhel} == 6
-%define cmake_pkg cmake28
-%else
-%define cmake_pkg cmake
-%endif
-
 Name:    lxqt-openssh-askpass
 Summary: Askpass openssh transition dialog for LXQt desktop suite
-Version: 0.8.0
-Release: 5%{?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
+Source0: http://downloads.lxqt.org/lxqt/0.9.0/lxqt-openssh-askpass-0.9.0.tar.xz
 Source1: lxqt-openssh-askpass.sh
 Source2: lxqt-openssh-askpass.csh
-Patch0:  lxqt-openssh-askpass-0.8.0-unify.patch
 
-BuildRequires:  %{cmake_pkg} >= 2.8.9
+BuildRequires: cmake >= 2.8.9
 BuildRequires: pkgconfig(Qt5Help)
 BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
 BuildRequires: pkgconfig(lxqt)
+BuildRequires: kf5-kwindowsystem-devel >= 5.5
 
 %description
 %{summary}.
 
 %prep
 %setup
-%patch0 -p1 -b .unify
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QT5=TRUE ..
+	%{cmake} ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -48,9 +41,18 @@ install -p -m0755 %SOURCE1 %SOURCE2 %{buildroot}%{_sysconfdir}/profile.d/
 %doc COPYING
 %{_libexecdir}/openssh/lxqt-openssh-askpass
 %config(noreplace) %{_sysconfdir}/profile.d/*
+%dir %{_datadir}/lxqt
+%dir %{_datadir}/lxqt/translations
+%{_datadir}/lxqt/translations/*
 
 
 %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 0.9.0
+
 * Mon Dec 29 2014 Helio Chissini de Castro <hcastro at redhat.com> - 0.8.0-5
 - Rebuild against new Qt 5.4.0
 
diff --git a/sources b/sources
index ce14ff7..85b8443 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74e0fd9f684b4e855ea1c5accbd64d10  lxqt-openssh-askpass-0.8.0.tar.xz
+88ee04f6a370f21a3cf3d55edbf9003e  lxqt-openssh-askpass-0.9.0.tar.xz


More information about the scm-commits mailing list