Accepting request 20773 from GNOME:Factory

Copy from GNOME:Factory/gtk2 based on submit request 20773 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/20773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=73
This commit is contained in:
OBS User autobuild 2009-09-22 21:13:01 +00:00 committed by Git OBS Bridge
commit 1a8a5a099a
6 changed files with 148 additions and 83 deletions

3
gtk+-2.17.11.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbbb13462ec385ba6803f08b5c6d15342b74282828b2fe699e75723aa0e89c70
size 18920203

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c922a637b264dd98caa64fc3c70dc50bffc4b3cad2626862729eb0e9eecc266
size 18784320

View File

@ -0,0 +1,13 @@
Index: gtk+-2.17.11/tests/testwindows.c
===================================================================
--- gtk+-2.17.11.orig/tests/testwindows.c
+++ gtk+-2.17.11/tests/testwindows.c
@@ -1034,7 +1034,7 @@ main (int argc, char **argv)
button = gtk_button_new_with_label ("Restack above");
g_signal_connect (button, "clicked",
G_CALLBACK (restack_clicked),
- 1);
+ GINT_TO_POINTER (1));
gtk_table_attach_defaults (GTK_TABLE (table),
button,
2, 3,

32
gtk2-install-po.patch Normal file
View File

@ -0,0 +1,32 @@
commit 05ef84e9d6a5409d22f87023b861fb2450c4f86a
Author: Matthias Clasen <mclasen@redhat.com>
Date: Sat Sep 5 01:46:39 2009 -0400
Fix fallout from automake version bump
diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in
index f7bf587..db1b638 100644
--- a/po-properties/Makefile.in.in
+++ b/po-properties/Makefile.in.in
@@ -107,7 +107,7 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
$(mkdir_p) $(DESTDIR)$(datadir); \
- @catalogs='$(CATALOGS)'; \
+ catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 7e9c655..5f53019 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -126,7 +126,7 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
$(mkdir_p) $(DESTDIR)$(datadir); \
- @catalogs='$(CATALOGS)'; \
+ catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \

View File

@ -1,3 +1,95 @@
-------------------------------------------------------------------
Wed Sep 9 18:14:19 CEST 2009 - vuntz@opensuse.org
- Update to version 2.17.11:
+ Client-side windows:
- Add gdk_cairo_reset_clip that lets you get back the original
drawable clip
- Add gdk_window_restack to more conveniently restack child
windows
- Add gdk_window_is_destroyed as a replacement for
GDK_WINDOW_DESTROYED
- Deprecated GDK_WINDOW_OBJECT and GdkWindowObject
+ GSEAL:
- Add gtk_widget_set_receives_default and
gtk_widget_get_receives_default accessors for
GTK_RECEIVES_DEFAULT
+ GtkTreeView:
- Correctly propagate insensitive state to cell renderers
+ GtkTextView:
- Merge a number of scrolling-related fixes from Maemo
+ Bugs fixed:
- bgo#564160 - gtk_combo_box_entry_set_text_column too
restrictive
- bgo#593868 - gtk_im_multicontext_set_client_window recreate a
new slave...
- bgo#593644 - gdk_x11_screen_get_window_manager_name should
not cache...
- bgo#594178 - gdk-pixbuf-query-loaders segfault in
write_loader_info
- bgo#567124 - proposal to delay doing something related to
immodule...
- bgo#588788 - GTK+ compilation should work with automake1.10
- bgo#584638 - Build of gtkupdateiconcache without NLS breaks
- bgo#593788 - misprint in the returning value of
gdk_selection_property_get
- bgo#593606 - Missing include in gtk/gtkcellrendereraccel.c
- bgo#593877 - Undefined symbols while compilation
- Add gtk2-install-po.patch to fix build.
- Add gtk2-64bit-build-fix.patch to fix build.
-------------------------------------------------------------------
Tue Sep 1 21:10:43 CEST 2009 - dimstar@opensuse.org
- Update to version 2.17.10:
+ Client-side windows:
- Regression fixes continue
- Multiple clipping issues have been fixed
- gdk_window_beep() works again
- gtk-demo now has a few offscreen window demos
+ GSEAL:
- Several more getters and setters have been added:
gtk_widget_is_toplevel(), gtk_widget_is_drawable(),
gtk_widget_set_window()
+ Bugs fixed:
- bgo#592752 - aisleriot card drag start makes card appear
behind...
- bgo#592901 - Crash in JPEG pixbuf loader instead of error
- bgo#592263 - redraw problem in text view
- bgo#593011 - Cannot move applet with middle click
- bgo#592624 - BadAccess from gdk_window_x11_set_events
- bgo#592606 - Activate the default button in a respose-request
callback
- bgo#593249 - emacs and acroread don't work properly
- bgo#592883 - Spin cell rendererer problem with double click
- bgo#588199 - GtkTreeView rendering glitch while using a
default...
- bgo#543310 - set_enable_tree_lines doesn't work when a
cellrenderer
- bgo#589636 - csw broke DND from panel menus
- bgo#593595 - broken clip handling in GtkLabel
- bgo#590921 - NULL should not be a valid return value for
gdk_window_new()
- bgo#590861 - cups_printer_create_cairo_surface() sets a
fallback resolution...
- bgo#544724 - delete new line requires two keystrokes
- bgo#593001 - Emit 'update-custom-widget' on page setup change
- bgo#593317 - gtkwindow leaks startup ID
- bgo#593080 - mem leak
- bgo#593481 - GtkEntryCompletion action-activated signal is
emitted...
- bgo#593135 - gtk_entry_set_icon_from_pixbuf only works one
time
- bgo#593012 - configure doesn't handle --enable-{cups,papi}
correctly
- bgo#592862 - There is a misprint on the returning value of
gdk_pixmap_lookup()
- bgo#586466 - GtkPrintOperation printing fails if it is the
only event source
- bgo#434318 - printer detail acquisition needs events
- bgo#593712 - configure fails to to check properly for cups...
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 25 13:18:59 CEST 2009 - dimstar@opensuse.org Tue Aug 25 13:18:59 CEST 2009 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package gtk2 (Version 2.17.9) # spec file for package gtk2 (Version 2.17.11)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -38,7 +38,7 @@ Obsoletes: gtk2-64bit
%endif %endif
# #
PreReq: /usr/bin/touch /bin/rm /bin/rmdir PreReq: /usr/bin/touch /bin/rm /bin/rmdir
Version: 2.17.9 Version: 2.17.11
Release: 1 Release: 1
Summary: Library for Creation of Graphical User Interfaces (version 2) Summary: Library for Creation of Graphical User Interfaces (version 2)
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
@ -57,6 +57,10 @@ Patch22: bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff
Patch23: bugzilla-131498-allow-xim-for-all-languages.patch Patch23: bugzilla-131498-allow-xim-for-all-languages.patch
# PATCH-FIX-UPSTREAM gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages # PATCH-FIX-UPSTREAM gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
Patch24: gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff Patch24: gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff
# PATCH-FIX-UPSTREAM gtk2-install-po.patch vuntz@novell.com -- Taken from git
Patch25: gtk2-install-po.patch
# PATCH-FIX-UPSTREAM gtk2-64bit-build-fix.patch bgo594679 vuntz@novell.com -- 64 bit issue
Patch26: gtk2-64bit-build-fix.patch
# Patches taken from upstream or slated to go upstream. We can expect these to become obsolete # Patches taken from upstream or slated to go upstream. We can expect these to become obsolete
# in future releases. # in future releases.
# Please don't delete this comment even if this section is empty -- "# empty" should # Please don't delete this comment even if this section is empty -- "# empty" should
@ -89,32 +93,6 @@ with GTK1, so to switch, programmers have to port applications to it.
To develop applications with gtk, you need the package gtk2-devel. To develop applications with gtk, you need the package gtk2-devel.
Authors:
--------
Peter Mattis <petm@xcf.berkeley.edu>
Spencer Kimball <spencer@xcf.berkeley.edu>
Josh MacDonald <jmacd@xcf.berkeley.edu>
Shawn T. Amundson <amundson@gtk.org>
Jerome Bolliet <bolliet@gtk.org>
Damon Chaplin <damon@gtk.org>
Tony Gale <gale@gtk.org>
Jeff Garzik <jgarzik@gtk.org>
Lars Hamann <lars@gtk.org>
Raja R Harinath <harinath@gtk.org>
Carsten Haitzler <raster@gtk.org>
Tim Janik <timj@gtk.org>
Stefan Jeske <stefan@gtk.org>
Elliot Lee <sopwith@gtk.org>
Raph Levien <raph@gtk.org>
Ian Main <imain@gtk.org>
Federico Mena <quartic@gtk.org>
Paolo Molaro <lupus@gtk.org>
Jay Painter <jpaint@gtk.org>
Manish Singh <manish@gtk.org>
Owen Taylor <otaylor@gtk.org>
%package branding-upstream %package branding-upstream
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: Library for Creation of Graphical User Interfaces (version 2) Summary: Library for Creation of Graphical User Interfaces (version 2)
@ -137,32 +115,6 @@ with GTK1, so to switch, programmers have to port applications to it.
To develop applications with gtk, you need the package gtk2-devel. To develop applications with gtk, you need the package gtk2-devel.
Authors:
--------
Peter Mattis <petm@xcf.berkeley.edu>
Spencer Kimball <spencer@xcf.berkeley.edu>
Josh MacDonald <jmacd@xcf.berkeley.edu>
Shawn T. Amundson <amundson@gtk.org>
Jerome Bolliet <bolliet@gtk.org>
Damon Chaplin <damon@gtk.org>
Tony Gale <gale@gtk.org>
Jeff Garzik <jgarzik@gtk.org>
Lars Hamann <lars@gtk.org>
Raja R Harinath <harinath@gtk.org>
Carsten Haitzler <raster@gtk.org>
Tim Janik <timj@gtk.org>
Stefan Jeske <stefan@gtk.org>
Elliot Lee <sopwith@gtk.org>
Raph Levien <raph@gtk.org>
Ian Main <imain@gtk.org>
Federico Mena <quartic@gtk.org>
Paolo Molaro <lupus@gtk.org>
Jay Painter <jpaint@gtk.org>
Manish Singh <manish@gtk.org>
Owen Taylor <otaylor@gtk.org>
%package devel %package devel
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: Development environment for the Gtk2 GUI library Summary: Development environment for the Gtk2 GUI library
@ -196,32 +148,6 @@ Originally it was written for the GIMP and hence has the name Gimp
ToolKit. Many people like it because it is small, efficient, and very ToolKit. Many people like it because it is small, efficient, and very
configurable. configurable.
Authors:
--------
Peter Mattis <petm@xcf.berkeley.edu>
Spencer Kimball <spencer@xcf.berkeley.edu>
Josh MacDonald <jmacd@xcf.berkeley.edu>
Shawn T. Amundson <amundson@gtk.org>
Jerome Bolliet <bolliet@gtk.org>
Damon Chaplin <damon@gtk.org>
Tony Gale <gale@gtk.org>
Jeff Garzik <jgarzik@gtk.org>
Lars Hamann <lars@gtk.org>
Raja R Harinath <harinath@gtk.org>
Carsten Haitzler <raster@gtk.org>
Tim Janik <timj@gtk.org>
Stefan Jeske <stefan@gtk.org>
Elliot Lee <sopwith@gtk.org>
Raph Levien <raph@gtk.org>
Ian Main <imain@gtk.org>
Federico Mena <quartic@gtk.org>
Paolo Molaro <lupus@gtk.org>
Jay Painter <jpaint@gtk.org>
Manish Singh <manish@gtk.org>
Owen Taylor <otaylor@gtk.org>
%lang_package %lang_package
%prep %prep
%setup -q -n %{_name}-%{version} %setup -q -n %{_name}-%{version}
@ -238,6 +164,8 @@ cp -a %{S:2} .
%patch22 -p1 %patch22 -p1
%patch23 -p1 %patch23 -p1
%patch24 -p1 %patch24 -p1
%patch25 -p1
%patch26 -p1
%patch53 %patch53
# gnome-patch-translation-update # gnome-patch-translation-update