Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2013-04-02 11:49:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes        2012-12-14 
07:56:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2013-04-02 
11:49:57.000000000 +0200
@@ -1,0 +2,31 @@
+Mon Mar  4 17:22:41 UTC 2013 - [email protected]
+
+- Update to version 2.24.17:
+  + GtkFileChooserButton fixes:
+    - Don't emit file-set signal when the change is not the result
+      of a user action.
+    - Don't ever use gtk_file_chooser_get_files.
+    - Ensure internal consistency when clearing a model.
+  + Bugs fixed: bgo#690247, bgo#692955, bgo#694742.
+
+-------------------------------------------------------------------
+Mon Feb 18 20:36:33 UTC 2013 - [email protected]
+
+- Update to version 2.24.16:
+  + Make GtkItemFactory produce GtkSeparatorMenuItems (bgo#694077).
+  + GtkFileChooserButton doesn't handle closing its dialog
+    correctly Reliably stop spinning when a GtkSpinButton is hidden
+    (bgo#645065).
+
+-------------------------------------------------------------------
+Mon Feb 11 07:26:51 UTC 2013 - [email protected]
+
+- Update to version 2.24.15:
+  + Fix scrolling in insensitive modal dialogs.
+  + Bugs fixed: bgo#626499, bgo#656565, bgo#664640, bgo#669808,
+    bgo#674556, bgo#679883, bgo#683511, bgo#689810, bgo#689982,
+    bgo#690788, bgo#692099, bgo#692554, bgo#692810.
+  + Updated translations.
+- Rebase gtk-path-local.patch.
+
+-------------------------------------------------------------------

Old:
----
  gtk+-2.24.14.tar.xz

New:
----
  gtk+-2.24.17.tar.xz

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

Other differences:
------------------
++++++ gtk2.spec ++++++
--- /var/tmp/diff_new_pack.GDvEx8/_old  2013-04-02 11:49:59.000000000 +0200
+++ /var/tmp/diff_new_pack.GDvEx8/_new  2013-04-02 11:49:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2
 #
-# 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
@@ -21,7 +21,7 @@
 
 Name:           gtk2
 %define _name gtk+
-Version:        2.24.14
+Version:        2.24.17
 Release:        0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:        The GTK+ toolkit library (version 2)

++++++ gtk+-2.24.14.tar.xz -> gtk+-2.24.17.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.14.tar.xz 
/work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.17.tar.xz differ: char 26, line 1

++++++ gtk-path-local.patch ++++++
--- /var/tmp/diff_new_pack.GDvEx8/_old  2013-04-02 11:49:59.000000000 +0200
+++ /var/tmp/diff_new_pack.GDvEx8/_new  2013-04-02 11:49:59.000000000 +0200
@@ -13,21 +13,11 @@
 Note that the patch it does not provide solution for bi-arch path clash:
 http://bugzilla.gnome.org/show_bug.cgi?id=153848
 
---- configure.in
-+++ configure.in
-@@ -1485,7 +1485,8 @@
- AC_SUBST(GDK_EXTRA_CFLAGS)
- AC_SUBST(GDK_DEP_LIBS)
- AC_SUBST(GDK_DEP_CFLAGS)
--
-+LIB=`echo $libdir | sed 's:.*/::'`
-+AC_DEFINE_UNQUOTED([LIB],["$LIB"],[Platform dependent tail of libdir.])
- 
- ########################################
- # Check for Accessibility Toolkit flags
---- gtk/gtkmodules.c
+Index: gtk/gtkmodules.c
+===================================================================
+--- gtk/gtkmodules.c.orig
 +++ gtk/gtkmodules.c
-@@ -60,6 +60,7 @@
+@@ -60,6 +60,7 @@ get_module_path (void)
    gchar *home_gtk_dir = NULL;
    gchar *module_path;
    gchar *default_dir;
@@ -35,7 +25,7 @@
    static gchar **result = NULL;
  
    if (result)
-@@ -73,25 +74,32 @@
+@@ -73,25 +74,32 @@ get_module_path (void)
    exe_prefix = g_getenv ("GTK_EXE_PREFIX");
  
    if (exe_prefix)
@@ -72,3 +62,17 @@
  
    result = pango_split_file_list (module_path);
    g_free (module_path);
+Index: configure.ac
+===================================================================
+--- configure.ac.orig
++++ configure.ac
+@@ -1340,7 +1340,8 @@ AC_SUBST(GDK_EXTRA_LIBS)
+ AC_SUBST(GDK_EXTRA_CFLAGS)
+ AC_SUBST(GDK_DEP_LIBS)
+ AC_SUBST(GDK_DEP_CFLAGS)
+-
++LIB=`echo $libdir | sed 's:.*/::'`
++AC_DEFINE_UNQUOTED([LIB],["$LIB"],[Platform dependent tail of libdir.])
+ 
+ ########################################
+ # Check for Accessibility Toolkit flags

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

Reply via email to