diff mbox series

[meta-oe] dnfdragora: upgrade 2.1.2 -> 2.1.3

Message ID 1665215534-23236-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] dnfdragora: upgrade 2.1.2 -> 2.1.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 8, 2022, 7:52 a.m. UTC
Changelog:
===========
This is a bug fixing release that contains the following changes

Changed widget weight to avoid wrong behavior and resizing limitations (see issue #206, issue #207 and libyui/libyui-gtk#83)
Added logging info if metadata have to be downloaded (expiration time).
Note that MetaData update_interval <= 0 means that tha check is disabled as well as if dnf-makecache.timer is enabled
Fixed clicking to the right of checkboxes wrong behaviour (issue #203)
Performed an "escape" on description text before showing it as package information (issue #191)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dnfdragora/{dnfdragora_2.1.2.bb => dnfdragora_2.1.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/dnfdragora/{dnfdragora_2.1.2.bb => dnfdragora_2.1.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb
similarity index 95%
rename from meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
rename to meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb
index 671b8ca933..3a306ad951 100644
--- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
+++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb
@@ -9,7 +9,7 @@  SRC_URI = "git://github.com/manatools/dnfdragora.git;branch=master;protocol=http
            file://0001-To-fix-error-when-do_package.patch \
            "
 
-SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f"
+SRCREV = "5b0f4c38efb92c9dac1d39fade5b9a3c30f20ec4"
 
 S = "${WORKDIR}/git"