From c6e202ccbc211813c3e14de1f151f975b405f3f3 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 17 Jan 2013 14:28:34 +0000 Subject: [PATCH] New upstream release - Add back the destroy() signal - Make our package spliters static - Make sure we waitForFinishe() when getting the TransactionList - Only call Cancel() if the transaction proxy exist - The full namespace is needed for a slot to be called - Workaround Qt bug not contructing default values when the call fails --- .gitignore | 1 + PackageKit-Qt.spec | 15 ++++++++++++--- sources | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5e1b7f5..5c5bd3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /PackageKit-Qt-0.8.6.tar.gz +/PackageKit-Qt-0.8.7.tar.xz diff --git a/PackageKit-Qt.spec b/PackageKit-Qt.spec index 98ab581..d2095a5 100644 --- a/PackageKit-Qt.spec +++ b/PackageKit-Qt.spec @@ -1,11 +1,11 @@ Summary: Qt support library for PackageKit Name: PackageKit-Qt -Version: 0.8.6 -Release: 3%{?dist} +Version: 0.8.7 +Release: 1%{?dist} License: LGPLv2+ URL: http://www.packagekit.org/ -Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz +Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: pkgconfig(QtDBus) pkgconfig(QtSql) @@ -68,6 +68,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 17 2013 Richard Hughes 0.8.7-1 +- New upstream release +- Add back the destroy() signal +- Make our package spliters static +- Make sure we waitForFinishe() when getting the TransactionList +- Only call Cancel() if the transaction proxy exist +- The full namespace is needed for a slot to be called +- Workaround Qt bug not contructing default values when the call fails + * Mon Nov 26 2012 Rex Dieter 0.8.6-3 - fixup dir ownership - use pkgconfig-style deps diff --git a/sources b/sources index 5cabcbe..fe9ef64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41f6fa67e980733d7d8a2cd881bbe5b4 PackageKit-Qt-0.8.6.tar.gz +662c462d46a2501495860f131a411a85 PackageKit-Qt-0.8.7.tar.xz