summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-05-10 08:51:49 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-12 21:51:31 -0700
commit5b391d5070248bf2a213a14b879348e5a14f0c3b (patch)
treedc859fffe63c68bee1c53793d7b61ad03f7baaba /meta-gnome
parent97eaa95cf36ab224047650e5fea58cbbf5bac30d (diff)
downloadmeta-openembedded-5b391d5070248bf2a213a14b879348e5a14f0c3b.tar.gz
gnome-software: update 46.0 -> 46.1
Version 46.1 ~~~~~~~~~~~~ Released: 2024-04-25 This is a stable release with the following changes: * Fix a crash when updating apps when built with Mogwai * Fix a crash when installing flatpak application * Correct desktop/mobile hardware support detection * Correct state of Fedora upgrade * Several fixes in historical updates for rpm-ostree This release also updates translations: * Catalan (Jordi Mas i Hernandez) * Czech (Daniel Rusek) * Dutch (Nathan Follens) * Friulian (Fabio Tomat) * Hindi (Guntupalli Karunakar) * Kabyle (Athmane MOKRAOUI) * Panjabi (A S Alam) * Russian (Artur S0) * Serbian (Милош Поповић) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-software/gnome-software_46.1.bb (renamed from meta-gnome/recipes-gnome/gnome-software/gnome-software_46.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_46.0.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_46.1.bb
index 40a7141fc..2327a6640 100644
--- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_46.1.bb
@@ -28,7 +28,7 @@ RDEPENDS:${PN} = "iso-codes"
28 28
29EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" 29EXTRA_OEMESON += "-Dtests=false -Dsoup2=false"
30 30
31SRC_URI[archive.sha256sum] = "11893002bbb54082896683707bc3991ae55a2f3040811a760e3a92c96544f86e" 31SRC_URI[archive.sha256sum] = "b6eeb789100de94b50ebe2e77f16b26be4c2db15489905f198d060c425e19076"
32 32
33PACKAGECONFIG ?= "flatpak" 33PACKAGECONFIG ?= "flatpak"
34PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" 34PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"