[liblxqt-mount: 2/3] - New upstream release 0.9.0

Helio Chissini de Castro heliocastro at fedoraproject.org
Sun Feb 8 12:47:43 UTC 2015


commit 870997c3f0e9adbf7ac7657f4f5cd42bf240217f
Author: Helio Chissini de Castro <helio at kde.org>
Date:   Sun Feb 8 10:45:54 2015 -0200

    - New upstream release 0.9.0

 .gitignore                      |    1 +
 liblxqt-mount-0.8.0-cmake.patch |   41 ---------------------------------------
 liblxqt-mount.spec              |   23 +++++++++------------
 sources                         |    2 +-
 4 files changed, 12 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f02de9b..efa57fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /liblxqt-mount-0.8.0.tar.xz
+/liblxqt-mount-0.9.0.tar.xz
diff --git a/liblxqt-mount.spec b/liblxqt-mount.spec
index b48445f..d958b71 100644
--- a/liblxqt-mount.spec
+++ b/liblxqt-mount.spec
@@ -1,19 +1,12 @@
-%if 0%{?rhel} == 6
-%define cmake_pkg cmake28
-%else
-%define cmake_pkg cmake
-%endif
-
 Name:    liblxqt-mount
 Summary: Mount utility library 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
-Patch0:  liblxqt-mount-0.8.0-cmake.patch
 
-BuildRequires:  %{cmake_pkg} >= 2.8.9
+BuildRequires: cmake >= 2.8.9
 BuildRequires: pkgconfig(Qt5Core)
 BuildRequires: pkgconfig(Qt5Gui)
 BuildRequires: pkgconfig(Qt5DBus)
@@ -32,12 +25,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 %prep
 %setup
 
-%patch0 -p1 -b .cmake_unify
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QT5=TRUE ..
+	%{cmake} -DUSE_QT5=TRUE ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -60,6 +51,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Sun Feb 08 2015 Helio Chissini de Castro <hcastro at redhat.com> - 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
+- Packaging development of 0.9.0 release
+
 * 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 af09eb6..18a865e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d12418bb26fb4f630895231e5ecaffb  liblxqt-mount-0.8.0.tar.xz
+476d91d6680f63b0dd7ab445120b9e20  liblxqt-mount-0.9.0.tar.xz


More information about the scm-commits mailing list