[polkit-qt: 1/2] 0.112.0-1

Martin Briza mbriza at fedoraproject.org
Thu Jul 10 08:56:18 UTC 2014


commit be7c1de7ddb1ac351c71ff4e35b9ce89536bb8cb
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Jul 10 10:55:22 2014 +0200

    0.112.0-1

 .gitignore                                         |    1 +
 ...FindGObject.cmake-with-the-one-in-kdelibs.patch |  132 --------------------
 0002-Normalize-connect-using-Qt-s-normalize.patch  |  116 -----------------
 0003-Fixed-reference-counting-of-GObjects.patch    |  105 ----------------
 ...GCancellable-handling-in-PolkitQtListener.patch |   47 -------
 polkit-qt.spec                                     |   21 ++--
 sources                                            |    3 +-
 7 files changed, 10 insertions(+), 415 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47f1939..00972f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Doxyfile
 /polkit-qt-1-0.103.0.tar.bz2
+/polkit-qt-1-0.112.0.tar.bz2
diff --git a/polkit-qt.spec b/polkit-qt.spec
index 38961c3..fef1ff6 100644
--- a/polkit-qt.spec
+++ b/polkit-qt.spec
@@ -2,8 +2,8 @@
 %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
 
 Name:            polkit-qt
-Version:         0.103.0
-Release:         10%{?dist}
+Version:         0.112.0
+Release:         1%{?dist}
 Summary:         Qt bindings for PolicyKit
 
 License:         GPLv2+
@@ -14,12 +14,8 @@ Source1:         Doxyfile
 Patch0:          polkit-qt-0.95.1-install-cmake-find.patch
 
 ## upstream patches
-Patch101: 0001-Sync-FindGObject.cmake-with-the-one-in-kdelibs.patch
-Patch102: 0002-Normalize-connect-using-Qt-s-normalize.patch
-Patch103: 0003-Fixed-reference-counting-of-GObjects.patch
-Patch104: 0004-Fixed-GCancellable-handling-in-PolkitQtListener.patch
 
-Source10: macros.polkit-qt
+Source10:        macros.polkit-qt
 
 BuildRequires:   automoc4
 BuildRequires:   cmake
@@ -29,7 +25,7 @@ BuildRequires:   doxygen
 
 Obsoletes:       polkit-qt-examples < 0.10
 
-Provides: polkit-qt-1 = %{version}-%{release}
+Provides:        polkit-qt-1 = %{version}-%{release}
 
 %description
 Polkit-qt is a library that lets developers use the PolicyKit API
@@ -56,16 +52,12 @@ BuildArch: noarch
 # module installation
 %patch0 -p1 -b .install-cmake-find
 
-%patch101 -p1 -b .0001
-%patch102 -p1 -b .0002
-%patch103 -p1 -b .0003
-%patch104 -p1 -b .0004
-
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake} \
+  -DUSE_QT4=true \
   -DBUILD_EXAMPLES:BOOL=0 \
   -DDATA_INSTALL_DIR:PATH=%{_datadir} \
   ..
@@ -112,6 +104,9 @@ install -p -m644 -D %{SOURCE10} %{buildroot}%{rpm_macros_dir}/macros.polkit-qt
 
 
 %changelog
+* Thu Jul 10 2014 Martin Bříza <mbriza at redhat.com> - 0.112.0-1
+- polkit-qt-1-0.112.0
+
 * Sat Feb 01 2014 Rex Dieter <rdieter at fedoraproject.org> - 0.103.0-10
 - -devel: use %%_rpmconfigdir/macros.d (where supported)
 - .spec cleanup
diff --git a/sources b/sources
index 6043a7a..90e66a1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-a105e233e6733fb072c9080cd7ae1af2  polkit-qt-1-0.103.0.tar.bz2
-c961457165b36794674b97e9dced5fb8  Doxyfile
+bee71b71c12797e6fc498540a06c829b  polkit-qt-1-0.112.0.tar.bz2


More information about the scm-commits mailing list