summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-08 16:26:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-10 10:32:08 +0000
commit7e2d184140fe4019d5e4d9f4ff7a45bf8c836215 (patch)
tree58b2071f796f1141627cdf97042c30e83d0eea90 /meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
parentbffc5a1a3a6f3cfbfb568b3549be27657cd26369 (diff)
downloadpoky-7e2d184140fe4019d5e4d9f4ff7a45bf8c836215.tar.gz
libmodulemd: upgrade 2.13.0 -> 2.14.0
Changelog: ========= Enhancements: ------------- New functions for stripping XMD from an index (modulemd_module_index_clear_xmds()), from a module (modulemd_module_clear_xmds()), and from a version 2 module stream (modulemd_module_stream_v2_clear_xmd()). This enables you to prevent from leaking private build options to output modulemd-v2 documents. Interpret an invalid buildorder 18446744073709551615 as -1 if the library is built with a new build boolean accept_overflowed_buildorder set to true. Document module version, buildorder, and epoch limits in the specifications. Also clarify that an epoch number at RPM artifacts is mandatory. Document that modulemd_module_get_defaults can return NULL Improve a documentation for modulemd_module_set_defaults() and modulemd_module_index_upgrade_defaults() functions. Improve modulemd-validator(1) manual page. Drop a build dependency on help2man tool. Fixes: ------ Fix a crash when updating an index with an invalid subdocument and a NULL error parameter. Fix clobbering module defaults on a modulemd_module_set_defaults() error. Fix modulemd_module_index_upgrade_defaults() to actually use the requested version. Reject duplicate contexts in modulemd-packager-v3 documents. Report an error if modulemd-validator tool is invoked with both --version option and an unknown option. Fix an undefined behaviour when comparing integers of different signs. Fix DNF examples in a documentation. Actually execute modulemd-obsoletes Python tests. Fix deprecation warnings in tests with glib2-2.69.0. Fix deprecation warnings in Python tests and make the test compatible with (From OE-Core rev: 6b2697be1d595a080cffb1d32a4ac385b8a9a63f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libmodulemd/libmodulemd_git.bb')
-rw-r--r--meta/recipes-devtools/libmodulemd/libmodulemd_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
index ee8ce4d6a6..9e32134628 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb"
6 6
7SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main" 7SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main"
8 8
9PV = "2.13.0" 9PV = "2.14.0"
10SRCREV = "1a032da198333ee77bdbe4be65e60eb4115ea73f" 10SRCREV = "ee80309bc766d781a144e6879419b29f444d94eb"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13