[gnome-packagekit] Release version 2.27.2



commit 9db86ca8d78f8729f66e49e645946af5da0cf3ef
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jun 1 10:55:47 2009 +0100

    Release version 2.27.2
---
 NEWS                             |   80 ++++++++++++++++++++++++++++++++++++++
 RELEASE                          |    5 +-
 contrib/gnome-packagekit.spec.in |   46 +++++++++++++--------
 3 files changed, 110 insertions(+), 21 deletions(-)

diff --git a/NEWS b/NEWS
index 26e0235..e93b30b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,83 @@
+Version 2.27.2
+~~~~~~~~~~~~~~
+Released: 2000-06-01
+
+* Translations
+ - Added German translation (Mario Blättermann)
+ - Added Ukraininan translation (Maxim V. Dziumanenko)
+ - Updated Punjabi translation (A S Alam)
+ - Updated Bulgarian translation (Alexander Shopov)
+ - Updated Portuguese translation (António Lima)
+ - Updated Traditional Chinese translation (Chao-Hsiung Liao)
+ - Updated Spanish translation (Daniel Mustieles, Jorge Gonzalez)
+ - Updated Swedish translation (Daniel Nylander)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Brazilian Portuguese Translation (Igor Pires Soares)
+ - Updated Russian translation (Leonid Kanter)
+ - Updated Hebrew translation (Mark Krapivner)
+ - Updated Greek translation (Nikos Charonitakis)
+ - Updated Polish translation (Piotr DrÄ?g, Tomasz Dominikowski)
+ - Updated Marathi Translation (Sandeep Shedmake)
+ - Updated Finnish translation (Ville-Pekka Vainio)
+ - Updated Simplified Chinese translation (Wei Mingzhi)
+ - Updated Brazilian Portuguese translation (Igor Pires Soares)
+ - Updated Danish translation (Mads Lundby)
+ - Updated Finnish translation (Ville-Pekka Vainio)
+
+* New Features:
+ - Replace GpkCellRendererProgress with GpkCellRendererSpinner in the update viewer (Matthias Clasen)
+ - Set a busy cursor in the update viewer when the transaction is not cancellable (Richard Hughes)
+ - Warn when we use the update viewer when on mobile broadband (Richard Hughes)
+ - Remove libsexy requirement, and raise our GTK+ dep to 2.15.0 (Richard Hughes)
+ - Raise our dep on GIO to 2.18.0 (Richard Hughes)
+ - Add a hard dep on libunique 1.0.0 (Richard Hughes)
+ - Remove the old update viewer, and rename gpk-update-viewer2 to gpk-update-viewer (Richard Hughes)
+ - Convert glade files into GtkBuilder files, and drop the libglade dep completely (Richard Hughes)
+ - Remove the legacy org.freedesktop.PackageKit session interface (Richard Hughes)
+ - Use PkClient rather than GpkClient in gpk-application (Richard Hughes)
+ - Add UI helpers for media changing (Richard Hughes)
+ - Add media change functionality into gpk-application (Richard Hughes)
+ - Remove GpkClient and move to a 99% asyncronous model of operation (Richard Hughes)
+ - Add DOAP project description (Richard Hughes)
+
+* Bugfix:
+ - Use the busy cursor when we are in a transaction, not just when we cannot cancel (Matthias Clasen)
+ - Make the install button the default widget in the update viewer (Matthias Clasen)
+ - Make typeahead search work in the update list (Matthias Clasen)
+ - Add a silly hack until we get some metadata about animated icon sizes (Matthias Clasen)
+ - Only get the distro upgrades in the update viewer if we support it (Richard Hughes)
+ - Make the tooltip past and present tense in the update viewer, and also add a downloaded icon (Richard Hughes)
+ - When we launch the update viewer manually, ensure we set the title text correctly (Richard Hughes)
+ - Allow the user to resize the gpk-log dialog. Fixes rh#493934 (Richard Hughes)
+ - Do the find callback when we paste text into the add-remove software window. Fixes rh#492160 (Richard Hughes)
+ - If we have force-login set to true, never repeat the startup check even if it fails (Richard Hughes)
+ - Don't show cancel and close in the update viewer. Inspired from a patch from Jon McCann (Richard Hughes)
+ - Preload all the common GConf keys in the update icon (Richard Hughes)
+ - Never show the checkbox for the search welcome. Fixes rh#496024 (Richard Hughes)
+ - Add a commits file taken from Nautilus, and autogenerate the ChangeLog (Richard Hughes)
+ - Denote the size column in the update viewer to belong to the status column (Richard Hughes)
+ - Set the size value to zero when we get an info update (Richard Hughes)
+ - Add a completed modal dialog at the end of a successful update, rather than just quitting (Richard Hughes)
+ - Show the package name in the repo-signature dialog. Fixes fd#21236 (Richard Hughes)
+ - Use libcanberra to do event sounds when we succeed in doing an update (Richard Hughes)
+ - Don't re-get the update list after a failed install, just undisable the checkboxes. Fixes rh#496870 (Richard Hughes)
+ - Enable autocode for compiler defines in the markdown parser. Fixes rh#497162 (Richard Hughes)
+ - Only select the package item after all the results have appeared (Richard Hughes)
+ - Add another helper to cope with deps from the update process (Richard Hughes)
+ - Don't inhibit to gnome-power-manager, use gnome-session (Richard Hughes)
+ - Use DeviceKit-power rather than gnome-power-manager to get the on-battery status (Richard Hughes)
+ - Pop up a modal dialog if any of the methods in gpk-install-foo fail. Fixes rh#500237 (Richard Hughes)
+ - Provide some #ifdef compatibility so that git master GPK can build with >= 0.4.4 PK (Richard Hughes)
+ - Export InstallCatalogs on the session bus. Fixes rh#502562 (Richard Hughes)
+ - Don't show a long list of packages in the catalog install screen, instead use a scrollable package list (Richard Hughes)
+ - Refresh the system package list if it does not exist in the service pack creation tool. Fixes rh#502589 (Richard Hughes)
+ - Remove GpkSmartIcon and use GpkStatusIcon directly (Richard Hughes)
+ - Only show the monitor icon when the task is no longer connected to the bus but running (Richard Hughes)
+ - Inhibit the icon in GpkCheckUpdate rather than having last-set policy. Fixes rh#492005 (Richard Hughes)
+ - Add a loading string when loading details in the update viewer (William Jon McCann)
+ - Fix the window icon, title, and some inconsistent text in the update viewer (William Jon McCann)
+ - Don't critically warn when we have no packages selected after install (Richard Hughes)
+
 Version 2.27.1
 ~~~~~~~~~~~~~~
 Released: 2000-03-30
diff --git a/RELEASE b/RELEASE
index 42de1c4..22582f3 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git shortlog GNOME_PACKAGEKIT_2_27_1.. | grep -v trivial | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_2_27_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
 
 3. Commit changes in gnome-packagekit git:
 
@@ -43,6 +43,5 @@ gnome-packagekit release notes: http://git.gnome.org/cgit/gnome-packagekit/plain
 
 Tarballs available here: http://download.gnome.org/sources/gnome-packagekit/2.27/
 
-This stable release contains important fixes since 2.26.0 was released.
-Distributions should consider upgrading gnome-power-manager via errata packages if possible.
+This unstable release contains new code and important fixes since 2.27.1 was released.
 =================================================
diff --git a/contrib/gnome-packagekit.spec.in b/contrib/gnome-packagekit.spec.in
index ed77765..67c28ea 100644
--- a/contrib/gnome-packagekit.spec.in
+++ b/contrib/gnome-packagekit.spec.in
@@ -1,6 +1,14 @@
-%define dbus_version 0.61
-%define alphatag #ALPHATAG#
-%define packagekit_version      0.3.5
+%define packagekit_version		0.4.5
+%define dbus_version			1.1.2
+%define dbus_glib_version		0.73
+%define glib2_version			2.18.0
+%define gtk2_version			2.16.0
+%define libnotify_version		0.4.3
+%define unique_version			1.0.0
+%define devicekit_version		003
+%define devicekit_power_version		007
+%define libcanberra_version		0.10
+%define alphatag			#ALPHATAG#
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
@@ -14,19 +22,20 @@ URL:       http://www.packagekit.org
 Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:  gtk2 >= 2.15.0
+Requires:  glib2 >= %{glib2_version}
+Requires:  gtk2 >= %{gtk2_version}
 Requires:  gnome-icon-theme
-Requires:  libnotify >= 0.4.3
-Requires:  unique >= 1.0.0
-Requires:  dbus-glib >= %{dbus_version}
+Requires:  libnotify >= %{libnotify_version}
+Requires:  unique >= %{unique_version}
+Requires:  dbus-glib >= %{dbus_glib_version}
 Requires:  dbus-x11 >= %{dbus_version}
 Requires:  PackageKit >= %{packagekit_version}
 Requires:  PackageKit-libs >= %{packagekit_version}
 Requires:  PackageKit-gtk-module >= %{packagekit_version}
 Requires:  shared-mime-info
 Requires:  iso-codes
-Requires:  libcanberra
-Requires:  DeviceKit-power >= 007
+Requires:  libcanberra >= %{libcanberra_version}
+Requires:  DeviceKit-power >= %{devicekit_power_version}
 Requires(post):   scrollkeeper
 Requires(pre):    GConf2
 Requires(post):   GConf2
@@ -35,10 +44,12 @@ Requires(postun): scrollkeeper
 Obsoletes: pirut < 1.3.31-2
 Provides:  pirut = 1.3.31-2
 
-BuildRequires: libgnomeui-devel
+BuildRequires: glib2-devel >= %{glib2_version}
+BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: libwnck-devel
 BuildRequires: dbus-devel >= %{dbus_version}
-BuildRequires: libnotify-devel
+BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
+BuildRequires: libnotify-devel >= %{libnotify_version}
 BuildRequires: gnome-panel-devel
 BuildRequires: scrollkeeper
 BuildRequires: gnome-doc-utils >= 0.3.2
@@ -49,16 +60,16 @@ BuildRequires: cairo-devel
 BuildRequires: startup-notification-devel
 BuildRequires: perl(XML::Parser)
 BuildRequires: gnome-doc-utils
-BuildRequires: gnome-menus-devel
+BuildRequires: gnome-menus-devel >= 2.24.1
 BuildRequires: PackageKit-devel >= %{packagekit_version}
 BuildRequires: PolicyKit-gnome-devel
-BuildRequires: unique-devel
+BuildRequires: unique-devel >= %{unique_version}
 BuildRequires: intltool
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: fontconfig-devel
-BuildRequires: libcanberra-devel
-BuildRequires: DeviceKit-devel >= 003
-BuildRequires: DeviceKit-power-devel >= 007
+BuildRequires: libcanberra-devel >= %{libcanberra_version}
+BuildRequires: DeviceKit-devel >= %{devicekit_version}
+BuildRequires: DeviceKit-power-devel >= %{devicekit_power_version}
 
 %description
 gnome-packagekit provides session applications for the PackageKit API.
@@ -71,8 +82,7 @@ Group: Applications/System
 Requires: %{name} = %{version}-%{release}
 
 %description extra
-Extra GNOME applications for using PackageKit, for instance an advanced update
-viewer and a service pack creator.
+Extra GNOME applications for using PackageKit that are not normally needed.
 
 %prep
 %setup -q



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]