From c6581c7179d64cc49221be7284c974d0235d9c9a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 13 Jun 2023 09:08:28 +0200 Subject: [PATCH] gnome-software: upgrade 44.1 -> 44.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 44.2 ~~~~~~~~~~~~ Released: 2023-05-25 This is a stable release with the following changes: * Fix subsequent checking for updates if the first check after login fails * Fix checking for updates when automatic updates are disabled * Fix rare stall when many background jobs are running * Don’t download rpm-ostree updates when only checking if updates are available * Fix bug with listing flatpak addons when multiple flathub remotes are enabled * Fix duplicated sources in app details page when using an appstream URL * Reduce background resource consumption when idle This release also updates translations: * Czech (Daniel Rusek) * Italian (Gianvito Cavasoli) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{gnome-software_44.1.bb => gnome-software_44.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_44.1.bb => gnome-software_44.2.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_44.1.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_44.2.bb similarity index 93% rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_44.1.bb rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_44.2.bb index beec3de521..60aeecd18d 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_44.1.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_44.2.bb @@ -29,7 +29,7 @@ RDEPENDS:${PN} = "iso-codes" EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" -SRC_URI[archive.sha256sum] = "9dc6551512cf0a26d03e0d79f494870a6916d43c14d82199c43a11d9cc0ad5aa" +SRC_URI[archive.sha256sum] = "c02dce70e52b37cd29c037650b372adb19b27d20fe44bc0921d81a959d35616c" PACKAGECONFIG ?= "flatpak" PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"