Accepting request 69092 from GNOME:Factory

Pushing G:F (including GNOME3)

OBS-URL: https://build.opensuse.org/request/show/69092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=15
This commit is contained in:
Sascha Peilicke 2011-05-02 13:14:22 +00:00 committed by Git OBS Bridge
commit 011068b337
4 changed files with 108 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,107 @@
-------------------------------------------------------------------
Tue Apr 26 12:52:49 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.9:
+ Fix some interference between XI2 and input methods, XEmbed and
user-time tracking.
+ Theming improvements
- Make it possible to give combo boxes, buttons, entries a
uniform height.
+ GtkGrid now does RTL flipping like other containers.
+ Updated translations.
-------------------------------------------------------------------
Mon Apr 4 09:33:53 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.8:
+ The size negotiation optimizations turned out to have
problematic side effects in some applications, and have been
reverted for now
+ Fix prelight of selected row expanders
+ Bugs fixed: bgo#645341, bgo#646446, bgo#646462, bgo#646498.
+ Updated translations
- Changes from version 3.0.7:
+ Performance improvements for theming and size allocation
+ Thread-safety fixes in file chooser and app chooser code
+ GtkStatusIcon can now receive icon size hints from the tray
it is embedded in
+ RTL fixes for GtkGrid and GtkWidget::halign
+ Bugs fixed: bgo#639584, bgo#642918, bgo#645232.
-------------------------------------------------------------------
Mon Mar 28 11:26:55 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.6:
+ Export dark themes for the window manager.
+ Make selectable labels work again.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 23 21:55:46 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.5:
+ reverts a problematic change in 3.0.4 which caused application
font settings to be ignored.
- Changes from version 3.0.4:
+ New style classes for 'inline' toolbars and sidebars have been
added.
+ Theming fixes and enhancement in many widgets, including
GtkRange, GtkFileChooser, GtkNotebook, GtkTreeview and
GtkRadioButton.
+ Bugs fixed: bgo#640692, bgo#642712, bgo#644836, bgo#644975,
bgo#644976, bgo#645057, bgo#645134, bgo#645172, bgo#645234,
bgo#645235, bgo#645405, bgo#635254.
+ Updated translations.
- Changes from version 3.0.3:
+ Support for the GDK_NATIVE_WINDOWS environment variable has
been removed
+ Bugs fixed: bgo#642604, bgo#643416, bgo#644119, bgo#644248,
bgo#644276, bgo#644348, bgo#644353, bgo#644355, bgo#644570.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 7 15:41:33 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.2:
+ GtkSettings have been made multi-backend-safe
+ Many improvements to themability and the default theme:
- GtkScale slider theming can adjust to scale marks, using
style classes.
- A new style class for 'primary' toolbars
- Widget style classes can now be specified in GtkBuilder
files.
- Improved scrollbar drawing
- Improved combobox drawing
- Improved spinbutton drawing
- Improved switch drawing
- Improved checkbutton drawing
- Improved menu drawing
- Improved notebook tab drawing
+ Bugs fixed: bgo#643041, bgo#643131, bgo#643170, bgo#643216,
bgo#643321, bgo#643347, bgo#643370, bgo#643440, bgo#643496,
bgo#643543, bgo#643584, bgo#643630, bgo#643685, bgo#643911,
bgo#643912, bgo#643925, bgo#643967, bgo#644089.
-------------------------------------------------------------------
Tue Feb 22 09:25:22 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.1:
+ A autoconf macro, GTK_CHECK_BACKEND, has been added
to allow easy checking for certain gdk backends
+ A number of memory leaks and segfaults involving accessibility
have been fixed
+ Bugs fixed: bgo#586201, bgo#599907, bgo#626730, bgo#630971,
bgo#633291, bgo#642213, bgo#642263, bgo#642541, bgo#642677,
bgo#642681, bgo#642751, bgo#642771, bgo#642772, bgo#642778,
bgo#642782, bgo#642791.
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 19 10:42:29 CET 2011 - vuntz@opensuse.org
- Remove update-alternatives Requires in devel subpackage, since we
don't use this mechanism anymore there.
-------------------------------------------------------------------
Sun Feb 13 22:10:29 CET 2011 - vuntz@opensuse.org

View File

@ -22,7 +22,7 @@
Name: gtk3
%define _name gtk+
Version: 3.0.0
Version: 3.0.9
Release: 1
License: LGPLv2.1+
Summary: The GTK+ toolkit library (version 3)
@ -258,8 +258,6 @@ License: LGPLv2.1+
Summary: The GTK+ toolkit library (version 3) -- Development Files
Group: Development/Libraries/X11
Requires: libgtk-3-0 = %{version}
Requires(post): update-alternatives
Requires(postun): update-alternatives
%description devel
GTK+ is a multi-platform toolkit for creating graphical user interfaces.