rpms/gnome-packagekit/devel .cvsignore, 1.49, 1.50 gnome-packagekit-port-to-polkit1.patch, 1.2, 1.3 gnome-packagekit.spec, 1.90, 1.91 sources, 1.50, 1.51

Richard Hughes rhughes at fedoraproject.org
Mon Jul 6 12:12:12 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29953

Modified Files:
	.cvsignore gnome-packagekit-port-to-polkit1.patch 
	gnome-packagekit.spec sources 
Log Message:
* Mon Jul 06 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.3-1
- New upstream version
 - Lots of updated translations
 - Check for dependancies before downloading updates in the update viewer
 - Connect to gnome-session to get the idle status, not gnome-screensaver
 - Don't show a generic icon when we have messages
 - Use the newest filter by default in the update viewer
 - Run all the packages after install, not just the selected package
- Fixes #506010, #507062, #508505, #509067, #509104 and #509636



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- .cvsignore	25 Jun 2009 09:42:13 -0000	1.49
+++ .cvsignore	6 Jul 2009 12:11:41 -0000	1.50
@@ -1 +1 @@
-gnome-packagekit-2.27.3-20090625.tar.gz
+gnome-packagekit-2.27.3.tar.gz

gnome-packagekit-port-to-polkit1.patch:

Index: gnome-packagekit-port-to-polkit1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit-port-to-polkit1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gnome-packagekit-port-to-polkit1.patch	25 Jun 2009 09:42:13 -0000	1.2
+++ gnome-packagekit-port-to-polkit1.patch	6 Jul 2009 12:11:42 -0000	1.3
@@ -1,5 +1,5 @@
 diff --git a/configure.ac b/configure.ac
-index 9f0eadb..e6d8132 100644
+index 4e1a1e6..a94365e 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -88,7 +88,6 @@ DBUS_REQUIRED=1.1.2
@@ -50,10 +50,10 @@ index 2b8965e..e287290 100644
  	$(DEVKIT_LIBS)					\
  	$(CANBERRA_LIBS)				\
 diff --git a/src/gpk-application.c b/src/gpk-application.c
-index 501c55c..730c544 100644
+index ed36068..25681e1 100644
 --- a/src/gpk-application.c
 +++ b/src/gpk-application.c
-@@ -28,7 +28,6 @@
+@@ -29,7 +29,6 @@
  #include <gconf/gconf-client.h>
  #include <math.h>
  #include <string.h>
@@ -62,7 +62,7 @@ index 501c55c..730c544 100644
  
  #include "egg-debug.h"
 diff --git a/src/gpk-common.c b/src/gpk-common.c
-index 101b752..6bda9de 100644
+index c226419..3a331d3 100644
 --- a/src/gpk-common.c
 +++ b/src/gpk-common.c
 @@ -29,7 +29,6 @@
@@ -475,7 +475,7 @@ index 797fa40..3991b23 100644
  	G_OBJECT_CLASS (gpk_dbus_parent_class)->finalize (object);
  }
 diff --git a/src/gpk-watch.c b/src/gpk-watch.c
-index 6a25c9d..cd5a1b1 100644
+index 887e703..9350af8 100644
 --- a/src/gpk-watch.c
 +++ b/src/gpk-watch.c
 @@ -37,7 +37,6 @@
@@ -494,7 +494,7 @@ index 6a25c9d..cd5a1b1 100644
  	guint			 set_proxy_timeout;
  	gchar			*error_details;
  	gboolean		 hide_warning;
-@@ -786,15 +784,6 @@ gpk_watch_popup_menu_cb (GtkStatusIcon *status_icon, guint button, guint32 times
+@@ -807,15 +805,6 @@ gpk_watch_popup_menu_cb (GtkStatusIcon *status_icon, guint button, guint32 times
  }
  
  /**
@@ -510,7 +510,7 @@ index 6a25c9d..cd5a1b1 100644
   * gpk_watch_menu_show_messages_cb:
   **/
  static void
-@@ -1226,6 +1215,15 @@ gpk_watch_menu_log_out_cb (GtkMenuItem *item, gpointer data)
+@@ -1247,6 +1236,15 @@ gpk_watch_menu_log_out_cb (GtkMenuItem *item, gpointer data)
  }
  
  /**
@@ -526,7 +526,7 @@ index 6a25c9d..cd5a1b1 100644
   * gpk_watch_activate_status_cb:
   * @button: Which buttons are pressed
   *
-@@ -1262,6 +1260,7 @@ gpk_watch_activate_status_cb (GtkStatusIcon *status_icon, GpkWatch *watch)
+@@ -1283,6 +1281,7 @@ gpk_watch_activate_status_cb (GtkStatusIcon *status_icon, GpkWatch *watch)
  
  	/* log out session */
  	if (watch->priv->restart == PK_RESTART_ENUM_SESSION) {
@@ -534,7 +534,7 @@ index 6a25c9d..cd5a1b1 100644
  		widget = gtk_image_menu_item_new_with_mnemonic (_("_Log out"));
  		image = gtk_image_new_from_icon_name ("system-log-out", GTK_ICON_SIZE_MENU);
  		gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (widget), image);
-@@ -1273,7 +1272,12 @@ gpk_watch_activate_status_cb (GtkStatusIcon *status_icon, GpkWatch *watch)
+@@ -1294,7 +1293,12 @@ gpk_watch_activate_status_cb (GtkStatusIcon *status_icon, GpkWatch *watch)
  
  	/* restart computer */
  	if (watch->priv->restart == PK_RESTART_ENUM_SYSTEM) {
@@ -548,7 +548,7 @@ index 6a25c9d..cd5a1b1 100644
  		gtk_menu_shell_append (GTK_MENU_SHELL (menu), widget);
  		show_hide = TRUE;
  	}
-@@ -1566,9 +1570,6 @@ gpk_watch_button_cancel_cb (GtkWidget *widget, GpkWatch *watch)
+@@ -1587,9 +1591,6 @@ gpk_watch_button_cancel_cb (GtkWidget *widget, GpkWatch *watch)
  static void
  gpk_watch_init (GpkWatch *watch)
  {
@@ -558,7 +558,7 @@ index 6a25c9d..cd5a1b1 100644
  	watch->priv = GPK_WATCH_GET_PRIVATE (watch);
  	watch->priv->error_details = NULL;
  	watch->priv->notification_cached_messages = NULL;
-@@ -1633,23 +1634,6 @@ gpk_watch_init (GpkWatch *watch)
+@@ -1654,23 +1655,6 @@ gpk_watch_init (GpkWatch *watch)
  	if (pk_connection_valid (watch->priv->pconnection))
  		pk_connection_changed_cb (watch->priv->pconnection, TRUE, watch);
  
@@ -582,7 +582,7 @@ index 6a25c9d..cd5a1b1 100644
  	/* watch proxy keys */
  	gconf_client_add_dir (watch->priv->gconf_client, GPK_WATCH_GCONF_PROXY_HTTP,
  			      GCONF_CLIENT_PRELOAD_NONE, NULL);
-@@ -1698,7 +1682,6 @@ gpk_watch_finalize (GObject *object)
+@@ -1719,7 +1703,6 @@ gpk_watch_finalize (GObject *object)
  	g_object_unref (watch->priv->control);
  	g_object_unref (watch->priv->pconnection);
  	g_object_unref (watch->priv->gconf_client);


Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- gnome-packagekit.spec	25 Jun 2009 09:42:13 -0000	1.90
+++ gnome-packagekit.spec	6 Jul 2009 12:11:42 -0000	1.91
@@ -1,4 +1,4 @@
-%define packagekit_version		0.4.5
+%define packagekit_version		0.5.0
 %define dbus_version			1.1.2
 %define dbus_glib_version		0.73
 %define glib2_version			2.18.0
@@ -15,13 +15,13 @@
 Summary:   Session applications to manage packages
 Name:      gnome-packagekit
 Version:   2.27.3
-Release:   0.3.%{?alphatag}git%{?dist}
-#Release:   1%{?dist}
+#Release:   0.4.%{?alphatag}git%{?dist}
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
-#Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}.tar.gz
-Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}-%{?alphatag}.tar.gz
+Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}.tar.gz
+#Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}-%{?alphatag}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # from upstream polkit1 branch, automatically generated
@@ -92,8 +92,8 @@ Requires: %{name} = %{version}-%{release
 Extra GNOME applications for using PackageKit that are not normally needed.
 
 %prep
-%setup -q -n %{?name}-%{?version}-%{?alphatag}
-#%setup -q
+#%setup -q -n %{?name}-%{?version}-%{?alphatag}
+%setup -q
 %patch0 -p1 -b .polkit1
 
 # we messed about with configure.ac and Makefile.am, so regenerate (due to polkit1 patch)
@@ -228,6 +228,21 @@ update-mime-database %{_datadir}/mime &>
 %{_datadir}/applications/gpk-service-pack.desktop
 
 %changelog
+* Mon Jul 06 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.3-1
+- New upstream version
+ - Lots of updated translations
+ - Check for dependancies before downloading updates in the update viewer
+ - Connect to gnome-session to get the idle status, not gnome-screensaver
+ - Don't show a generic icon when we have messages
+ - Use the newest filter by default in the update viewer
+ - Run all the packages after install, not just the selected package
+- Fixes #506010, #507062, #508505, #509067, #509104 and #509636
+
+* Thu Jun 25 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.3-0.4.20090625git
+- Don't build with GDK_MULTIHEAD_SAFE as it breaks ca_gtk_context_get with a
+  new libcanberra-gtk. Ifdefs probably required as ca_gtk_context_get_for_screen
+  is fairly new.
+
 * Thu Jun 25 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.3-0.3.20090625git
 - Update to latest git master snapshot
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sources	25 Jun 2009 09:42:13 -0000	1.50
+++ sources	6 Jul 2009 12:11:42 -0000	1.51
@@ -1 +1 @@
-dee4ce4f0087a7711e08bf0a79e35d34  gnome-packagekit-2.27.3-20090625.tar.gz
+feb33ccbbed09413189ca62d4a1e8fd5  gnome-packagekit-2.27.3.tar.gz




More information about the fedora-extras-commits mailing list