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 1/3] 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+ From 1c005a69242ad21a13642a80b5321ac46a0a5e6aaaa1f21fdfefb1f18675ae6b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 23 Jun 2013 13:45:29 +0000 Subject: [PATCH 2/3] Accepting request 180451 from home:dimstar:branches:GNOME:Factory Update to 3.9.4 OBS-URL: https://build.opensuse.org/request/show/180451 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=119 --- gtk+-3.9.2.tar.xz | 3 --- gtk+-3.9.4.tar.xz | 3 +++ gtk3.changes | 16 ++++++++++++++++ gtk3.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gtk+-3.9.2.tar.xz create mode 100644 gtk+-3.9.4.tar.xz diff --git a/gtk+-3.9.2.tar.xz b/gtk+-3.9.2.tar.xz deleted file mode 100644 index d388a17..0000000 --- a/gtk+-3.9.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f12ae787c76bd44fff15e4ee05093895a951c96191fc92ad9f3f592639ed55e9 -size 13757932 diff --git a/gtk+-3.9.4.tar.xz b/gtk+-3.9.4.tar.xz new file mode 100644 index 0000000..755556b --- /dev/null +++ b/gtk+-3.9.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01ec212dc62313e50b639d171c2162d01f2ad7715e79d347708f3087d3c21ca +size 14053136 diff --git a/gtk3.changes b/gtk3.changes index f91a1c6..3d3b268 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 diff --git a/gtk3.spec b/gtk3.spec index 04a4dd3..c23cb06 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,7 +25,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.9.2 +Version: 3.9.4 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 From 07ae29306fd431ddd073206302e05d3fb4bc6279e89ae473c8fef63d3a8e9cbf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 23 Jun 2013 20:53:41 +0000 Subject: [PATCH 3/3] Accepting request 180668 from home:Zaitor:branches:GNOME:Factory Update to ver 3.9.6 OBS-URL: https://build.opensuse.org/request/show/180668 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=120 --- gtk+-3.9.4.tar.xz | 3 --- gtk+-3.9.6.tar.xz | 3 +++ gtk3.changes | 11 +++++++++++ gtk3.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gtk+-3.9.4.tar.xz create mode 100644 gtk+-3.9.6.tar.xz diff --git a/gtk+-3.9.4.tar.xz b/gtk+-3.9.4.tar.xz deleted file mode 100644 index 755556b..0000000 --- a/gtk+-3.9.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b01ec212dc62313e50b639d171c2162d01f2ad7715e79d347708f3087d3c21ca -size 14053136 diff --git a/gtk+-3.9.6.tar.xz b/gtk+-3.9.6.tar.xz new file mode 100644 index 0000000..d05bf54 --- /dev/null +++ b/gtk+-3.9.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d34b7cd763ca4975b8a55e587923eeefe7b3c8e08d3d01c9111900fca30c817 +size 14089824 diff --git a/gtk3.changes b/gtk3.changes index 3d3b268..9cad152 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 diff --git a/gtk3.spec b/gtk3.spec index c23cb06..0e8b7f2 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,7 +25,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.9.4 +Version: 3.9.6 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+