[PackageKit/f18] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Oct 1 12:22:35 UTC 2012


commit 5264aa0c4f499c34dd19fc2d4e89f98b25bea8c5
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Oct 1 11:52:58 2012 +0100

    New upstream release
    
    - Suggest a Linux binary if the Solaris name is used
    - Use pkttyagent to request user passwords if required
    - Ask PackageKit to quit when yum is started

 .gitignore                                         |    1 +
 ...ound-a-yum-API-break-so-that-resolving-st.patch |   31 --------------------
 PackageKit.spec                                    |   18 ++++++------
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a41461..2203965 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.8.1.tar.xz
 /PackageKit-0.8.2.tar.xz
 /PackageKit-0.8.3.tar.xz
+/PackageKit-0.8.4.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 0562c65..4f67fe5 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.3
-Release:   3%{?dist}
+Version:   0.8.4
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -17,9 +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: work around an API break in yum
-Patch5: 0001-yum-Work-around-a-yum-API-break-so-that-resolving-st.patch
-
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -257,7 +254,7 @@ 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 .yum-api-break
+
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -431,7 +428,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/gtk-2.0/modules/*.so
 %{_libdir}/gtk-3.0/modules/*.so
 %{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
-%{_datadir}/glib-2.0/schemas/*.gschema.xml
 
 %files command-not-found
 %defattr(-,root,root,-)
@@ -464,12 +460,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %files backend-devel
 %defattr(-,root,root,-)
 %dir %{_includedir}/PackageKit
-%dir %{_includedir}/PackageKit/backend
-%{_includedir}/PackageKit/backend/*.h
 %{_includedir}/PackageKit/plugin
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Mon Oct 01 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.4-1
+- New upstream release
+- Suggest a Linux binary if the Solaris name is used
+- Use pkttyagent to request user passwords if required
+- Ask PackageKit to quit when yum is started
+
 * Mon Sep 07 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.3-3
 - Rework the manaully added requires so that PackageKit-glib doesn't
   pull in so many deps.
diff --git a/sources b/sources
index 75dd21a..d86bb8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53210d9a54d3c9044e4c6edc16c99bd4  PackageKit-0.8.3.tar.xz
+584932c90e4c0f7c55f2dd8ede1eb400  PackageKit-0.8.4.tar.xz


More information about the scm-commits mailing list