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
epel9
Richard Hughes 12 years ago
parent 285ee4ebef
commit c6e202ccbc

1
.gitignore vendored

@ -1 +1,2 @@
/PackageKit-Qt-0.8.6.tar.gz
/PackageKit-Qt-0.8.7.tar.xz

@ -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 <richard@hughsie.com> 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 <rdieter@fedoraproject.org> 0.8.6-3
- fixup dir ownership
- use pkgconfig-style deps

@ -1 +1 @@
41f6fa67e980733d7d8a2cd881bbe5b4 PackageKit-Qt-0.8.6.tar.gz
662c462d46a2501495860f131a411a85 PackageKit-Qt-0.8.7.tar.xz

Loading…
Cancel
Save