diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-06-13 09:08:28 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
commit | c6581c7179d64cc49221be7284c974d0235d9c9a (patch) | |
tree | 64b30428b1c9141f32933fb4413e2099d5f3afba | |
parent | f8f47d573226cb8f6107d1c5b37ce33a1674be4b (diff) | |
download | meta-openembedded-c6581c7179d64cc49221be7284c974d0235d9c9a.tar.gz |
gnome-software: upgrade 44.1 -> 44.2
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-software/gnome-software_44.2.bb (renamed from meta-gnome/recipes-gnome/gnome-software/gnome-software_44.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
29 | 29 | ||
30 | EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" | 30 | EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" |
31 | 31 | ||
32 | SRC_URI[archive.sha256sum] = "9dc6551512cf0a26d03e0d79f494870a6916d43c14d82199c43a11d9cc0ad5aa" | 32 | SRC_URI[archive.sha256sum] = "c02dce70e52b37cd29c037650b372adb19b27d20fe44bc0921d81a959d35616c" |
33 | 33 | ||
34 | PACKAGECONFIG ?= "flatpak" | 34 | PACKAGECONFIG ?= "flatpak" |
35 | PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" | 35 | PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" |