- New upstream version

- Mainly bugfixes
This commit is contained in:
Richard Hughes 2009-02-23 11:10:24 +00:00
parent bf381a7901
commit 71a3893fde
4 changed files with 22 additions and 3 deletions

View File

@ -1 +1 @@
PackageKit-0.4.3.tar.gz
PackageKit-0.4.4.tar.gz

View File

@ -0,0 +1,13 @@
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index bc0bea2..67e15f7 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -27,7 +27,7 @@ UseNetworkHeuristic=true
# enough and will not be set at the very start or end of a transaction.
#
# default=true
-UseRemainingTimeEstimation=true
+UseRemainingTimeEstimation=false
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
#

View File

@ -7,7 +7,7 @@
Summary: Package management service
Name: PackageKit
Version: 0.4.3
Version: 0.4.4
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Fedora-specific
# Set Vendor.conf up for Fedora.
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
Requires: dbus >= %{dbus_version}
Requires: dbus-glib >= %{dbus_glib_version}
@ -216,6 +217,7 @@ using PackageKit.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck
@ -410,6 +412,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Mon Feb 23 2009 Richard Hughes <rhughes@redhat.com> - 0.4.4-1
- New upstream version
- Mainly bugfixes
* Mon Feb 02 2009 Richard Hughes <rhughes@redhat.com> - 0.4.3-1
- New upstream version
- Mainly bugfixes

View File

@ -1 +1 @@
efa33e6a725cbc2fca8ba71fdab4e87f PackageKit-0.4.3.tar.gz
24966a2d951ef8f19ca597c51a3f2655 PackageKit-0.4.4.tar.gz