Updating link to change in openSUSE:Factory/gtk2 revision 74.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=b26768d51dd57bdc1bd53fe565e3f696
This commit is contained in:
OBS User buildservice-autocommit 2009-10-05 20:42:39 +00:00 committed by Git OBS Bridge
parent 9299f02682
commit 21a7c9855d
7 changed files with 95 additions and 55 deletions

View File

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

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

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

View File

@ -1,13 +0,0 @@
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,

12
gtk2-build-fix.patch Normal file
View File

@ -0,0 +1,12 @@
Index: gtk+-2.18.1/gdk/x11/gdkinput-xfree.c
===================================================================
--- gtk+-2.18.1.orig/gdk/x11/gdkinput-xfree.c
+++ gtk+-2.18.1/gdk/x11/gdkinput-xfree.c
@@ -18,6 +18,7 @@
*/
#include "config.h"
+#include <string.h>
#include "gdkinputprivate.h"
#include "gdkdisplay-x11.h"
#include "gdkalias.h"

View File

@ -1,32 +0,0 @@
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,76 @@
-------------------------------------------------------------------
Sat Oct 3 01:28:50 CEST 2009 - vuntz@opensuse.org
- Compile without -fomit-frame-pointer. For some yet unknown
reasons, some applications crash when GTK+ is compiled with it.
See bgo#596977 for details. Should fix bnc#544009.
-------------------------------------------------------------------
Thu Oct 1 17:19:52 CEST 2009 - vuntz@opensuse.org
- Update to version 2.18.1:
+ Client-side Windows:
- Fix a problem with the F-Spot screensaver
- Request native events that are necessary for grab emulation
- Fixes for input device and extended input event handling
- Allow up to 255 buttons in extended input events
+ OS X:
- Improve handling of multi-monitor setups
- Basic DND works
- Other improvements
+ Filechooser:
- Support Tracker 0.7 in the search code
+ Bugs fixed:
- bgo#596423 Landscape pages are the wrong way around
- bgo#588449 DnD doesn't work on GDK/Quartz
- bgo#596080 Mention "gtk-tooltip" in
gtk_widget_set_tooltip_window
- bgo#596580 Blank rows in entry autocompletion
- bgo#588649 extended input events sent to widgets that
didn't...
- bgo#596081 Update tracker support for version 0.7
- bgo#596345 clicking empty space in backgrounds...
- bgo#596494 New property "cursor" in 2.18's GdkWindow with
wrong...
- bgo#596012 popup menu position is horribly off on gdk
quartz...
- bgo#596250 Gdkcursor-quartz.c doesn't implement
GDK_BLANK_CURSOR
- bgo#586207 Printing dialog with a CUPS printer connected...
+ Updated translations.
- Drop gtk2-expose-foreign.patch: fixed upstream.
- Add gtk2-build-fix.patch to fix a build warning.
-------------------------------------------------------------------
Wed Sep 30 10:27:09 CEST 2009 - vuntz@opensuse.org
- Add gtk2-expose-foreign.patch: patch from upstream to fix an
issue with f-spot.
-------------------------------------------------------------------
Thu Sep 24 15:27:24 CEST 2009 - dimstar@opensuse.org
- Update to version 2.18.0:
+ Add GtkTreeModelFilter testsuite and fix multiple bugs
+ Client-side-windows:
- Fix issues around recursion and gdk_window_process_updates
- Fix issues with grabs and cursors
- Handle window hierarchy and geometry changes in expose
handlers
- New function, gdk_window_flush, that may be needed in certain
situations
- Automatically flush windows when doing non-double-buffered
exposes
+ Quartz backend:
- Fix various 'stuck UI' issues
- Fix the size of the root window
+ Bugs fixed:
- bgo#588455, bgo#346800, bgo#593678, bgo#594652, bgo#594668,
bgo#591583, bgo#594600, bgo#594679, bgo#594880, bgo#593507,
bgo#594913, bgo#594738, bgo#503776, bgo#595599, bgo#595790,
bgo#588649, bgo#550939
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 9 18:14:19 CEST 2009 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gtk2 (Version 2.17.11)
# spec file for package gtk2 (Version 2.18.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -38,8 +38,9 @@ Obsoletes: gtk2-64bit
%endif
#
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
Version: 2.17.11
Version: 2.18.1
Release: 1
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
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
Source1: SuSEconfig.gtk2
@ -57,10 +58,8 @@ Patch22: bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff
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
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
# PATCH-FIX-UPSTREAM gtk2-build-fix.patch bgo597026 vuntz@novell.com -- Add missing include
Patch25: gtk2-build-fix.patch
# Patches taken from upstream or slated to go upstream. We can expect these to become obsolete
# in future releases.
# Please don't delete this comment even if this section is empty -- "# empty" should
@ -165,7 +164,6 @@ cp -a %{S:2} .
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%patch53
# gnome-patch-translation-update
@ -176,6 +174,8 @@ export CFLAGS="$CFLAGS -fstack-protector"
%ifarch ppc64
export CFLAGS="$CFLAGS -mminimal-toc"
%endif
# fix crash in gdm, nautilus, etc. (bgo#596977)
export CFLAGS=`echo $CFLAGS | sed -e 's/-fomit-frame-pointer//g'`
%if %suse_version <= 1030
# Do not believe glibc first weekday for glibc < 2.7:
# https://bugzilla.novell.com/show_bug.cgi?id=130787