- Update to 2.15.0
+ Add support for decompressing Zstandard-compressed YAML files
+ Remove a dependency on "file" library (libmagic)
+ Add a XML specification for in-YUM-repository metadata
+ Deprecate intents in modulemd-defaults specification
+ Fix a crash when converting a modulemd-packager object with a default
profile and without a module name or stream to a module index
+ Fix parsing empty profiles
+ A specification for modulemd-v2 format was corrected to require a "content"
license subtree only if the module build contains artifacts.
+ Double-quote strings in scalar YAML values when they look like a number
+ Warnings from g_str_equal() macro of glib2 about passing an unsigned
char * to strcmp() were fixed
OBS-URL: https://build.opensuse.org/request/show/1123352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=17
+ Add support for decompressing Zstandard-compressed YAML files
+ Remove a dependency on "file" library (libmagic)
+ Add a XML specification for in-YUM-repository metadata
+ Deprecate intents in modulemd-defaults specification
+ Fix a crash when converting a modulemd-packager object with a default
profile and without a module name or stream to a module index
+ Fix parsing empty profiles
+ A specification for modulemd-v2 format was corrected to require a "content"
license subtree only if the module build contains artifacts.
+ Double-quote strings in scalar YAML values when they look like a number
+ Warnings from g_str_equal() macro of glib2 about passing an unsigned
char * to strcmp() were fixed
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=33
- Update to 2.13.0
+ Add /data/demodularized/rpms list to modulemd and modulemd-packager
formats.
+ modulemd-validator enables you to constrain a document type with
a new "--type" option.
+ Reject invalid integers. Purely non-numeric values and negative
numbers where an unsigned type is mandated by a specification
raise a parser error now.
+ Handle a failed g_setenv() call in modulemd-validator.
+ Prevent from dereferencing a NULL pointer when reporting invalid
subdocuments.
+ "modulemd-validator --version" command returns 0 exit code now.
OBS-URL: https://build.opensuse.org/request/show/914471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=13
+ Add /data/demodularized/rpms list to modulemd and modulemd-packager
formats.
+ modulemd-validator enables you to constrain a document type with
a new "--type" option.
+ Reject invalid integers. Purely non-numeric values and negative
numbers where an unsigned type is mandated by a specification
raise a parser error now.
+ Handle a failed g_setenv() call in modulemd-validator.
+ Prevent from dereferencing a NULL pointer when reporting invalid
subdocuments.
+ "modulemd-validator --version" command returns 0 exit code now.
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=27
- Updated to 2.12.1
This is a bug-fix release fully compatible with the previous 2.12.0
version. Notable changes:
Enhancements:
- Improve diagnostic messages for compression tests.
- Tests performed in a GitHub continues integration are faster.
- Use GitHub actions to perform CI tests also on ArchLinux, Mageia,
Mandriva, and OpenSUSE.
Fixes:
- Relax context value up to 13 characters including an underscore
character in modulemd v2 format. This reenables scratch-builds in MBS.
Migrate Packit tests from a deprecated current_version_command to
a newer actions/get-current-version.
OBS-URL: https://build.opensuse.org/request/show/896306
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=25
- Update to 2.12.0
+ Add support for 'buildorder' to Packager documents
+ Fix issue with ModuleIndex when input contains only Obsoletes documents
+ Extend read_packager_[file|string]() to support overriding the module name
and stream.
+ Ignore Packager documents when running ModuleIndex.update_from_*()
+ Add python overrides for XMD in PackagerV3
+ Add python override to ignore the GType return when reading packager files
+ Add PackagerV3.get_mdversion()
- Drop patch incorporated in this release
+ Patch: 0001-Fix-integer-size-issue-on-32-bit-platforms.patch
OBS-URL: https://build.opensuse.org/request/show/868780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=11
+ Add support for 'buildorder' to Packager documents
+ Fix issue with ModuleIndex when input contains only Obsoletes documents
+ Extend read_packager_[file|string]() to support overriding the module name
and stream.
+ Ignore Packager documents when running ModuleIndex.update_from_*()
+ Add python overrides for XMD in PackagerV3
+ Add python override to ignore the GType return when reading packager files
+ Add PackagerV3.get_mdversion()
- Drop patch incorporated in this release
+ Patch: 0001-Fix-integer-size-issue-on-32-bit-platforms.patch
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=23
- Update to 2.8.2
+ modulemd v1 has been split out into is own tarball
+ Add ModuleIndexMerger.resolve_ext()
+ Fix transfer type for Module.search_streams()
+ Correct typo in ModulemdModuleStream.arch property nickname
+ Add gtk-doc descriptions for ModulemdModuleStream object properties
+ Fix modulemd_yaml_parse_bool() comparisons so return value is correct
+ Make ModulemdErrorEnum and ModulemdYamlErrorEnum into public enums
+ Move modulemd_module_stream_v2_replace_*() method definitions
to correct header file and add documentation
+ Refactor stream copy/upgrade helper macros
+ Add Modulemd.Module.get_translation()
+ Add ModuleIndex.update_from_defaults_directory()
+ Modulemd.ModuleIndex.update_from_file() now supports reading files
compressed with gzip, bzip2 or xz
- libmodulemd1 has been split into its own package
OBS-URL: https://build.opensuse.org/request/show/752746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=7
+ modulemd v1 has been split out into is own tarball
+ Add ModuleIndexMerger.resolve_ext()
+ Fix transfer type for Module.search_streams()
+ Correct typo in ModulemdModuleStream.arch property nickname
+ Add gtk-doc descriptions for ModulemdModuleStream object properties
+ Fix modulemd_yaml_parse_bool() comparisons so return value is correct
+ Make ModulemdErrorEnum and ModulemdYamlErrorEnum into public enums
+ Move modulemd_module_stream_v2_replace_*() method definitions
to correct header file and add documentation
+ Refactor stream copy/upgrade helper macros
+ Add Modulemd.Module.get_translation()
+ Add ModuleIndex.update_from_defaults_directory()
+ Modulemd.ModuleIndex.update_from_file() now supports reading files
compressed with gzip, bzip2 or xz
- libmodulemd1 has been split into its own package
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=14
- Update to 2.5.0 (v2) and 1.8.11 (v1)
+ Ensure that XMD is always emitted in the same order
+ Add .clear_*() functions for all .add_*() functions
+ Add ModuleStream.equals()
+ Add ModuleIndex.get_default_streams()
+ Add ModuleStreamV2.clear_dependencies() and .remove_dependencies()
+ Fix bugs and memory issues with the XMD python bindings
+ Assorted documentation enhancements
OBS-URL: https://build.opensuse.org/request/show/705109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=6
+ Ensure that XMD is always emitted in the same order
+ Add .clear_*() functions for all .add_*() functions
+ Add ModuleStream.equals()
+ Add ModuleIndex.get_default_streams()
+ Add ModuleStreamV2.clear_dependencies() and .remove_dependencies()
+ Fix bugs and memory issues with the XMD python bindings
+ Assorted documentation enhancements
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=12
- Update to 2.3.1 (v2) and 1.8.8 (v1)
+ Make Modulemd.Component.set_*() functions accept NULL (gh#fedora-modularity/libmodulemd#279)
+ Fix segmentation fault in XMD code due to improper memory management (gh#fedora-modularity/libmodulemd#274)
+ Fix assorted documentation issues
- Disable executing test suite on ARM and RISC-V due to performance issues with builders
OBS-URL: https://build.opensuse.org/request/show/702039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=5
+ Make Modulemd.Component.set_*() functions accept NULL (gh#fedora-modularity/libmodulemd#279)
+ Fix segmentation fault in XMD code due to improper memory management (gh#fedora-modularity/libmodulemd#274)
+ Fix assorted documentation issues
- Disable executing test suite on ARM and RISC-V due to performance issues with builders
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=10
- Update to 2.2.2 (v2) and 1.8.5 (v1)
+ Fix documentation for ModuleStream.depends_on_stream()
+ Update APIs to handling full NSVCA of modules
+ Add new APIs for handling full NSVCA of modules
+ Add 'buildonly' option for components
+ Add 'buildafter' component
+ Add config option for python overrides
- Drop patches included in upstream release
* 0001-V2-Add-missing-include-for-string.h-to-modulemd-util.patch
* 0002-Tests-Use-bin-bash-for-interpreter-shebangs-for-shel.patch
- Add patch backported from upstream to avoid Python 2 dependency
* 0001-Only-require-python2-if-installing-overrides.patch
OBS-URL: https://build.opensuse.org/request/show/690190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodulemd?expand=0&rev=2
+ Fix documentation for ModuleStream.depends_on_stream()
+ Update APIs to handling full NSVCA of modules
+ Add new APIs for handling full NSVCA of modules
+ Add 'buildonly' option for components
+ Add 'buildafter' component
+ Add config option for python overrides
- Drop patches included in upstream release
* 0001-V2-Add-missing-include-for-string.h-to-modulemd-util.patch
* 0002-Tests-Use-bin-bash-for-interpreter-shebangs-for-shel.patch
- Add patch backported from upstream to avoid Python 2 dependency
* 0001-Only-require-python2-if-installing-overrides.patch
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libmodulemd?expand=0&rev=4