Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory
checked in at Wed Aug 3 16:07:32 CEST 2011.



--------
--- GNOME/gtk3/gtk3.changes     2011-07-21 13:12:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/gtk3/gtk3.changes      2011-07-24 
11:44:58.000000000 +0200
@@ -1,0 +2,29 @@
+Sun Jul 24 10:41:11 CEST 2011 - [email protected]
+
+- Update to version 3.1.10:
+  + Assorted file chooser improvements/redesign:
+    - Remove the expander in Save mode
+    - Move the path bar up in Save mode
+    - Remember the last opened directory
+    - Start in recently-used mode when no folder is set
+    - Update recent-files when confirming in the file chooser
+  + Accessibility:
+    - Gail has been merged into GTK+ and is no longer a module
+    - A testsuite for a11y functionality has been added
+  + Theming:
+    - Icon view cells can now have a border
+  + GtkMountOperation can now show processes on OpenBSD
+  + Gdk input devices now expose their XInput2 device ID via
+    gdk_x11_device_get_id()
+  + Bugs fixed: bgo#653450, bgo#653705, bgo#653947, bgo#654125,
+    bgo#654179, bgo#654428, bgo#654678, bgo#654695, bgo#654720,
+    bgo#655009, bgo#654266.
+  + Updated translations.
+- Drop gtk3-fix-crash-recent-glib.patch: fixed upstream.
+- Rebase gtk3-path-local.patch.
+- Manually create %{_libdir}/gtk-3.0/modules: it used to exist
+  because of the libgail module, but now that the module is gone,
+  we need to manually create the directory for external modules
+  that will be installed there.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gtk+-3.1.8.tar.bz2
  gtk3-fix-crash-recent-glib.patch

New:
----
  gtk+-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ gtk3.spec ++++++
--- /var/tmp/diff_new_pack.xI275N/_old  2011-08-03 16:06:55.000000000 +0200
+++ /var/tmp/diff_new_pack.xI275N/_new  2011-08-03 16:06:55.000000000 +0200
@@ -24,8 +24,8 @@
 
 Name:           gtk3
 %define _name gtk+
-Version:        3.1.8
-Release:        3
+Version:        3.1.10
+Release:        1
 License:        LGPLv2.1+
 Summary:        The GTK+ toolkit library (version 3)
 Url:            http://www.gtk.org/
@@ -43,8 +43,6 @@
 Patch2:         gtk3-bnc129753-localize-font-style-name.patch
 # PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch 
bnc130159 bgo319483 [email protected] - Load fonts asynchronously in 
GtkFontSelection to make it appear faster for CJK languages
 Patch3:         gtk3-bnc130159-bgo319483-async-font-selection.patch
-# PATCH-FIX-UPSTREAM gtk3-fix-crash-recent-glib.patch [email protected] -- 
Fix crash with glib 2.29.12, taken from git
-Patch4:         gtk3-fix-crash-recent-glib.patch
 BuildRequires:  fdupes
 BuildRequires:  cups-devel
 BuildRequires:  gnome-patch-translation
@@ -291,7 +289,6 @@
 %patch1 -p0
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 gnome-patch-translation-update
 
 %build
@@ -319,6 +316,9 @@
   mv %{buildroot}%{_bindir}/gtk-query-immodules-3.0 
%{buildroot}%{_bindir}/gtk-query-immodules-3.0-64
   mv %{buildroot}%{_mandir}/man1/gtk-query-immodules-3.0.1 
%{buildroot}%{_mandir}/man1/gtk-query-immodules-3.0-64.1
 %endif
+# create modules directory that should have been created during the build
+test ! -d %{buildroot}%{_libdir}/gtk-3.0/modules
+mkdir %{buildroot}%{_libdir}/gtk-3.0/modules
 # create theming-engines directory that should have been created during the 
build
 test ! -d %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
 mkdir %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
@@ -464,7 +464,6 @@
 %dir %{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines/
 %ghost %{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules.cache
 %dir %{_libdir}/gtk-3.0/modules
-%{_libdir}/gtk-3.0/modules/libgail.so
 %{_libdir}/libgailutil-3.so.*
 %{_libdir}/libgdk-3.so.*
 %{_libdir}/libgtk-3.so.*
@@ -537,7 +536,6 @@
 %{_datadir}/gtk-3.0/demo/
 %{_includedir}/gail-3.0/
 %{_includedir}/gtk-3.0/
-%{_libdir}/gtk-3.0/modules/libferret.so
 %{_libdir}/pkgconfig/gail-3.0.pc
 %{_libdir}/pkgconfig/gdk-3.0.pc
 %if %{build_broadway_backend}

++++++ gtk+-3.1.8.tar.bz2 -> gtk+-3.1.10.tar.bz2 ++++++
GNOME/gtk3/gtk+-3.1.8.tar.bz2 
/mounts/work_src_done/STABLE/gtk3/gtk+-3.1.10.tar.bz2 differ: byte 11, line 1

++++++ gtk3-path-local.patch ++++++
--- /var/tmp/diff_new_pack.xI275N/_old  2011-08-03 16:06:55.000000000 +0200
+++ /var/tmp/diff_new_pack.xI275N/_new  2011-08-03 16:06:55.000000000 +0200
@@ -71,7 +71,7 @@
  endif
  
 +suse_hack_lib=`echo $(libdir) | sed 's:.*/::'`
- INCLUDES =                                            \
+ AM_CPPFLAGS =                                         \
        -DG_LOG_DOMAIN=\"Gtk\"                          \
 +      -DSUSE_HACK_LIB=\"$(suse_hack_lib)\"            \
        -DGTK_LIBDIR=\"$(libdir)\"                      \
@@ -86,7 +86,7 @@
  @HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups
  @HAVE_PAPI_CUPS_TRUE@GTK_PRINT_BACKENDS = file,papi,cups
 +suse_hack_lib=`echo $(libdir) | sed 's:.*/::'`
- INCLUDES = \
+ AM_CPPFLAGS = \
        -DG_LOG_DOMAIN=\"Gtk\"                          \
 +      -DSUSE_HACK_LIB=\"$(suse_hack_lib)\"            \
        -DGTK_LIBDIR=\"$(libdir)\"                      \


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



Remember to have fun...

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

Reply via email to