[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Wed Jan 16 17:21:12 UTC 2013


commit d668ec830f6f07eb8a9fc9948c9326143d48796f
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Jan 16 17:23:31 2013 +0000

    New upstream release
    
    - Do not ask for authentication when the transaction is being simulated
    - If a simulated only-trusted transaction returns with need-untrusted
      then re-simulate with only-trusted=FALSE
    - systemd-updates: Don't show 'Update process 99% complete'
    - The GStreamer provide name is gstreamer1() not gstreamer1.0()
    - Use /dev/tty or /dev/console where available

 .gitignore      |    1 +
 PackageKit.spec |   11 ++++++++++-
 sources         |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f37603b..eb9b2a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.8.4.tar.xz
 /PackageKit-0.8.5.tar.xz
 /PackageKit-0.8.6.tar.xz
+/PackageKit-0.8.7.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 6e422e2..810a2f2 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,7 +2,7 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.6
+Version:   0.8.7
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
@@ -432,6 +432,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Wed Jan 16 2013 Richard Hughes  <rhughes at redhat.com> - 0.8.7-1
+- New upstream release
+- Do not ask for authentication when the transaction is being simulated
+- If a simulated only-trusted transaction returns with need-untrusted
+  then re-simulate with only-trusted=FALSE
+- systemd-updates: Don't show 'Update process 99% complete'
+- The GStreamer provide name is gstreamer1() not gstreamer1.0()
+- Use /dev/tty or /dev/console where available
+
 * Mon Nov 26 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.6-1
 - New upstream release
 - Don't search in command-not-found if backend is known to be too slow
diff --git a/sources b/sources
index a12f0fc..a44a0da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bb1b5d746304d6747125385de9f9821  PackageKit-0.8.6.tar.xz
+773de0465bd6d463a6e1604b76da916e  PackageKit-0.8.7.tar.xz


More information about the scm-commits mailing list