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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=4d00ba82961dfbeea5c62bbb54e357d8
This commit is contained in:
OBS User buildservice-autocommit 2010-02-11 18:13:28 +00:00 committed by Git OBS Bridge
parent 4bd12e1ebe
commit c7e2eb841c
4 changed files with 90 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,85 @@
-------------------------------------------------------------------
Wed Feb 10 16:09:24 CET 2010 - vuntz@opensuse.org
- Update to version 2.19.5:
+ GSEAL work:
- Add accessors for GtkPaned members
- Add gtk_widget_style_attach
- Seal GtkTextTag
- Deprecate GtkCurveType
- More GtkWidget flags accessors
+ Bugs fixed:
- bgo#403485: Move docs from tmpl/* to the source files
- bgo#556263: Deprecate GtkCurve
- bgo#554420: Seal GtkTextTag
- bgo#561816: Optimize gtk_paned_set_position notifications
- bgo#606288: Not using GtkOptionMenu deprecated symbols in
test file
- bgo#607061: GtkPlug socket window is sometimes incorrectly
unref'd
- bgo#607344: GtkCalendar: crash when using tooltips via glade
- bgo#607885: GtkPaned::handle lack accessor
- bgo#608162: gtktoolbutton doesn't create right proxy menu
item...
- bgo#608345: wrong reference on
gdk_keymap_translate_keyboard_state
- bgo#608370: dnd drag-dest signal handlers don't get correctly
disconn...
- bgo#608410: GOK types backwards in text entry fields
- bgo#608615: DnD events sent to wrong window
- bgo#608807: Marks on GtkScale widgets can overlap
- bgo#609188: gdk/directfb: compiler warning in
_gdk_windowing_pointer_grab()
- bgo#609191: gdk/directfb: use G_DEFINE_TYPE in
gdkcolor-directfb
- bgo#609199: gdk/directfb: use G_DEFINE_TYPE in gdkgc-directfb
- bgo#609201: gdk/directfb: max cursor size is artificially
limited
- bgo#591186: GTK Menu Bar is unreadable under Windows 7
+ Updated translations.
-------------------------------------------------------------------
Wed Jan 27 13:06:30 CET 2010 - vuntz@opensuse.org
- Update to version 2.19.4:
+ GSeal:
- New accessors for GtkEntry windows
- New accessors for GtkRange members
+ Bugs fixed:
- bgo#607082 - Add accessors for sealed GtkRange members
- bgo#567729 - Add GtkToolPalette
- bgo#591102 - Remove the destination file if trying to save a
pixbuf failed
- bgo#600865 - Avoid drawing implicit paints to destroyed
windows
- bgo#601412 - Fix some issues with action widgets
- bgo#603144 - Correct PRC6 and PRC9 envelope sizes
- bgo#606009 - weirdness with clipping in abiword - csw
- bgo#606698 - Misplaced declaration of
gtk_print_job_set_status
- bgo#606761 - pixops.c: variables are declared at middle of
block
- bgo#607217 - Mixing calls to _set_markup and _set_text
causes...
- bgo#607269 - gtk_label_set_attributes with empty list no
longer...
- bgo#607322 - Double-click doesn't work if the item is
selected...
- bgo#607687 - Avoid integer overflow in
gdk_rectangle_intersect
- bgo#607778 - Add accessors for GtkEntry's windows
- bgo#607770 - Leak in GtkTreeView with HildonPannableArea
- bgo#603245 - Fix a redraw problem with action widgets
+ Updated translations.
- Drop gtk2-bad-drawable-errors.patch: fixed upstream.
-------------------------------------------------------------------
Sat Jan 16 11:40:10 UTC 2010 - andrea@opensuse.org
- Add gtk2-bad-drawable-errors.patch, taken from upstream:
this is needed to fix crashes in various circumstances.
Fix bnc#570941, bgo#600865.
-------------------------------------------------------------------
Tue Jan 12 11:16:10 CET 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gtk2 (Version 2.19.3)
# spec file for package gtk2 (Version 2.19.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,8 +19,9 @@
Name: gtk2
%define _name gtk+
Version: 2.19.3
Version: 2.19.5
Release: 1
# FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still true for later versions.
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
License: LGPLv2.1+
Summary: Library for Creation of Graphical User Interfaces (version 2)
@ -180,7 +181,8 @@ export CFLAGS=`echo $CFLAGS | sed -e 's/-fomit-frame-pointer//g'`
%configure \
--enable-man \
--with-xinput=xfree
make %{?jobs:-j%jobs}
#make %{?jobs:-j%jobs}
make
%install
%makeinstall