diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-08 15:52:12 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-08 11:36:57 -0700 |
commit | ee1cd3189677becd7407d399e4cd7237fb043935 (patch) | |
tree | 71404a668074480b8ebdf599ec578964f0f3d3b4 /meta-oe/recipes-graphics/dnfdragora | |
parent | 6beace44e7070c9f2ea778d6a4fcf1be5b6c2e45 (diff) | |
download | meta-openembedded-ee1cd3189677becd7407d399e4cd7237fb043935.tar.gz |
dnfdragora: upgrade 2.1.2 -> 2.1.3
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/dnfdragora')
-rw-r--r-- | meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb (renamed from meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb index 671b8ca93..3a306ad95 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 | |||
9 | file://0001-To-fix-error-when-do_package.patch \ | 9 | file://0001-To-fix-error-when-do_package.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f" | 12 | SRCREV = "5b0f4c38efb92c9dac1d39fade5b9a3c30f20ec4" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||