diff mbox series

[meta-gnome,1/4] gnome-shell: Upgrade 45.0 -> 45.1

Message ID 20231105200542.13519-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/4] gnome-shell: Upgrade 45.0 -> 45.1 | expand

Commit Message

Markus Volk Nov. 5, 2023, 8:05 p.m. UTC
45.1
====
* Fix scroll handling on sliders [Carlos; !2967]
* overview: Handle unredirection as part of the state transition [Robert; !2970]
* Handle DESKTOP windows during workspace animations [Sundeep; !2865]
* Fix unexpected focus changes with multi-window apps [Florian; !2959]
* Improve recording indicator in light style [Georges; !2983]
* Fix calendar popup shrinking on date changes [Sebastian; !2989]
* Fixed crashes [Daniel, Sebastian; !2975, !2974]
* Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966,
  !2978, !2987, !3000, #6763]

Contributors:
  Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta,
  Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com,
  Daniel van Vugt, Martin Zurowietz

Translators:
  Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr],
  Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro],
  Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el],
  Марко Костић [sr], Hugo Carvalho [pt]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-shell/{gnome-shell_45.0.bb => gnome-shell_45.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_45.0.bb => gnome-shell_45.1.bb} (95%)

Comments

Markus Volk Nov. 5, 2023, 8:09 p.m. UTC | #1
I sent out these patches again because I think they got lost in the 
flood of AUH messages.

On Sun, Nov 5 2023 at 09:05:42 PM +01:00:00, Markus Volk 
<f_l_k@t-online.de> wrote:
> License changed to LGPL-2.1-only
> <https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a>
> 
> Signed-off-by: Markus Volk <f_l_k@t-online.de 
> <mailto:f_l_k@t-online.de>>
> ---
>  .../libgsf/{libgsf_1.14.50.bb => libgsf_1.14.51.bb}        | 7 
> +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>  rename meta-gnome/recipes-gnome/libgsf/{libgsf_1.14.50.bb => 
> libgsf_1.14.51.bb} (60%)
> 
> diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb 
> b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb
> similarity index 60%
> rename from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb
> rename to meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb
> index d2486a035..e213f60bc 100644
> --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb
> +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb
> @@ -1,7 +1,6 @@
>  SUMMARY = "GNOME Structured File Library"
> -LICENSE = "GPL-2.0-only & LGPL-2.1-only"
> -LIC_FILES_CHKSUM = 
> "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d 
> <file://copying;md5=dc7371b50816c96e145fa0f8ade8e24d/> \
> -                    
> file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" 
> <file://copying.lib;md5=61464cfe342798eeced82efe9ae55f63/>
> +LICENSE = "LGPL-2.1-only"
> +LIC_FILES_CHKSUM = 
> "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63" 
> <file://copying;md5=61464cfe342798eeced82efe9ae55f63/>
> 
>  SECTION = "libs"
> 
> @@ -9,7 +8,7 @@ DEPENDS= "libxml2 bzip2 glib-2.0 zlib 
> gnome-common-native"
> 
>  inherit gnomebase gobject-introspection gettext gtk-doc
> 
> -SRC_URI[archive.sha256sum] = 
> "6e6c20d0778339069d583c0d63759d297e817ea10d0d897ebbe965f16e2e8e52"
> +SRC_URI[archive.sha256sum] = 
> "f0b83251f98b0fd5592b11895910cc0e19f798110b389aba7da1cb7c474017f5"
>  SRC_URI += 
> "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" 
> <file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch/>
> 
>  PACKAGECONFIG ??= ""
> --
> 2.42.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106388): 
> <https://lists.openembedded.org/g/openembedded-devel/message/106388>
> Mute This Topic: <https://lists.openembedded.org/mt/102407396/3618223>
> Group Owner: openembedded-devel+owner@lists.openembedded.org 
> <mailto:openembedded-devel+owner@lists.openembedded.org>
> Unsubscribe: 
> <https://lists.openembedded.org/g/openembedded-devel/unsub> 
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb
index 8dc4d8317..472c3bdb8 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb
@@ -33,7 +33,7 @@  GIR_MESON_OPTION = ""
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "3cabe40bdd4e379c7082b39ffa45b8bef5c9cf86408fb0d836e1571c443217cd"
+SRC_URI[archive.sha256sum] = "15fca4bd6129a8b3f990197fbd1ee58d74b641510afaaf0882a7fa36634fc5f2"
 SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"