diff mbox series

gtk4: update 4.8.2 -> 4.8.3

Message ID 20230101132326.398971-1-f_l_k@t-online.de
State Accepted, archived
Commit 4a34adad4efbb442aebf25c42d897339c293ef0f
Headers show
Series gtk4: update 4.8.2 -> 4.8.3 | expand

Commit Message

Markus Volk Jan. 1, 2023, 1:23 p.m. UTC
Overview of Changes in 4.8.3, 12-22-2022
========================================

* GtkText:
 - Claim gestures more selectively
 - Prevent unexpected notify::direction emissions

* Accessibility:
 - Remember if we don't find the a11y bus

* DND:
 - Prefer file:// urls over other protocols

* GtkMountOperation:
 - Work on Wayland

* GtkListView:
 - Cancel rubberband if not handling drag

* Wayland:
 - Fix button masks

* Windows:
 - Fix resizes with native decorations

* X11:
 - Fix some ordering problems with surface destruction

* Translation updates
 Abkhazian
 Basque
 Dutch
 Hungarian
 Interlingue
 Georgian
 Persian
 Russian
 Spanish
 Turkish

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} (98%)

Comments

Khem Raj Jan. 5, 2023, 7:57 p.m. UTC | #1
I am seeing native build failure

https://errors.yoctoproject.org/Errors/Details/686967/

On Sun, Jan 1, 2023 at 5:23 AM Markus Volk <f_l_k@t-online.de> wrote:
>
> Overview of Changes in 4.8.3, 12-22-2022
> ========================================
>
> * GtkText:
>  - Claim gestures more selectively
>  - Prevent unexpected notify::direction emissions
>
> * Accessibility:
>  - Remember if we don't find the a11y bus
>
> * DND:
>  - Prefer file:// urls over other protocols
>
> * GtkMountOperation:
>  - Work on Wayland
>
> * GtkListView:
>  - Cancel rubberband if not handling drag
>
> * Wayland:
>  - Fix button masks
>
> * Windows:
>  - Fix resizes with native decorations
>
> * X11:
>  - Fix some ordering problems with surface destruction
>
> * Translation updates
>  Abkhazian
>  Basque
>  Dutch
>  Hungarian
>  Interlingue
>  Georgian
>  Persian
>  Russian
>  Spanish
>  Turkish
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} (98%)
>
> diff --git a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> similarity index 98%
> rename from meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
> rename to meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> index fe18fa2ffd..6101905128 100644
> --- a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
> +++ b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> @@ -37,7 +37,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
>  UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
>
>  SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
> -SRC_URI[sha256sum] = "85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9"
> +SRC_URI[sha256sum] = "b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74"
>
>  S = "${WORKDIR}/gtk-${PV}"
>
> @@ -106,7 +106,6 @@ GTKBASE_RRECOMMENDS ?= " \
>      adwaita-icon-theme-symbolic \
>  "
>
> -
>  GTKBASE_RRECOMMENDS:class-native ?= ""
>
>  GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#175185): https://lists.openembedded.org/g/openembedded-core/message/175185
> Mute This Topic: https://lists.openembedded.org/mt/95987319/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Jan. 6, 2023, 3:14 a.m. UTC | #2
On Thu, Jan 5, 2023 at 11:57 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> I am seeing native build failure
>
> https://errors.yoctoproject.org/Errors/Details/686967/
>

A deeper look into this reveals that issue is tiff recipe upgrade to
4.5.0 and not this upgrade.

Alex,

Perhaps restage this patch but unstage tiff update patch [1]

[1] https://lists.openembedded.org/g/openembedded-core/topic/96047877#175554

> On Sun, Jan 1, 2023 at 5:23 AM Markus Volk <f_l_k@t-online.de> wrote:
> >
> > Overview of Changes in 4.8.3, 12-22-2022
> > ========================================
> >
> > * GtkText:
> >  - Claim gestures more selectively
> >  - Prevent unexpected notify::direction emissions
> >
> > * Accessibility:
> >  - Remember if we don't find the a11y bus
> >
> > * DND:
> >  - Prefer file:// urls over other protocols
> >
> > * GtkMountOperation:
> >  - Work on Wayland
> >
> > * GtkListView:
> >  - Cancel rubberband if not handling drag
> >
> > * Wayland:
> >  - Fix button masks
> >
> > * Windows:
> >  - Fix resizes with native decorations
> >
> > * X11:
> >  - Fix some ordering problems with surface destruction
> >
> > * Translation updates
> >  Abkhazian
> >  Basque
> >  Dutch
> >  Hungarian
> >  Interlingue
> >  Georgian
> >  Persian
> >  Russian
> >  Spanish
> >  Turkish
> >
> > Signed-off-by: Markus Volk <f_l_k@t-online.de>
> > ---
> >  meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >  rename meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} (98%)
> >
> > diff --git a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> > similarity index 98%
> > rename from meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
> > rename to meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> > index fe18fa2ffd..6101905128 100644
> > --- a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
> > +++ b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> > @@ -37,7 +37,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
> >  UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
> >
> >  SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
> > -SRC_URI[sha256sum] = "85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9"
> > +SRC_URI[sha256sum] = "b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74"
> >
> >  S = "${WORKDIR}/gtk-${PV}"
> >
> > @@ -106,7 +106,6 @@ GTKBASE_RRECOMMENDS ?= " \
> >      adwaita-icon-theme-symbolic \
> >  "
> >
> > -
> >  GTKBASE_RRECOMMENDS:class-native ?= ""
> >
> >  GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1"
> > --
> > 2.34.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#175185): https://lists.openembedded.org/g/openembedded-core/message/175185
> > Mute This Topic: https://lists.openembedded.org/mt/95987319/1997914
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Alexander Kanavin Jan. 6, 2023, 6:20 a.m. UTC | #3
On poky the issue does not occur. It's better to reproduce and look
into where the difference come from before asking to unstage.

Alex

On Fri, 6 Jan 2023 at 04:15, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Thu, Jan 5, 2023 at 11:57 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > I am seeing native build failure
> >
> > https://errors.yoctoproject.org/Errors/Details/686967/
> >
>
> A deeper look into this reveals that issue is tiff recipe upgrade to
> 4.5.0 and not this upgrade.
>
> Alex,
>
> Perhaps restage this patch but unstage tiff update patch [1]
>
> [1] https://lists.openembedded.org/g/openembedded-core/topic/96047877#175554
>
> > On Sun, Jan 1, 2023 at 5:23 AM Markus Volk <f_l_k@t-online.de> wrote:
> > >
> > > Overview of Changes in 4.8.3, 12-22-2022
> > > ========================================
> > >
> > > * GtkText:
> > >  - Claim gestures more selectively
> > >  - Prevent unexpected notify::direction emissions
> > >
> > > * Accessibility:
> > >  - Remember if we don't find the a11y bus
> > >
> > > * DND:
> > >  - Prefer file:// urls over other protocols
> > >
> > > * GtkMountOperation:
> > >  - Work on Wayland
> > >
> > > * GtkListView:
> > >  - Cancel rubberband if not handling drag
> > >
> > > * Wayland:
> > >  - Fix button masks
> > >
> > > * Windows:
> > >  - Fix resizes with native decorations
> > >
> > > * X11:
> > >  - Fix some ordering problems with surface destruction
> > >
> > > * Translation updates
> > >  Abkhazian
> > >  Basque
> > >  Dutch
> > >  Hungarian
> > >  Interlingue
> > >  Georgian
> > >  Persian
> > >  Russian
> > >  Spanish
> > >  Turkish
> > >
> > > Signed-off-by: Markus Volk <f_l_k@t-online.de>
> > > ---
> > >  meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} | 3 +--
> > >  1 file changed, 1 insertion(+), 2 deletions(-)
> > >  rename meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} (98%)
> > >
> > > diff --git a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> > > similarity index 98%
> > > rename from meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
> > > rename to meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> > > index fe18fa2ffd..6101905128 100644
> > > --- a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
> > > +++ b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
> > > @@ -37,7 +37,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
> > >  UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
> > >
> > >  SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
> > > -SRC_URI[sha256sum] = "85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9"
> > > +SRC_URI[sha256sum] = "b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74"
> > >
> > >  S = "${WORKDIR}/gtk-${PV}"
> > >
> > > @@ -106,7 +106,6 @@ GTKBASE_RRECOMMENDS ?= " \
> > >      adwaita-icon-theme-symbolic \
> > >  "
> > >
> > > -
> > >  GTKBASE_RRECOMMENDS:class-native ?= ""
> > >
> > >  GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1"
> > > --
> > > 2.34.1
> > >
> > >
> > >
> > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#175555): https://lists.openembedded.org/g/openembedded-core/message/175555
> Mute This Topic: https://lists.openembedded.org/mt/95987319/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
similarity index 98%
rename from meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
rename to meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
index fe18fa2ffd..6101905128 100644
--- a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
+++ b/meta/recipes-gnome/gtk+/gtk4_4.8.3.bb
@@ -37,7 +37,7 @@  MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
 
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
-SRC_URI[sha256sum] = "85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9"
+SRC_URI[sha256sum] = "b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74"
 
 S = "${WORKDIR}/gtk-${PV}"
 
@@ -106,7 +106,6 @@  GTKBASE_RRECOMMENDS ?= " \
     adwaita-icon-theme-symbolic \
 "
 
-
 GTKBASE_RRECOMMENDS:class-native ?= ""
 
 GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1"