From b0f5850ce9dec7d6767b742302482821bd8f110a350ec1ae51589b7c766dff11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 26 May 2017 22:37:45 +0000 Subject: [PATCH 1/5] Accepting request 497432 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/497432 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=15 --- gtk+-3.90.0.tar.xz | 3 --- gtk+-3.91.0.tar.xz | 3 +++ gtk4.changes | 22 ++++++++++++++++++++++ gtk4.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 gtk+-3.90.0.tar.xz create mode 100644 gtk+-3.91.0.tar.xz diff --git a/gtk+-3.90.0.tar.xz b/gtk+-3.90.0.tar.xz deleted file mode 100644 index 8cb791c..0000000 --- a/gtk+-3.90.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb33b4101a4b3e51dc286000d61d1130575c3e7dee88656f4b43fc2a5a05b97 -size 20349392 diff --git a/gtk+-3.91.0.tar.xz b/gtk+-3.91.0.tar.xz new file mode 100644 index 0000000..790b0e1 --- /dev/null +++ b/gtk+-3.91.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda759b77ebae7e4f14da7319c88975b1f48e715279d373bcbef43b94a40bb73 +size 20416832 diff --git a/gtk4.changes b/gtk4.changes index a126173..8399c2d 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue May 23 08:07:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.91.0: + + Initial support for OS X has been merged. + + Initial support for building with meson has been added. + + New API: gtk_widget_insert_before/after. + + Removed API: + - GtkBox has lost its expand and fill child properties, use the + general align property for it. + - GtkLabel has lost its angle property, it will be replaced by + general widget transformation support in the future. + - GtkWindow has lost its hide-titlebar-when-maximized property. + - GtkBox has lost its center child support. + - The compat keysym definitions have been removed. + + Bugs fixed: bgo#769881, bgo#771269, bgo#778301, bgo#778853, + bgo#779078, bgo#779184, bgo#780041, bgo#780301, bgo#780734, + bgo#780878, bgo#780944, bgo#781162, bgo#781195, bgo#781214, + bgo#781422, bgo#781622, bgo#781737, bgo#781767, bgo#781992, + bgo#782109, bgo#782202. + + Updated translations. + ------------------------------------------------------------------- Sat Apr 1 19:04:30 UTC 2017 - zaitor@opensuse.org diff --git a/gtk4.spec b/gtk4.spec index 0204973..21f35db 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -28,13 +28,13 @@ Name: gtk4 %define _name gtk+ -Version: 3.90.0 +Version: 3.91.0 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1+ Group: Development/Libraries/X11 Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.90/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtk+/3.91/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source99: baselibs.conf From 50d0f555f28478c9389c6e17db3b0e0c5d75a67da987342290e9e3429b2768fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 26 May 2017 23:20:52 +0000 Subject: [PATCH 2/5] osc copypac from project:openSUSE:Factory package:gtk4 revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=16 --- gtk+-3.90.0.tar.xz | 3 +++ gtk+-3.91.0.tar.xz | 3 --- gtk4.changes | 22 ---------------------- gtk4.spec | 4 ++-- 4 files changed, 5 insertions(+), 27 deletions(-) create mode 100644 gtk+-3.90.0.tar.xz delete mode 100644 gtk+-3.91.0.tar.xz diff --git a/gtk+-3.90.0.tar.xz b/gtk+-3.90.0.tar.xz new file mode 100644 index 0000000..8cb791c --- /dev/null +++ b/gtk+-3.90.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb33b4101a4b3e51dc286000d61d1130575c3e7dee88656f4b43fc2a5a05b97 +size 20349392 diff --git a/gtk+-3.91.0.tar.xz b/gtk+-3.91.0.tar.xz deleted file mode 100644 index 790b0e1..0000000 --- a/gtk+-3.91.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda759b77ebae7e4f14da7319c88975b1f48e715279d373bcbef43b94a40bb73 -size 20416832 diff --git a/gtk4.changes b/gtk4.changes index 8399c2d..a126173 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,25 +1,3 @@ -------------------------------------------------------------------- -Tue May 23 08:07:31 UTC 2017 - zaitor@opensuse.org - -- Update to version 3.91.0: - + Initial support for OS X has been merged. - + Initial support for building with meson has been added. - + New API: gtk_widget_insert_before/after. - + Removed API: - - GtkBox has lost its expand and fill child properties, use the - general align property for it. - - GtkLabel has lost its angle property, it will be replaced by - general widget transformation support in the future. - - GtkWindow has lost its hide-titlebar-when-maximized property. - - GtkBox has lost its center child support. - - The compat keysym definitions have been removed. - + Bugs fixed: bgo#769881, bgo#771269, bgo#778301, bgo#778853, - bgo#779078, bgo#779184, bgo#780041, bgo#780301, bgo#780734, - bgo#780878, bgo#780944, bgo#781162, bgo#781195, bgo#781214, - bgo#781422, bgo#781622, bgo#781737, bgo#781767, bgo#781992, - bgo#782109, bgo#782202. - + Updated translations. - ------------------------------------------------------------------- Sat Apr 1 19:04:30 UTC 2017 - zaitor@opensuse.org diff --git a/gtk4.spec b/gtk4.spec index 21f35db..0204973 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -28,13 +28,13 @@ Name: gtk4 %define _name gtk+ -Version: 3.91.0 +Version: 3.90.0 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1+ Group: Development/Libraries/X11 Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.91/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtk+/3.90/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source99: baselibs.conf From 4524efeffdee999b7466067ddacb0b87a3c7a91a2045b8a00ffbfe4ae3d0867e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 7 Jun 2017 13:34:27 +0000 Subject: [PATCH 3/5] Accepting request 501537 from GNOME:Next Lets give it a go :-) OBS-URL: https://build.opensuse.org/request/show/501537 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=17 --- gtk+-3.90.0.tar.xz | 3 --- gtk+-3.91.0.tar.xz | 3 +++ gtk4.changes | 22 ++++++++++++++++++++++ gtk4.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 gtk+-3.90.0.tar.xz create mode 100644 gtk+-3.91.0.tar.xz diff --git a/gtk+-3.90.0.tar.xz b/gtk+-3.90.0.tar.xz deleted file mode 100644 index 8cb791c..0000000 --- a/gtk+-3.90.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb33b4101a4b3e51dc286000d61d1130575c3e7dee88656f4b43fc2a5a05b97 -size 20349392 diff --git a/gtk+-3.91.0.tar.xz b/gtk+-3.91.0.tar.xz new file mode 100644 index 0000000..790b0e1 --- /dev/null +++ b/gtk+-3.91.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda759b77ebae7e4f14da7319c88975b1f48e715279d373bcbef43b94a40bb73 +size 20416832 diff --git a/gtk4.changes b/gtk4.changes index a126173..8399c2d 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue May 23 08:07:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.91.0: + + Initial support for OS X has been merged. + + Initial support for building with meson has been added. + + New API: gtk_widget_insert_before/after. + + Removed API: + - GtkBox has lost its expand and fill child properties, use the + general align property for it. + - GtkLabel has lost its angle property, it will be replaced by + general widget transformation support in the future. + - GtkWindow has lost its hide-titlebar-when-maximized property. + - GtkBox has lost its center child support. + - The compat keysym definitions have been removed. + + Bugs fixed: bgo#769881, bgo#771269, bgo#778301, bgo#778853, + bgo#779078, bgo#779184, bgo#780041, bgo#780301, bgo#780734, + bgo#780878, bgo#780944, bgo#781162, bgo#781195, bgo#781214, + bgo#781422, bgo#781622, bgo#781737, bgo#781767, bgo#781992, + bgo#782109, bgo#782202. + + Updated translations. + ------------------------------------------------------------------- Sat Apr 1 19:04:30 UTC 2017 - zaitor@opensuse.org diff --git a/gtk4.spec b/gtk4.spec index 0204973..a14a39a 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -28,13 +28,13 @@ Name: gtk4 %define _name gtk+ -Version: 3.90.0 +Version: 3.91.0 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1+ Group: Development/Libraries/X11 Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.90/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtk+/3.91/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source99: baselibs.conf @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(epoxy) >= 1.0 BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.49.1 +BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0 BuildRequires: pkgconfig(graphene-1.0) >= 1.5.1 From 2717bf5745ac9b1c9a80a6c25f8d61810ba6b1d8485053ea7b087202fa9544e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 7 Jun 2017 13:48:54 +0000 Subject: [PATCH 4/5] osc copypac from project:openSUSE:Factory package:gtk4 revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=18 --- gtk+-3.90.0.tar.xz | 3 +++ gtk+-3.91.0.tar.xz | 3 --- gtk4.changes | 22 ---------------------- gtk4.spec | 6 +++--- 4 files changed, 6 insertions(+), 28 deletions(-) create mode 100644 gtk+-3.90.0.tar.xz delete mode 100644 gtk+-3.91.0.tar.xz diff --git a/gtk+-3.90.0.tar.xz b/gtk+-3.90.0.tar.xz new file mode 100644 index 0000000..8cb791c --- /dev/null +++ b/gtk+-3.90.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb33b4101a4b3e51dc286000d61d1130575c3e7dee88656f4b43fc2a5a05b97 +size 20349392 diff --git a/gtk+-3.91.0.tar.xz b/gtk+-3.91.0.tar.xz deleted file mode 100644 index 790b0e1..0000000 --- a/gtk+-3.91.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda759b77ebae7e4f14da7319c88975b1f48e715279d373bcbef43b94a40bb73 -size 20416832 diff --git a/gtk4.changes b/gtk4.changes index 8399c2d..a126173 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,25 +1,3 @@ -------------------------------------------------------------------- -Tue May 23 08:07:31 UTC 2017 - zaitor@opensuse.org - -- Update to version 3.91.0: - + Initial support for OS X has been merged. - + Initial support for building with meson has been added. - + New API: gtk_widget_insert_before/after. - + Removed API: - - GtkBox has lost its expand and fill child properties, use the - general align property for it. - - GtkLabel has lost its angle property, it will be replaced by - general widget transformation support in the future. - - GtkWindow has lost its hide-titlebar-when-maximized property. - - GtkBox has lost its center child support. - - The compat keysym definitions have been removed. - + Bugs fixed: bgo#769881, bgo#771269, bgo#778301, bgo#778853, - bgo#779078, bgo#779184, bgo#780041, bgo#780301, bgo#780734, - bgo#780878, bgo#780944, bgo#781162, bgo#781195, bgo#781214, - bgo#781422, bgo#781622, bgo#781737, bgo#781767, bgo#781992, - bgo#782109, bgo#782202. - + Updated translations. - ------------------------------------------------------------------- Sat Apr 1 19:04:30 UTC 2017 - zaitor@opensuse.org diff --git a/gtk4.spec b/gtk4.spec index a14a39a..0204973 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -28,13 +28,13 @@ Name: gtk4 %define _name gtk+ -Version: 3.91.0 +Version: 3.90.0 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1+ Group: Development/Libraries/X11 Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.91/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtk+/3.90/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source99: baselibs.conf @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(epoxy) >= 1.0 BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.49.1 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0 BuildRequires: pkgconfig(graphene-1.0) >= 1.5.1 From 0b01333b7f01e91a35620f9462db87f6e861bf3dbe095177fffaf1215c47a22b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:41:23 +0000 Subject: [PATCH 5/5] Accepting request 519339 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519339 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=19 --- gtk+-3.90.0.tar.xz | 3 -- gtk+-3.91.2.tar.xz | 3 ++ gtk4.changes | 69 ++++++++++++++++++++++++++++++++++++++++++++++ gtk4.spec | 20 ++------------ 4 files changed, 75 insertions(+), 20 deletions(-) delete mode 100644 gtk+-3.90.0.tar.xz create mode 100644 gtk+-3.91.2.tar.xz diff --git a/gtk+-3.90.0.tar.xz b/gtk+-3.90.0.tar.xz deleted file mode 100644 index 8cb791c..0000000 --- a/gtk+-3.90.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb33b4101a4b3e51dc286000d61d1130575c3e7dee88656f4b43fc2a5a05b97 -size 20349392 diff --git a/gtk+-3.91.2.tar.xz b/gtk+-3.91.2.tar.xz new file mode 100644 index 0000000..c5be685 --- /dev/null +++ b/gtk+-3.91.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878a313f6de108c77ee1915ae8ce5ec4ba9c1f9e059a4a3bc1ed230ef29e4bc9 +size 20195864 diff --git a/gtk4.changes b/gtk4.changes index a126173..0a8196f 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Wed Aug 9 08:47:30 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.91.2: + + All widgets are drawing CSS backgrounds and borders. + + All gadgets have been replaced by widgets. + + GtkSpinButton no longer derives from GtkEntry. + + GtkScrollbar no longer derives from GtkRange. + + GtkAccelLabel no longer derives from GtkLabel. + + All remaining style properties have been removed. + + A new 'widget bowl' demo has been added in gtk4-demo. + + GtkEventBox has been removed. It is no longer needed. + + Add support for entering emoji by name using Ctrl-Shift-e. + + Wayland: + - Support Wacom tablet wheel scrolling. + - Support the shortcut inhibitor protocol. + + Bugs fixed: bgo#776903, bgo#776909, bgo#777333, bgo#777515, + bgo#778188, bgo#780938, bgo#781246, bgo#783343, bgo#783906, + bgo#784016, bgo#784624, bgo#785280, bgo#785318, bgo#785375, + bgo#785423, bgo#785672, bgo#785793. + + Updated translations. + +------------------------------------------------------------------- +Wed Jul 19 21:03:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.91.1: + + Redo event delivery and focus handling and grabs, and stop + using subwindows for widgets. API changes due to this include: + - A new GtkWidget::pick vfunc. + - Drop event mask apis. + - Drop windows from gestures. + + The prelight state is now automatically set on widgets. + + New widget: GtkCenterBox. This widget provides the center child + functionality that used to be part of GtkBox. + + Wayland: + - Improve the key repeat implementation. + - Set vid/pid on tablet devices. + + OS X: Add native file chooser support. + + Bugs fixed: bgo#745289, bgo#759308, bgo#766517, bgo#770513, + bgo#772281, bgo#773299, bgo#775636, bgo#781285, bgo#781583, + bgo#781935, bgo#781945, bgo#782040, bgo#782283, bgo#783047, + bgo#783347, bgo#783397, bgo#783445, bgo#783587, bgo#784323, + bgo#784723, bgo#784888. + + Updated translations. +- Drop post(un) handling for gtk4-devel and gtk4-schema as we have + file-triggers to take care of this for us now. + +------------------------------------------------------------------- +Tue May 23 08:07:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.91.0: + + Initial support for OS X has been merged. + + Initial support for building with meson has been added. + + New API: gtk_widget_insert_before/after. + + Removed API: + - GtkBox has lost its expand and fill child properties, use the + general align property for it. + - GtkLabel has lost its angle property, it will be replaced by + general widget transformation support in the future. + - GtkWindow has lost its hide-titlebar-when-maximized property. + - GtkBox has lost its center child support. + - The compat keysym definitions have been removed. + + Bugs fixed: bgo#769881, bgo#771269, bgo#778301, bgo#778853, + bgo#779078, bgo#779184, bgo#780041, bgo#780301, bgo#780734, + bgo#780878, bgo#780944, bgo#781162, bgo#781195, bgo#781214, + bgo#781422, bgo#781622, bgo#781737, bgo#781767, bgo#781992, + bgo#782109, bgo#782202. + + Updated translations. + ------------------------------------------------------------------- Sat Apr 1 19:04:30 UTC 2017 - zaitor@opensuse.org diff --git a/gtk4.spec b/gtk4.spec index 0204973..5f1af11 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -28,13 +28,13 @@ Name: gtk4 %define _name gtk+ -Version: 3.90.0 +Version: 3.91.2 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1+ Group: Development/Libraries/X11 Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.90/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtk+/3.91/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source99: baselibs.conf @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(epoxy) >= 1.0 BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.49.1 +BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0 BuildRequires: pkgconfig(graphene-1.0) >= 1.5.1 @@ -429,13 +429,6 @@ if [ $1 = 1 ]; then fi fi -%post schema -%glib2_gsettings_schema_post - -%post devel -%icon_theme_cache_post -%glib2_gsettings_schema_post - %if 0 # No need to call gtk-query-immodules-3.0 in postun: # - if it's an upgrade, it will have been called in post @@ -468,13 +461,6 @@ fi %postun immodule-xim %{_gtk_query_immodules_update_cache} -%postun schema -%glib2_gsettings_schema_postun - -%postun devel -%glib2_gsettings_schema_postun -%icon_theme_cache_post - %files -n libgtk-4-0 %defattr(-, root, root) %doc AUTHORS COPYING README NEWS