diff --git a/.cvsignore b/.cvsignore index 94c47f3..28f9bdf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.4.3.tar.gz +PackageKit-0.4.4.tar.gz diff --git a/PackageKit-0.4.4-Fedora-turn-off-time.conf.patch b/PackageKit-0.4.4-Fedora-turn-off-time.conf.patch new file mode 100644 index 0000000..96c2bef --- /dev/null +++ b/PackageKit-0.4.4-Fedora-turn-off-time.conf.patch @@ -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. + # diff --git a/PackageKit.spec b/PackageKit.spec index 797080d..82336c0 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -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 - 0.4.4-1 +- New upstream version +- Mainly bugfixes + * Mon Feb 02 2009 Richard Hughes - 0.4.3-1 - New upstream version - Mainly bugfixes diff --git a/sources b/sources index 31c9ae1..27360c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efa33e6a725cbc2fca8ba71fdab4e87f PackageKit-0.4.3.tar.gz +24966a2d951ef8f19ca597c51a3f2655 PackageKit-0.4.4.tar.gz