Hello community,

here is the log from the commit of package libgnomesu for openSUSE:Factory 
checked in at 2013-04-03 13:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnomesu (Old)
 and      /work/SRC/openSUSE:Factory/.libgnomesu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnomesu", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomesu/libgnomesu.changes    2012-10-03 
15:09:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgnomesu.new/libgnomesu.changes       
2013-04-03 13:01:24.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Mar  7 23:32:34 UTC 2013 - [email protected]
+
+- Enhance libgnomesu-gtk3.patch: add #undef GTK_DISABLE_DEPRECATED
+  in order to allow usage of deprecated symbols (e.g. GTK_TABLE).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgnomesu.spec ++++++
--- /var/tmp/diff_new_pack.qNlGOm/_old  2013-04-03 13:01:27.000000000 +0200
+++ /var/tmp/diff_new_pack.qNlGOm/_new  2013-04-03 13:01:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomesu
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ libgnomesu-gtk3.patch ++++++
--- /var/tmp/diff_new_pack.qNlGOm/_old  2013-04-03 13:01:27.000000000 +0200
+++ /var/tmp/diff_new_pack.qNlGOm/_new  2013-04-03 13:01:27.000000000 +0200
@@ -15,7 +15,15 @@
 ===================================================================
 --- libgnomesu-1.0.0.orig/src/gnomesu-auth-dialog.c
 +++ libgnomesu-1.0.0/src/gnomesu-auth-dialog.c
-@@ -190,7 +190,7 @@ create_stock_button (const gchar *stock,
+@@ -22,6 +22,7 @@
+ #ifndef _GNOMESU_AUTH_DIALOG_C_
+ #define _GNOMESU_AUTH_DIALOG_C_
+ 
++#undef GTK_DISABLE_DEPRECATED
+ #include <string.h>
+ #include <libintl.h>
+ 
+@@ -190,7 +191,7 @@ create_stock_button (const gchar *stock,
        align = gtk_alignment_new (0.5, 0.5, 0.0, 0.0);
        gtk_container_add (GTK_CONTAINER (button), align);
  
@@ -24,7 +32,7 @@
        gtk_container_add (GTK_CONTAINER (align), hbox);
        image = gtk_image_new_from_stock (stock, GTK_ICON_SIZE_BUTTON);
        gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0);
-@@ -273,6 +273,11 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
+@@ -273,6 +274,11 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
        GtkWidget *left_action_area;
        GtkWidget *default_button;
        GtkWidget *image;
@@ -36,7 +44,7 @@
  
        priv = auth_dialog->_priv = g_new0 (GnomesuAuthDialogPrivate, 1);
  
-@@ -287,25 +292,24 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
+@@ -287,25 +293,24 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
        gtk_dialog_set_default_response (dialog, GTK_RESPONSE_OK);
        gtk_window_set_default (GTK_WINDOW (dialog), default_button);
  
@@ -70,7 +78,7 @@
        gtk_container_set_border_width (GTK_CONTAINER (left_action_area), 6);
        /* gtk_button_box_set_spacing (GTK_BUTTON_BOX (left_action_area), 12); 
*/
        gtk_box_set_spacing (GTK_BOX (left_action_area), 12);
-@@ -313,19 +317,19 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
+@@ -313,19 +318,19 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
        priv->left_action_area = left_action_area;
        gtk_box_pack_start (GTK_BOX (hbox), left_action_area, FALSE, FALSE, 0);
  
@@ -95,7 +103,7 @@
        gtk_box_pack_start (GTK_BOX (hbox), main_vbox, TRUE, TRUE, 0);
  
        /* main message */
-@@ -344,7 +348,7 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
+@@ -344,7 +349,7 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
                                FALSE, FALSE, 0);
  
        /* password entry */
@@ -104,7 +112,7 @@
        gtk_box_pack_start (GTK_BOX (main_vbox), vbox, FALSE, FALSE, 0);
  
        GtkWidget *table_alignment;
-@@ -362,10 +366,10 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
+@@ -362,10 +367,10 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
  
        priv->details_expander = gtk_expander_new_with_mnemonic 
(_("<small><b>_Details</b></small>"));
        gtk_expander_set_use_markup (GTK_EXPANDER (priv->details_expander), 
TRUE);
@@ -117,7 +125,7 @@
        gtk_container_add (GTK_CONTAINER (priv->details_expander), 
details_vbox);
  
        table_alignment = gtk_alignment_new (0.0, 0.0, 1.0, 1.0);
-@@ -396,7 +400,7 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
+@@ -396,7 +401,7 @@ gnomesu_auth_dialog_init (GnomesuAuthDia
        priv->command_desc_label = add_row (table, 0, msg, FALSE, scroll);
        g_free (msg);
  
@@ -126,7 +134,7 @@
        gtk_widget_grab_default (default_button);
  
        /* Configure */
-@@ -548,7 +552,7 @@ gnomesu_auth_dialog_set_desc_ps (Gnomesu
+@@ -548,7 +553,7 @@ gnomesu_auth_dialog_set_desc_ps (Gnomesu
  
        /* Force both labels to be as wide as their parent; one of them will 
decide the width */
        GtkRequisition requisition;
@@ -135,7 +143,7 @@
        gtk_widget_set_size_request (dialog->_priv->message_label, 
requisition.width, -1);
        gtk_widget_set_size_request (dialog->_priv->message_label_secondary, 
requisition.width, -1);
  }
-@@ -637,11 +641,7 @@ gnomesu_auth_dialog_set_mode (GnomesuAut
+@@ -637,11 +642,7 @@ gnomesu_auth_dialog_set_mode (GnomesuAut
                gtk_widget_realize (GTK_WIDGET (dialog));
        }
  
@@ -147,7 +155,7 @@
  
        switch (mode) {
        case GNOMESU_MODE_CHECKING:
-@@ -663,7 +663,7 @@ gnomesu_auth_dialog_set_mode (GnomesuAut
+@@ -663,7 +664,7 @@ gnomesu_auth_dialog_set_mode (GnomesuAut
  
        gtk_widget_set_sensitive (dialog->_priv->password_entry, enabled);
        gtk_widget_set_sensitive (dialog->_priv->left_action_area, enabled);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to