Accepting request 29355 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gtk2 via accept of submit request 29355 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/29355 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=88
This commit is contained in:
parent
20ff3a455d
commit
f00236d66a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36727abfe7cef80c67d07f64eae38bc57deb980571999ab2ba7ff9d73d8b0a1f
|
||||
size 18706954
|
3
gtk+-2.19.3.tar.bz2
Normal file
3
gtk+-2.19.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60ab4e5df560f4d700b3d89ce5fb053895332986e3cfdead129d93cbff18cc50
|
||||
size 18519756
|
@ -1,26 +0,0 @@
|
||||
Index: gtk+-2.19.2/gdk/Makefile.am
|
||||
===================================================================
|
||||
--- gtk+-2.19.2.orig/gdk/Makefile.am
|
||||
+++ gtk+-2.19.2/gdk/Makefile.am
|
||||
@@ -211,7 +211,7 @@ girdir = $(INTROSPECTION_GIRDIR)
|
||||
dist_gir_DATA = $(INTROSPECTION_GIRS)
|
||||
|
||||
typelibsdir = $(INTROSPECTION_TYPELIBDIR)
|
||||
-typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
+typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
||||
|
||||
CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
|
||||
endif
|
||||
Index: gtk+-2.19.2/gdk/Makefile.in
|
||||
===================================================================
|
||||
--- gtk+-2.19.2.orig/gdk/Makefile.in
|
||||
+++ gtk+-2.19.2/gdk/Makefile.in
|
||||
@@ -708,7 +708,7 @@ libgdk_win32_2_0_la_LDFLAGS = -Wl,win32/
|
||||
@HAVE_INTROSPECTION_TRUE@girdir = $(INTROSPECTION_GIRDIR)
|
||||
@HAVE_INTROSPECTION_TRUE@dist_gir_DATA = $(INTROSPECTION_GIRS)
|
||||
@HAVE_INTROSPECTION_TRUE@typelibsdir = $(INTROSPECTION_TYPELIBDIR)
|
||||
-@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
+@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
||||
@MS_LIB_AVAILABLE_TRUE@noinst_DATA = gdk-win32-$(GTK_API_VERSION).lib
|
||||
@OS_LINUX_TRUE@TESTS = abicheck.sh pltcheck.sh
|
||||
lib_LTLIBRARIES = $(gdktargetlib)
|
36
gtk2.changes
36
gtk2.changes
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 11:16:10 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.19.3:
|
||||
+ GSeal:
|
||||
- Deprecate widget flag macros (GTK_WIDGET_STATE,
|
||||
GTK_WIDGET_SAVED_STATE, GTK_WIDGET_FLAGS,
|
||||
GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW,
|
||||
GTK_WIDGET_COMPOSITE_CHILD, GTK_WIDGET_APP_PAINTABLE,
|
||||
GTK_WIDGET_CAN_DEFAULT, GTK_WIDGET_CAN_FOCUS,
|
||||
GTK_WIDGET_DOUBLE_BUFFERED, GTK_WIDGET_HAS_DEFAULT,
|
||||
GTK_WIDGET_HAS_GRAB, GTK_WIDGET_RECEIVES_DEFAULT)
|
||||
- Also deprecate the type macros (GTK_WIDGET_TYPE,
|
||||
GTK_OBJECT_TYPE_NAME, GTK_OBJECT_TYPE)
|
||||
+ GtkOffscreenWindow: A new toplevel container widget to manage
|
||||
offscreen rendering of child widgets
|
||||
+ OS X:
|
||||
- Memory leak fixes and other improvements
|
||||
+ Bugs:
|
||||
- bgo#604901: Provide generic offscreen rendering container
|
||||
- bgo#597100: There is a misprint in the documentation...
|
||||
- bgo#598383: GtkWidget::state-changed signal should be
|
||||
documented
|
||||
- bgo#602284: Need a way to retrieve the preedit string in a
|
||||
GtkTextView
|
||||
- bgo#605090: Fix some compilation warnings
|
||||
- bgo#605199: Contradiction in the description of function...
|
||||
- bgo#606068: Setup libjpeg error handling earlier...
|
||||
- bgo#606230: gtk_combo_box_set_active_iter & unsetting the
|
||||
active item
|
||||
- bgo#606291: Fix some issues in "Migrating from
|
||||
GtkOptionMenu...
|
||||
- bgo#606434: prop-editor should support GdkColor
|
||||
+ Updated translations.
|
||||
- Drop gtk2-gdk-typelib.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 13:17:02 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gtk2 (Version 2.19.2)
|
||||
# spec file for package gtk2 (Version 2.19.3)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: gtk2
|
||||
%define _name gtk+
|
||||
Version: 2.19.2
|
||||
Version: 2.19.3
|
||||
Release: 1
|
||||
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
|
||||
License: LGPLv2.1+
|
||||
@ -43,8 +43,6 @@ 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-gdk-typelib.patch bgo605272 vuntz@opensuse.org -- Fix build of Gdk-2.0.typelib
|
||||
Patch25: gtk2-gdk-typelib.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
|
||||
@ -167,7 +165,6 @@ cp -a %{S:2} .
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
%patch25 -p1
|
||||
%patch53
|
||||
gnome-patch-translation-update
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user