[PackageKit/f17] New upstream release

Richard Hughes rhughes at fedoraproject.org
Tue Aug 21 15:01:21 UTC 2012


commit e5abcadd86a785654d031d6e1e9556bdafce638f
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Aug 21 15:59:02 2012 +0100

    New upstream release
    
    - Fix a crash where NetworkManager is restarted whilst packagekitd is running
    - Fix segfault in pkcon when user does ctrl-d at the package prompt
    - Inhibit shutdown when the package manager is locked
    - Fix several return values in pkcon when there is an error

 .gitignore      |    1 +
 PackageKit.spec |    9 ++++++++-
 sources         |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd3cee0..6e3e14a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.7.2.tar.xz
 /PackageKit-0.7.4.tar.xz
 /PackageKit-0.7.5.tar.xz
+/PackageKit-0.7.6.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 6f3ff83..2779971 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,7 +2,7 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.7.5
+Version:   0.7.6
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
@@ -461,6 +461,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Tue Aug 21 2012 Richard Hughes  <rhughes at redhat.com> - 0.7.6-1
+- New upstream release
+- Fix a crash where NetworkManager is restarted whilst packagekitd is running
+- Fix segfault in pkcon when user does ctrl-d at the package prompt
+- Inhibit shutdown when the package manager is locked
+- Fix several return values in pkcon when there is an error
+
 * Tue Jun 26 2012 Richard Hughes  <rhughes at redhat.com> - 0.7.5-1
 - New upstream release
 - Add a dummy GTK+2 module to avoid a runtime warning
diff --git a/sources b/sources
index 9233786..0b87d33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99b7e5a0df5ce03f660c549afc5f1614  PackageKit-0.7.5.tar.xz
+3f1197ad450f07558f3976ebfd425c52  PackageKit-0.7.6.tar.xz


More information about the scm-commits mailing list