diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:23:24 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | 7087fdeed989971295d98eba00675210e82f967d (patch) | |
tree | 6fade99510991a390bdc6ae9c5b2bb45ec8d2ab6 | |
parent | f5aafec5f23353f52b0d28bf9f9a847ec92741d9 (diff) | |
download | meta-openembedded-7087fdeed989971295d98eba00675210e82f967d.tar.gz |
nautilus: upgrade 45.0 -> 45.1
Changelog:
===========
* Bugfixes:
- Don't crash when opening Properties from admin://*
- Don't crash on unmount
- Stop jumping to top when using the Menu key
- Properly reorder bookmarks by drag and drop
- Re-add search results when switching view mode
- Fix compilation on 32-bit musl ("Newbyte")
- Fix various leaks and warnings
* Translation updates (GNOME Translation Project contributors)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 84adaaaf7092ea12043b54a901fdd59ba0a57da7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb index a083d1799f..4853c0ce30 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb | |||
@@ -23,7 +23,7 @@ DEPENDS = " \ | |||
23 | 23 | ||
24 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache | 24 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache |
25 | 25 | ||
26 | SRC_URI[archive.sha256sum] = "b311c465ce2ca7bc648f61b865187b4451388dec9358a169f3277e741718ab5d" | 26 | SRC_URI[archive.sha256sum] = "23bdaa9a85466c5937a89daddd080ed03bcc2b49e8b64af607206353bde82fe3" |
27 | 27 | ||
28 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" | 28 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" |
29 | 29 | ||