New upstream release

- Bumped sonames for libpackagekit-glib and libpackagekit-qt
- Lots of fixes to systemd-updates offline update functionality
- Remove the Transaction.UpdateSystem() method
- Don't show a warning if /var/run/PackageKit/udev does not exist
- Never run any plugins for simulated actions
This commit is contained in:
Richard Hughes 2012-07-16 11:55:26 +01:00
parent 686bc5ab08
commit d33f8ea6fa
5 changed files with 12 additions and 1589 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ PackageKit-0.6.7.tar.bz2
/PackageKit-0.7.2.tar.xz
/PackageKit-0.7.4.tar.xz
/PackageKit-0.8.1.tar.xz
/PackageKit-0.8.2.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,80 +0,0 @@
diff -up PackageKit-0.8.1/lib/packagekit-qt2/packagedetails.h.ULL PackageKit-0.8.1/lib/packagekit-qt2/packagedetails.h
--- PackageKit-0.8.1/lib/packagekit-qt2/packagedetails.h.ULL 2012-06-22 10:30:52.000000000 -0500
+++ PackageKit-0.8.1/lib/packagekit-qt2/packagedetails.h 2012-07-12 11:01:32.812483103 -0500
@@ -62,41 +62,41 @@ public:
* Describes the different package groups
*/
enum Group {
- GroupUnknown = 1UL << 0,
- GroupAccessibility = 1UL << 1,
- GroupAccessories = 1UL << 2,
- GroupAdminTools = 1UL << 3,
- GroupCommunication = 1UL << 4,
- GroupDesktopGnome = 1UL << 5,
- GroupDesktopKde = 1UL << 6,
- GroupDesktopOther = 1UL << 7,
- GroupDesktopXfce = 1UL << 8,
- GroupEducation = 1UL << 9,
- GroupFonts = 1UL << 10,
- GroupGames = 1UL << 11,
- GroupGraphics = 1UL << 12,
- GroupInternet = 1UL << 13,
- GroupLegacy = 1UL << 14,
- GroupLocalization = 1UL << 15,
- GroupMaps = 1UL << 16,
- GroupMultimedia = 1UL << 17,
- GroupNetwork = 1UL << 18,
- GroupOffice = 1UL << 19,
- GroupOther = 1UL << 20,
- GroupPowerManagement = 1UL << 21,
- GroupProgramming = 1UL << 22,
- GroupPublishing = 1UL << 23,
- GroupRepos = 1UL << 24,
- GroupSecurity = 1UL << 25,
- GroupServers = 1UL << 26,
- GroupSystem = 1UL << 27,
- GroupVirtualization = 1UL << 28,
- GroupScience = 1UL << 29,
- GroupDocumentation = 1UL << 30,
- GroupElectronics = 1UL << 31,
- GroupCollections = 1UL << 32,
- GroupVendor = 1UL << 33,
- GroupNewest = 1UL << 34
+ GroupUnknown = 1ULL << 0,
+ GroupAccessibility = 1ULL << 1,
+ GroupAccessories = 1ULL << 2,
+ GroupAdminTools = 1ULL << 3,
+ GroupCommunication = 1ULL << 4,
+ GroupDesktopGnome = 1ULL << 5,
+ GroupDesktopKde = 1ULL << 6,
+ GroupDesktopOther = 1ULL << 7,
+ GroupDesktopXfce = 1ULL << 8,
+ GroupEducation = 1ULL << 9,
+ GroupFonts = 1ULL << 10,
+ GroupGames = 1ULL << 11,
+ GroupGraphics = 1ULL << 12,
+ GroupInternet = 1ULL << 13,
+ GroupLegacy = 1ULL << 14,
+ GroupLocalization = 1ULL << 15,
+ GroupMaps = 1ULL << 16,
+ GroupMultimedia = 1ULL << 17,
+ GroupNetwork = 1ULL << 18,
+ GroupOffice = 1ULL << 19,
+ GroupOther = 1ULL << 20,
+ GroupPowerManagement = 1ULL << 21,
+ GroupProgramming = 1ULL << 22,
+ GroupPublishing = 1ULL << 23,
+ GroupRepos = 1ULL << 24,
+ GroupSecurity = 1ULL << 25,
+ GroupServers = 1ULL << 26,
+ GroupSystem = 1ULL << 27,
+ GroupVirtualization = 1ULL << 28,
+ GroupScience = 1ULL << 29,
+ GroupDocumentation = 1ULL << 30,
+ GroupElectronics = 1ULL << 31,
+ GroupCollections = 1ULL << 32,
+ GroupVendor = 1ULL << 33,
+ GroupNewest = 1ULL << 34
};
typedef qulonglong Groups;

View File

@ -2,8 +2,8 @@
Summary: Package management service
Name: PackageKit
Version: 0.8.1
Release: 8%{?dist}
Version: 0.8.2
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.packagekit.org
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@ -17,12 +17,6 @@ Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
# Upstreamable? allow use of xulrunner2 for browser-plugin support
Patch4: PackageKit-0.7.4-xulrunner2.patch
# Upstream already
Patch5: PackageKit-0.8.1-master.patch
# Upstreamable. fix UL vs ULL type mismatch in qt bindings
Patch6: PackageKit-0.8.1-qt_ULL.patch
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
Requires: PackageKit-backend
Requires: shared-mime-info
@ -261,8 +255,6 @@ user to restart the computer or remove and re-insert the device.
%patch0 -p1 -b .fedora
%patch1 -p1 -b .no-time
%patch4 -p1 -b .xulrunner2
%patch5 -p1 -b .master
%patch6 -p1 -b .qt_ULL
NOCONFIGURE=1 ./autogen.sh
%build
@ -475,6 +467,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_libdir}/pkgconfig/packagekit-plugin.pc
%changelog
* Mon Jul 16 2012 Richard Hughes <rhughes@redhat.com> - 0.8.2-1
- New upstream release
- Bumped sonames for libpackagekit-glib and libpackagekit-qt
- Lots of fixes to systemd-updates offline update functionality
- Remove the Transaction.UpdateSystem() method
- Don't show a warning if /var/run/PackageKit/udev does not exist
- Never run any plugins for simulated actions
* Thu Jul 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.8.1-8
- fix UL vs ULL type mismatch in qt bindings (#839712)
- tighten subpkg deps with %%_isa

View File

@ -1 +1 @@
6939b904c1b7dd33d1b4f4f9522f8916 PackageKit-0.8.1.tar.xz
7ba2b1eb571daac0890f45da79f7e377 PackageKit-0.8.2.tar.xz