Package: libmodulemd / 2.15.2-3

Metadata

Package Version Patches format
libmodulemd 2.15.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
typos.patch | (download)

modulemd/include/modulemd-2.0/modulemd-module-stream.h | 2 1 + 1 - 0 !
modulemd/include/modulemd-2.0/modulemd-module.h | 2 1 + 1 - 0 !
modulemd/include/modulemd-2.0/modulemd-obsoletes.h | 4 2 + 2 - 0 !
modulemd/modulemd-module-index.c | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 correct some typographical errors.
test import headers flags.patch | (download)

modulemd/tests/test-import-headers.sh | 14 13 + 1 - 0 !
1 file changed, 13 insertions(+), 1 deletion(-)

 honor compiler and linker flags in the headers test
python no six.patch | (download)

bindings/python/gi/overrides/Modulemd.py | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 drop the python "six" dependency
 We only build a Python 3.x module, so there is no "other" text type
 besides `str`.
Bug-Debian: https://bugs.debian.org/1081759
tests adapt to glib 2.87.0.patch | (download)

meson.build | 8 8 + 0 - 0 !
modulemd/include/private/glib-extensions.h | 4 4 + 0 - 0 !
modulemd/include/private/test-utils.h | 1 1 + 0 - 0 !
modulemd/meson.build | 1 1 + 0 - 0 !
modulemd/tests/ModulemdTests/base.py | 25 25 + 0 - 0 !
modulemd/tests/ModulemdTests/defaults.py | 31 21 + 10 - 0 !
modulemd/tests/ModulemdTests/dependencies.py | 26 14 + 12 - 0 !
modulemd/tests/ModulemdTests/profile.py | 21 15 + 6 - 0 !
modulemd/tests/ModulemdTests/servicelevel.py | 21 15 + 6 - 0 !
modulemd/tests/ModulemdTests/translationentry.py | 21 15 + 6 - 0 !
modulemd/tests/test-modulemd-common.c | 68 41 + 27 - 0 !
modulemd/tests/test-modulemd-component-module.c | 82 51 + 31 - 0 !
modulemd/tests/test-modulemd-defaults-v1.c | 87 58 + 29 - 0 !
modulemd/tests/test-modulemd-defaults.c | 79 53 + 26 - 0 !
modulemd/tests/test-modulemd-dependencies.c | 212 168 + 44 - 0 !
modulemd/tests/test-modulemd-module.c | 72 51 + 21 - 0 !
modulemd/tests/test-modulemd-obsoletes.c | 79 51 + 28 - 0 !
modulemd/tests/test-modulemd-profile.c | 105 71 + 34 - 0 !
modulemd/tests/test-modulemd-service-level.c | 117 72 + 45 - 0 !
modulemd/tests/test-modulemd-translation-entry.c | 113 74 + 39 - 0 !
modulemd/tests/test-modulemd-translation.c | 108 64 + 44 - 0 !
21 files changed, 873 insertions(+), 408 deletions(-)

 tests: adapt to glib 2.87.0
 [excerpt from the commit message]
 This patch adapts the tests by using a glib-sanctioned way of checking
 whether a process terminated abnormally instead of depending on
 a way a particular glib version implements.