From 220407c8ca25854a551cd1d7144b3253a5fd383bcc2dc420844db451709c6613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 31 May 2013 18:35:04 +0000 Subject: [PATCH] Accepting request 176916 from home:dimstar:branches:GNOME:Factory Update to 3.9.2 OBS-URL: https://build.opensuse.org/request/show/176916 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=118 --- gtk+-3.9.0.tar.xz | 3 --- gtk+-3.9.2.tar.xz | 3 +++ gtk3.changes | 30 ++++++++++++++++++++++++++++++ gtk3.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 gtk+-3.9.0.tar.xz create mode 100644 gtk+-3.9.2.tar.xz diff --git a/gtk+-3.9.0.tar.xz b/gtk+-3.9.0.tar.xz deleted file mode 100644 index 45da665..0000000 --- a/gtk+-3.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e240aa911d1e94e2e5b90f0e637ae41b25e0ad3102fb7d0c09b63e54ea96bc -size 13888608 diff --git a/gtk+-3.9.2.tar.xz b/gtk+-3.9.2.tar.xz new file mode 100644 index 0000000..d388a17 --- /dev/null +++ b/gtk+-3.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12ae787c76bd44fff15e4ee05093895a951c96191fc92ad9f3f592639ed55e9 +size 13757932 diff --git a/gtk3.changes b/gtk3.changes index ebd994c..f91a1c6 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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 diff --git a/gtk3.spec b/gtk3.spec index afefab7..04a4dd3 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,7 +25,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.9.0 +Version: 3.9.2 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+