[PackageKit-Qt] New upstream release

Richard Hughes rhughes at fedoraproject.org
Thu May 9 12:51:44 UTC 2013


commit 8f6a7e4acad85ebded3e42fa8b11a7d4611a81ca
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu May 9 13:51:36 2013 +0100

    New upstream release

 .gitignore                                         |    1 +
 ...e-set-an-error-if-we-fail-to-contact-Pack.patch |   79 --------------------
 PackageKit-Qt.spec                                 |   25 ++++--
 sources                                            |    2 +-
 4 files changed, 18 insertions(+), 89 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c5bd3c..02caa17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /PackageKit-Qt-0.8.6.tar.gz
 /PackageKit-Qt-0.8.7.tar.xz
+/PackageKit-Qt-0.8.8.tar.xz
diff --git a/PackageKit-Qt.spec b/PackageKit-Qt.spec
index 9be501c..55fd3ca 100644
--- a/PackageKit-Qt.spec
+++ b/PackageKit-Qt.spec
@@ -1,15 +1,12 @@
 Summary:   Qt support library for PackageKit
 Name:      PackageKit-Qt
-Version:   0.8.7
-Release:   3%{?dist}
+Version:   0.8.8
+Release:   1%{?dist}
 
 License:   LGPLv2+
 URL:       http://www.packagekit.org/
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
 
-## upstream patches
-Patch100: 0005-Make-sure-we-set-an-error-if-we-fail-to-contact-Pack.patch
-
 BuildRequires: cmake
 BuildRequires: pkgconfig(QtDBus) pkgconfig(QtSql)
 
@@ -37,9 +34,6 @@ Development headers and libraries for PackageKit-Qt.
 %prep
 %setup -q
 
-%patch100 -p1 -b .0005
-
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -61,7 +55,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %files
 %doc AUTHORS NEWS COPYING
 %{_libdir}/libpackagekit-qt2.so.%{version}
-%{_libdir}/libpackagekit-qt2.so.5*
+%{_libdir}/libpackagekit-qt2.so.6*
 
 %files devel
 %{_libdir}/libpackagekit-qt2.so
@@ -73,6 +67,19 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Thu May 09 2013 Richard Hughes <richard at hughsie.com> 0.8.8-1
+- New upstream release
+- Adding Provides property to Daemon
+- Adding some Meta information
+- Add missing declare enums
+- Adds the transactionFlags to the Transaction class
+- Add TransactionFlags registration
+- Fix searchGroups() be iterating over the flaged values
+- Ignore Interface isValid() check
+- Implement connectNotify and disconnectNotify
+- Improve error handling and make it easier for QML use it
+- Make sure we set an error if we fail to contact PackageKit
+
 * Thu Mar 07 2013 Rex Dieter <rdieter at fedoraproject.org> 0.8.7-3
 - pickup/test upstream crash fix (kde#315009)
 
diff --git a/sources b/sources
index fe9ef64..0754a86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-662c462d46a2501495860f131a411a85  PackageKit-Qt-0.8.7.tar.xz
+55ba87425a8d7a8b1f021e8769b88534  PackageKit-Qt-0.8.8.tar.xz


More information about the scm-commits mailing list