commit gnome-packagekit for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-packagekit for openSUSE:Factory checked in at Wed Mar 25 23:32:06 CET 2009. -------- --- GNOME/gnome-packagekit/gnome-packagekit.changes 2009-03-06 17:34:28.000000000 +0100 +++ gnome-packagekit/gnome-packagekit.changes 2009-03-16 14:49:54.000000000 +0100 @@ -1,0 +2,25 @@ +Mon Mar 16 14:46:16 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + +------------------------------------------------------------------- +Wed Mar 11 09:32:34 CET 2009 - mboman@suse.de + +- Update to version 0.4.5: + + New Features: + * Merge in a new update viewer with a very different UI + + Bugfix: + * Allow markup in the error dialog message + * Disable the polling in GpkAnimatedIcon if the widget is + disabled + * Don't check for local for all the GUI tools, so we can use + vncviewer + * Correct some of the strings we show the user about the + restart mode + + Translation updates +- Removed gnome-packagekit-fate303359.patch as per bnc#440498 (it + was not applied anyway) +- Remove BuildRequires cairo-devel and gtk-doc +- Don't use autoreconf + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-packagekit-0.4.4.tar.bz2 gnome-packagekit-fate303359.patch New: ---- gnome-packagekit-0.4.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-packagekit.spec ++++++ --- /var/tmp/diff_new_pack.y22543/_old 2009-03-25 23:29:44.000000000 +0100 +++ /var/tmp/diff_new_pack.y22543/_new 2009-03-25 23:29:44.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package gnome-packagekit (Version 0.4.4) +# spec file for package gnome-packagekit (Version 0.4.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gnome-packagekit Url: http://packagekit.org/ -Version: 0.4.4 +Version: 0.4.5 Release: 1 License: GPL v2 or later Source: %{name}-%{version}.tar.bz2 @@ -27,11 +27,22 @@ Patch2: gnome-packagekit-XGetWindowProperty.patch #PATCH-FEATURE-OPENSUSE gnome-packagekit-fate302445.patch fate 302445 Patch3: gnome-packagekit-fate302445.patch -#PATCH-FEATURE-OPENSUSE gnome-packagekit-fate303359.patch fate 303359 -Patch4: gnome-packagekit-fate303359.patch Patch5: gnome-packagekit-BNC383261.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: PackageKit-devel PolicyKit-gnome-devel cairo-devel dbus-1-devel desktop-file-utils gconf2-devel gettext-devel gnome-doc-utils-devel gtk-doc gtk2-devel intltool libglade2-devel libnotify-devel libtool sqlite-devel update-desktop-files +BuildRequires: PackageKit-devel +BuildRequires: PolicyKit-gnome-devel +BuildRequires: dbus-1-devel +BuildRequires: desktop-file-utils +BuildRequires: gconf2-devel +BuildRequires: gettext-devel +BuildRequires: gnome-doc-utils-devel +BuildRequires: gtk2-devel +BuildRequires: intltool +BuildRequires: libglade2-devel +BuildRequires: libnotify-devel +BuildRequires: sqlite-devel +BuildRequires: translation-update-upstream +BuildRequires: update-desktop-files BuildRequires: gnome-menus-devel Requires: gnome-icon-theme Requires: %{name}-lang = %{version} @@ -54,16 +65,15 @@ %lang_package %prep -%setup -q -n %{name}-%{version} +%setup -q +translation-update-upstream %patch1 -p1 %patch2 %patch3 -p1 -# do not do this patch anymore BNC #440498 -# %patch4 -p1 %patch5 -p1 %build -autoreconf -f -i +#autoreconf -f -i %configure \ --disable-scrollkeeper %__make %{?jobs: -j%jobs} @@ -113,6 +123,25 @@ %files lang -f %{name}.lang %changelog +* Mon Mar 16 2009 sbrabec@suse.cz +- Added support for translation-update-upstream (FATE#301344). +* Wed Mar 11 2009 mboman@suse.de +- Update to version 0.4.5: + + New Features: + * Merge in a new update viewer with a very different UI + + Bugfix: + * Allow markup in the error dialog message + * Disable the polling in GpkAnimatedIcon if the widget is + disabled + * Don't check for local for all the GUI tools, so we can use + vncviewer + * Correct some of the strings we show the user about the + restart mode + + Translation updates +- Removed gnome-packagekit-fate303359.patch as per bnc#440498 (it + was not applied anyway) +- Remove BuildRequires cairo-devel and gtk-doc +- Don't use autoreconf * Fri Mar 06 2009 vuntz@novell.com - Update to version 0.4.4: + Small improvement on PK_ROLE_ENUM_SEARCH_DETAILS ++++++ gnome-packagekit-0.4.4.tar.bz2 -> gnome-packagekit-0.4.5.tar.bz2 ++++++ ++++ 35928 lines of diff (skipped) ++++++ gnome-packagekit-BNC383261.patch ++++++ --- /var/tmp/diff_new_pack.y22543/_old 2009-03-25 23:29:47.000000000 +0100 +++ /var/tmp/diff_new_pack.y22543/_new 2009-03-25 23:29:47.000000000 +0100 @@ -1,7 +1,7 @@ -diff --git a/src/gpk-client.c b/src/gpk-client.c -index 3bc12b4..6792594 100644 ---- a/src/gpk-client.c -+++ b/src/gpk-client.c +Index: gnome-packagekit-0.4.5/src/gpk-client.c +=================================================================== +--- gnome-packagekit-0.4.5.orig/src/gpk-client.c ++++ gnome-packagekit-0.4.5/src/gpk-client.c @@ -101,6 +101,7 @@ struct _GpkClientPrivate gchar *parent_title; gchar *parent_icon_name; @@ -10,7 +10,7 @@ gint timeout; GMainLoop *loop; }; -@@ -198,8 +199,12 @@ gpk_client_libnotify_cb (NotifyNotification *notification, gchar *action, gpoint +@@ -218,8 +219,12 @@ gpk_client_libnotify_cb (NotifyNotificat egg_debug ("set %s to FALSE", GPK_CONF_NOTIFY_UPDATE_STARTED); gconf_client_set_bool (gclient->priv->gconf_client, GPK_CONF_NOTIFY_UPDATE_STARTED, FALSE, NULL); } else if (egg_strequal (action, "show-error-details")) { @@ -25,7 +25,7 @@ } else if (egg_strequal (action, "cancel")) { /* try to cancel */ ret = pk_client_cancel (gclient->priv->client_action, &error); -@@ -481,6 +486,14 @@ gpk_client_error_code_cb (PkClient *client, PkErrorCodeEnum code, const gchar *d +@@ -503,6 +508,14 @@ gpk_client_error_code_cb (PkClient *clie return; } @@ -40,7 +40,7 @@ egg_debug ("code was %s", pk_error_enum_to_text (code)); /* use a modal dialog if showing progress, else use libnotify */ -@@ -488,7 +501,10 @@ gpk_client_error_code_cb (PkClient *client, PkErrorCodeEnum code, const gchar *d +@@ -510,7 +523,10 @@ gpk_client_error_code_cb (PkClient *clie message = gpk_error_enum_to_localised_message (code); if (gclient->priv->show_progress) { widget = GTK_WIDGET (gpk_client_dialog_get_window (gclient->priv->dialog)); @@ -52,7 +52,7 @@ return; } -@@ -654,7 +670,7 @@ gpk_client_error_msg (GpkClient *gclient, const gchar *title, GError *error) +@@ -706,7 +722,7 @@ gpk_client_error_msg (GpkClient *gclient /* hide the main window */ window = gpk_client_dialog_get_window (gclient->priv->dialog); @@ -61,11 +61,11 @@ } /** -diff --git a/src/gpk-error.c b/src/gpk-error.c -index 38aab70..18756e3 100644 ---- a/src/gpk-error.c -+++ b/src/gpk-error.c -@@ -34,6 +34,32 @@ +Index: gnome-packagekit-0.4.5/src/gpk-error.c +=================================================================== +--- gnome-packagekit-0.4.5.orig/src/gpk-error.c ++++ gnome-packagekit-0.4.5/src/gpk-error.c +@@ -35,6 +35,32 @@ #include "gpk-common.h" #include "gpk-error.h" @@ -96,9 +96,9 @@ +} + /** - * gpk_error_dialog_modal_with_time: - * @window: the parent dialog -@@ -44,12 +70,14 @@ + * gpk_error_dialog_expanded_cb: + **/ +@@ -63,12 +89,14 @@ gpk_error_dialog_expanded_cb (GObject *o * Shows a modal error, and blocks until the user clicks close **/ gboolean @@ -114,30 +114,29 @@ g_return_val_if_fail (title != NULL, FALSE); g_return_val_if_fail (message != NULL, FALSE); -@@ -78,8 +106,21 @@ gpk_error_dialog_modal_with_time (GtkWindow *window, const gchar *title, const g +@@ -107,8 +135,21 @@ gpk_error_dialog_modal_with_time (GtkWin g_free (text); /* message */ -+ if (prompt_yast) { -+ full_message = g_strconcat (message, "\n\n", prompt_yast, NULL); -+ button = gtk_button_new_with_label(_("Start YaST and install updates manually")); -+ g_signal_connect (button, "clicked", G_CALLBACK (gpk_error_dialog_yast_cb), NULL); -+ /* add to box */ -+ widget = glade_xml_get_widget (glade_xml, "dialog_error"); -+ widget = gtk_dialog_get_action_area (GTK_DIALOG(widget)); -+ gtk_box_pack_start (GTK_BOX (widget), button, TRUE, TRUE, 0); -+ gtk_widget_show (button); -+ } -+ else -+ full_message = g_strdup (message); ++ if (prompt_yast) { ++ full_message = g_strconcat (message, "\n\n", prompt_yast, NULL); ++ button = gtk_button_new_with_label(_("Start YaST and install updates manually")); ++ g_signal_connect (button, "clicked", G_CALLBACK (gpk_error_dialog_yast_cb), NULL); ++ /* add to box */ ++ widget = glade_xml_get_widget (glade_xml, "dialog_error"); ++ widget = gtk_dialog_get_action_area (GTK_DIALOG(widget)); ++ gtk_box_pack_start (GTK_BOX (widget), button, TRUE, TRUE, 0); ++ gtk_widget_show (button); ++ } ++ full_message = g_strdup (message); ++ widget = glade_xml_get_widget (glade_xml, "label_message"); -- gtk_label_set_label (GTK_LABEL (widget), message); -+ gtk_label_set_label (GTK_LABEL (widget), full_message); -+ g_free (full_message); + gtk_label_set_markup (GTK_LABEL (widget), message); ++ g_free (full_message); /* show text in the expander */ if (egg_strzero (details)) { -@@ -111,6 +152,13 @@ gpk_error_dialog_modal_with_time (GtkWindow *window, const gchar *title, const g +@@ -139,6 +180,13 @@ gpk_error_dialog_modal_with_time (GtkWin return TRUE; } @@ -149,9 +148,9 @@ + + /** - * gpk_error_dialog_expanded_cb: - **/ -@@ -123,7 +171,7 @@ gpk_error_dialog_modal_with_time (GtkWindow *window, const gchar *title, const g + * gpk_error_dialog_modal: + * @window: the parent dialog +@@ -151,7 +199,7 @@ gpk_error_dialog_modal_with_time (GtkWin gboolean gpk_error_dialog_modal (GtkWindow *window, const gchar *title, const gchar *message, const gchar *details) { @@ -160,11 +159,11 @@ } /** -diff --git a/src/gpk-error.h b/src/gpk-error.h -index 49240e8..8f0f4fd 100644 ---- a/src/gpk-error.h -+++ b/src/gpk-error.h -@@ -33,11 +33,17 @@ gboolean gpk_error_dialog_modal (GtkWindow *window, +Index: gnome-packagekit-0.4.5/src/gpk-error.h +=================================================================== +--- gnome-packagekit-0.4.5.orig/src/gpk-error.h ++++ gnome-packagekit-0.4.5/src/gpk-error.h +@@ -33,11 +33,17 @@ gboolean gpk_error_dialog_modal (GtkW const gchar *title, const gchar *message, const gchar *details); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de