Accepting request 181316 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181316 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=49
This commit is contained in:
commit
7146a744f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e240aa911d1e94e2e5b90f0e637ae41b25e0ad3102fb7d0c09b63e54ea96bc
|
||||
size 13888608
|
3
gtk+-3.9.6.tar.xz
Normal file
3
gtk+-3.9.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d34b7cd763ca4975b8a55e587923eeefe7b3c8e08d3d01c9111900fca30c817
|
||||
size 14089824
|
57
gtk3.changes
57
gtk3.changes
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:27:19 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.6:
|
||||
+ GtkListBox:
|
||||
- Handle double-clicks properly.
|
||||
- Add an example in gtk3-demo.
|
||||
+ Bugs fixed: bgo#390048, bgo#560337, bgo#649390, bgo#679930,
|
||||
bgo#698183, bgo#701174, bgo#702598, bgo#702695, bgo#702763.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 08:09:50 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.4:
|
||||
+ GtkSearchBar: a toolbar that will popup automatically when
|
||||
searches should be started, and dismissed when they are
|
||||
finished.
|
||||
+ GtkListBox a vertical container that can sort and filter its
|
||||
children.
|
||||
+ GtkStack has gained position dependent transitions (left-right
|
||||
and up-down).
|
||||
+ The Broadway GDK backend can be built on Windows now.
|
||||
+ Bugs fixed: bgo#593079, bgo#692638, bgo#699673, bgo#700185,
|
||||
bgo#700444, bgo#700779, bgo#701463, bgo#701840, bgo#702370.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 07:06:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ The GDK initialization code has been refactored.
|
||||
GdkDisplayManager is no longer backend-specific.
|
||||
+ The symbol exporting functionality has been refactored. We no
|
||||
longer use .symbols files, and instead rely on explicit header
|
||||
annotations for every exported symbol. the abicheck scripts are
|
||||
no longer used.
|
||||
+ The GDK drawing and scrolling has been simplified. We no longer
|
||||
use XCopyArea for scrolling, instead an offscreen cache is
|
||||
used. There is a new debug flag, GTK_DEBUG=pixel-cache for
|
||||
this.
|
||||
+ Window sizing issues have been addressed.
|
||||
+ Implement height-for-width for GtkEventBox and GtkCheckButton.
|
||||
+ Custom titlebars can now be set from GtkBuilder files.
|
||||
+ Optionally install tests, when configured with
|
||||
--enable-installed-tests. To run these tests,
|
||||
gnome-desktop-testing-runner can be used.
|
||||
+ Native input methods are supported on OS X now.
|
||||
+ Bugs fixed: bgo#360131, bgo#561221, bgo#591969, bgo#628902,
|
||||
bgo#667759, bgo#691921, bgo#694273, bgo#695120, bgo#696001,
|
||||
bgo#696640, bgo#698051, bgo#698361, bgo#698933, bgo#699104,
|
||||
bgo#699140, bgo#699239, bgo#699289, bgo#699633, bgo#699690,
|
||||
bgo#699739, bgo#699750, bgo#699901, bgo#699929, bgo#699970,
|
||||
bgo#700007, bgo#700053, bgo#700054, bgo#700056, bgo#700079,
|
||||
bgo#700233, bgo#700301, bgo#700465, bgo#700575, bgo#700578,
|
||||
bgo#700737, bgo#700787, bgo#700844, bgo#700864, bgo#700979.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 08:43:52 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
Name: gtk3
|
||||
%define _name gtk+
|
||||
Version: 3.9.0
|
||||
Version: 3.9.6
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1+
|
||||
@ -57,7 +57,7 @@ BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.27.1
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.37.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.37.2
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0
|
||||
BuildRequires: pkgconfig(pango) >= 1.32.4
|
||||
|
Loading…
Reference in New Issue
Block a user