[PackageKit/f20] New upstream release

Richard Hughes rhughes at fedoraproject.org
Fri Nov 22 15:41:52 UTC 2013


commit 8f94fc33a3ed0ed1a4083aaa137cb430992c1897
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Nov 22 15:11:10 2013 +0000

    New upstream release

 .gitignore                                         |    1 +
 ...ates-Show-some-text-progress-when-the-off.patch |   70 --------------------
 PackageKit.spec                                    |   24 +++++--
 sources                                            |    2 +-
 4 files changed, 19 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4af983..ef0f786 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.8.9.tar.xz
 /PackageKit-0.8.11.tar.xz
 /PackageKit-0.8.12.tar.xz
+/PackageKit-0.8.13.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index b9826f6..dcacf05 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,8 +5,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.12
-Release:   3%{?dist}
+Version:   0.8.13
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -20,9 +20,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
-Patch5: 0001-systemd-updates-Show-some-text-progress-when-the-off.patch
-
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -31,7 +28,7 @@ Requires: systemd
 
 # required by patch4
 BuildRequires: automake gtk-doc libtool
-BuildRequires: glib2-devel >= 2.16.1
+BuildRequires: glib2-devel >= 2.32.0
 BuildRequires: dbus-devel  >= 1.1.1
 BuildRequires: dbus-glib-devel >= 0.74
 BuildRequires: pam-devel
@@ -253,7 +250,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 .show-progress-offline-updates
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -366,6 +362,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/girepository-1.0/PackageKitPlugin-1.0.typelib
 %{_datadir}/dbus-1/interfaces/*.xml
 /usr/lib/systemd/system/packagekit-offline-update.service
+/usr/lib/systemd/system/packagekit.service
 %{_libexecdir}/pk-*offline-update
 
 %files docs
@@ -456,6 +453,19 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Fri Nov 22 2013 Richard Hughes <rhughes at redhat.com> - 0.8.13-1
+- New upstream release
+- Add a systemd packagekit.service file
+- Do not abort the daemon if we can't write to a database
+- Do not proxy the action states when simulating
+- Don't crash if ProxyHTTP is set
+- Fix several small memory leaks
+- Log all systemd-updates warnings and notices to the journal
+- Raise the GLib dep to 2.32
+- Remove duplicate assignment of pkcon '-y' option
+- hawkey: Lots of bugfixes and new features
+- yum: Do not auto-close the rpmdb when running a transaction
+
 * Mon Nov 04 2013 Rex Dieter <rdieter at fedoraproject.org> 0.8.12-3
 - own %%{_libdir}/packageKit-plugins
 
diff --git a/sources b/sources
index a4c7f28..35c8eb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f065f1baad8ccf7dbecf045cb058f26  PackageKit-0.8.12.tar.xz
+c8f7207cca4fcdb3d62d012b67c2f319  PackageKit-0.8.13.tar.xz


More information about the scm-commits mailing list