New upstream release
- Remove upstreamed patches - Use autoremove in the zif backend - Fix several more crashers in the glib library from the move to GDBus
This commit is contained in:
parent
f2930e6870
commit
b5507a0a94
@ -1,6 +1,7 @@
|
||||
diff -up PackageKit-0.3.8/etc/Vendor.conf.BAD PackageKit-0.3.8/etc/Vendor.conf
|
||||
--- PackageKit-0.3.8/etc/Vendor.conf.BAD 2008-10-24 16:02:00.000000000 -0400
|
||||
+++ PackageKit-0.3.8/etc/Vendor.conf 2008-10-24 17:49:27.000000000 -0400
|
||||
diff --git a/etc/Vendor.conf b/etc/Vendor.conf
|
||||
index 69f7337..6c6f772 100644
|
||||
--- a/etc/Vendor.conf
|
||||
+++ b/etc/Vendor.conf
|
||||
@@ -12,7 +12,7 @@
|
||||
# If the value is set to 'none' then no link is shown.
|
||||
#
|
||||
@ -10,7 +11,7 @@ diff -up PackageKit-0.3.8/etc/Vendor.conf.BAD PackageKit-0.3.8/etc/Vendor.conf
|
||||
|
||||
# The URL which is shown to the user when a codec could not be found.
|
||||
# It should explain why certain codecs cannot be used, and perhaps show
|
||||
@@ -21,7 +21,7 @@ DefaultUrl=http://www.packagekit.org/pk-
|
||||
@@ -21,7 +21,7 @@ DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
|
||||
# If the value is set to 'none' then the value of DefaultUrl is used.
|
||||
#
|
||||
# default=none
|
||||
@ -37,7 +38,7 @@ diff -up PackageKit-0.3.8/etc/Vendor.conf.BAD PackageKit-0.3.8/etc/Vendor.conf
|
||||
|
||||
# The URL which is shown to the user when programs handing a mime tpye could not
|
||||
# be found. It should probably explain how to use wine if the program is a
|
||||
@@ -47,17 +47,17 @@ FontUrl=none
|
||||
@@ -47,16 +47,16 @@ FontUrl=none
|
||||
# If the value is set to 'none' then the value of DefaultUrl is used.
|
||||
#
|
||||
# default=none
|
||||
@ -57,4 +58,3 @@ diff -up PackageKit-0.3.8/etc/Vendor.conf.BAD PackageKit-0.3.8/etc/Vendor.conf
|
||||
# default=emblem-favorite
|
||||
-VendorIcon=emblem-favorite
|
||||
+VendorIcon=fedora-logo-small
|
||||
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.7.2
|
||||
Release: 5%{?dist}
|
||||
Version: 0.7.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
@ -14,9 +14,6 @@ Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
||||
# Fedora specific: the yum backend doesn't do time estimation correctly
|
||||
Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
|
||||
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=44965
|
||||
Patch2: null-is-not-a-string.patch
|
||||
|
||||
Requires: PackageKit-glib = %{version}-%{release}
|
||||
Requires: PackageKit-backend
|
||||
Requires: shared-mime-info
|
||||
@ -249,7 +246,6 @@ user to restart the computer or remove and re-insert the device.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fedora
|
||||
%patch1 -p1 -b .no-time
|
||||
%patch2 -p1 -b .null
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -461,6 +457,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 01 2012 Richard Hughes <rhughes@redhat.com> - 0.7.3-1
|
||||
- New upstream release
|
||||
- Remove upstreamed patches
|
||||
- Use autoremove in the zif backend
|
||||
- Fix several more crashers in the glib library from the move to GDBus
|
||||
|
||||
* Fri Jan 27 2012 Richard Hughes <rhughes@redhat.com> - 0.7.2-5
|
||||
- Fix another gnome-settings-daemon crash
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user