From 46a3b27ea9309ba6e253864e0924e81d42ffd32a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 18 Mar 2025 09:34:22 +0100 Subject: [PATCH] gnome-software: update 47.2 -> 48.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 48.0 ~~~~~~~~~~~~ Released: 2025-03-14 This is a stable release with the following changes: * Correctly show update detail text not provided in markdown This release also updates translations: * Basque (Asier Saratsua Garmendia) * Belarusian (Vasil Pupkin) * Bokmål, Norwegian (Brage Fuglseth) * Catalan (Jordi Mas i Hernandez, Francesc Busquets) * Danish (Alan Mortensen) * Filipino (Iverson Briones) * Hungarian (Balázs Úr) * Indonesian (Andika Triwidada) * Nepali (Pawan Chitrakar) * Panjabi (A S Alam) * Polish (Piotr Drąg) * Romanian (Antonio Marin) * Russian (Artur S0) * Spanish (Daniel Mustieles) Version 48~rc ~~~~~~~~~~~~~ Released: 2025-02-28 This is an unstable release with the following changes: * Minor interface improvements on the updates page * Various minor performance improvements * Improve error handling for app launches and distribution upgrades * Fix a crash on the app review dialog * Fix version checks preventing some firmware updates when historical updates are also listed * Fix a crash when copying error details * Minor interface improvements to search * Improvements to flatpak permissions checking for D-Bus This release also updates translations: * Bulgarian (twlvnn kraftwerk) * Catalan (Jordi Mas) * Chinese (China) (Luming Zh) * Chinese (Taiwan) (Cheng-Chia Tseng) * Czech (Daniel Rusek) * Finnish (Jiri Grönroos) * French (Vincent Chatelain) * Galician (Fran Dieguez) * Georgian (Ekaterine Papava) * Hebrew (Yaron Shahrabani) * Korean (Seong-ho Cho) * Lithuanian (Aurimas Černius) * Persian (Danial Behzadi) * Portuguese (Hugo Carvalho) * Portuguese (Brazil) (Rafael Fontenelle) * Russian (Artur S0) * Slovenian (Martin) * Swedish (Anders Jonsson) * Turkish (Sabri Ünal) * Ukrainian (Yuri Chornoivan) Version 48~beta ~~~~~~~~~~~~~~~ Released: 2025-01-31 This is an unstable release with the following changes: * Support installing flatpaks via a flatpak+https: link * Fix notifying about outdated updates when in power saver mode or offline * Prioritise verified apps in source list This release also updates translations: * Bulgarian (twlvnn kraftwerk) * Czech (Daniel Rusek) * Russian (Artur S0) * Slovenian (Martin) Version 48~alpha3 ~~~~~~~~~~~~~~~~~ Released: 2025-01-14 This is an unstable release with the following changes: * Fix downloads of firmware updates * Fix the release process This release also updates translations: * Belarusian (Vasil Pupkin) * Slovenian (Martin) Version 48~alpha2 ~~~~~~~~~~~~~~~~~ Released: 2025-01-04 This is an unstable release with the following changes: * Fix the release process Version 48~alpha ~~~~~~~~~~~~~~~~ Released: 2025-01-04 This is an unstable release with the following changes: * Include dependencies in estimated download size * Improve performance when loading updates * Fix interface freeze when upvoting/downvoting reviews * Various minor interface improvements for keyboard navigation and small screens * Fix crash when uninstalling snaps * Add experimental systemd-sysupdate plugin * Warn about microphone permissions if an app has PipeWire access This release also updates translations: * Belarusian (Vasil Pupkin) * Catalan (Jordi Mas i Hernandez, Jordi Mas) * Dutch (Nathan Follens) * French (Vincent Chatelain) * Friulian (Fabio Tomat) * German (Jürgen Benvenuti) * Hebrew (Yaron Shahrabani) * Kabyle (Athmane MOKRAOUI) * Latvian (Rūdolfs Mazurs) * Portuguese (Hugo Carvalho) * Portuguese (Brazil) (Rafael Fontenelle) * Russian (Artur S0) * Serbian (Марко Костић, Милош Поповић) * Slovak (Jose Riha) * Slovenian (Martin) * Thai (Aefgh Threenine) * Turkish (Sabri Ünal) * Ukrainian (Yuri Chornoivan) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{gnome-software_47.2.bb => gnome-software_48.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_47.2.bb => gnome-software_48.0.bb} (90%) diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb similarity index 90% rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb index 31b13accf8..8dae95dddb 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb @@ -26,9 +26,9 @@ DEPENDS += " \ RDEPENDS:${PN} = "iso-codes" -EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" +EXTRA_OEMESON += "-Dtests=false" -SRC_URI[archive.sha256sum] = "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea" +SRC_URI[archive.sha256sum] = "e607af554e838fd6d07c1631f634b20e8bd4e6adf16fc7535c4520874af544f7" PACKAGECONFIG ?= "flatpak" PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"