[PackageKit/f17] New upstream release

Richard Hughes rhughes at fedoraproject.org
Tue Apr 24 10:44:31 UTC 2012


commit a4d6273878065ec01076233d71e6013596be60e2
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Apr 24 10:09:07 2012 +0100

    New upstream release
    
    - Add GType's for packagekit-glib2 enumerations
    - Always set GPG checking members if present for yum.
    - Do not allow an empty resolve call to be passed down to the backends
    - Do not include the website in the tarball
    - Drop --print-reply from dbus-send command used on suspend/resume
    - Install pk-task-sync.h as part of the public API
    - Speed up get_package_list

 .gitignore      |    1 +
 PackageKit.spec |   19 +++++++++++--------
 sources         |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02cd731..4919b29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.6.20.tar.xz
 /PackageKit-0.6.21.tar.xz
 /PackageKit-0.7.2.tar.xz
+/PackageKit-0.7.4.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index fb93acf..30f3c35 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,7 +2,7 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.7.3
+Version:   0.7.4
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
@@ -351,13 +351,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %files docs
 %defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/PackageKit
-%dir %{_datadir}/PackageKit/website
-%{_datadir}/PackageKit/website/*.html
-%{_datadir}/PackageKit/website/*.css
-%dir %{_datadir}/PackageKit/website/img
-%{_datadir}/PackageKit/website/img/*.png
-%dir %{_datadir}/PackageKit/website/img/thumbnails
-%{_datadir}/PackageKit/website/img/thumbnails/*.png
 
 %if 0%{?rhel} == 0
 %files smart
@@ -457,6 +450,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Tue Apr 24 2012 Richard Hughes  <rhughes at redhat.com> - 0.7.4-1
+- New upstream release
+- Add GType's for packagekit-glib2 enumerations
+- Always set GPG checking members if present for yum.
+- Do not allow an empty resolve call to be passed down to the backends
+- Do not include the website in the tarball
+- Drop --print-reply from dbus-send command used on suspend/resume
+- Install pk-task-sync.h as part of the public API
+- Speed up get_package_list
+
 * Thu Mar 01 2012 Richard Hughes  <rhughes at redhat.com> - 0.7.3-1
 - New upstream release
 - Remove upstreamed patches
diff --git a/sources b/sources
index 0c80095..b78f790 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ab89a1e2c49491659f7e4d3948f49ea  PackageKit-0.7.3.tar.xz
+8031ed03099cda09e1d0df4f3e95e6d3  PackageKit-0.7.4.tar.xz


More information about the scm-commits mailing list