����modulemd-validator-2.13.0-150400.3.3.3���<>,���1܉f��Wp���9�|����n W>�0KNKs�0�5����e���W%j:�Z�N��j%��DLC>)�����f� ���Enk����*rJU6��������ڈ����'����c-�a"�S"�3J�������m^A}�ü{܂���?�N��h �Ȏ�p�.�������Q��6W{��j���rR! ����I� ����n������B�~~z>e�{����$�T�=l�e�j��F_#�i�؍ey�%�E˗��ǩѮ�|k}?č� 40�dPnJ��O��^�5�B>�������>$8?$(d���� )� K����������� �� $�4�e�kt� � � � � ���D\� � � (!8(9d:�F�GH I8X@YH\p]�^�b �c!5d!�e!�f!�l!�u!�v!�w#|x#�y#�z#��#��#��#��$$Cmodulemd-validator2.13.0150400.3.3.3Tool for validating modulemd dataThe modulemd-validator tool provides the facility for verifying constructed modulemd data is correct and usable.f��Wh01-ch3a��SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Packageshttps://github.com/fedora-modularity/libmodulemdlinuxx86_64L2>M��A큤A큤��f��;f��T`��f��T`��f��93a052e86135347f828776632aaae7da333ef03c0d9453384c4995679cb724c35c2c16df11a70ee92d26445c9b01540f3dd1744bc93e0daff77e9e9a20bcfe2e40afccd95484d483800c17dd18a734518ba36e832841579a1f21dc94fb73bbdfb1e482aa9a51d27495a64016ecc93c3c8015b4b005e0d7b2e81b9d754c9358e3�rootrootrootrootrootrootrootrootrootrootrootrootlibmodulemd-2.13.0-150400.3.3.3.src.rpm������������������������modulemd-validatormodulemd-validator(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libmodulemd.so.2()(64bit)libmodulemd2(x86-64)libyaml-0.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.13.0-150400.3.3.33.0.4-14.6.0-14.0-15.2-14.14.3e;�a(��`���`>�_Í@_c�^$D�]�@\���\�g�\ŕ�\��@\���\Yz�\V��daniel.garcia@suse.comngompa13@gmail.commeissner@suse.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.com- Build python bindings for all pythons (jsc#PED-6218)- 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.- 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.- 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- Update to 2.10.0 + Add modulemd-obsoletes + Add modulemd v3 format - Fix build for 32-bit architectures with patch from upstream + Patch: 0001-Fix-integer-size-issue-on-32-bit-platforms.patch- Rebase to 2.9.4 + Deprecate reset methods in favor of clear methods + Add modulemd-validator man page + Add Module.search_streams_by_glob() + Add ModuleIndex.search_streams() method + Add Modulemd.Module.search_streams_by_nsvca_glob() + Add ModuleIndex.search_streams_by_nsvca_glob() + Add ModuleIndex.search_rpms() + Add ModuleStreamV2.search_profiles() + Add framework for handling modulemd-packager YAML documents + Return appropriate error when parsing a ModulemdStream doc fails + Rework ModulemdError and ModulemdYamlError + Improve Modulemd*ErrorEnum deprecations + Use the new error enums everywhere + Fix inconsistent error setting + Make SKIP_UNKNOWN return UNKNOWN_ATTR in strict mode + modulemd-packager: Check for extraneous attributes + Fix bug printing negative buildorder values + Handle NULL nsvca_patterns for globs + Relax handling of differing content for the same NSVCA- Update to 2.8.3 + Detect GDate autoptr when available to fix build with glib2 >= 2.63.3 + Correct typo in MODULEMD_REPLACE_SET() + Fix modulemd_buildopts_copy() to make a deep copy of the rpm whitelist + Add support for new ModulemdBuildopts arches attribute- 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- 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- 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- Add missing dependency on six module for Python 3 bindings subpackage- Update to 2.3.0 (v2) and 1.8.7 (v1) + Add ModuleIndex.update_from_custom() + Add ModuleIndex.dump_to_custom() + Add Component.equals() + Add Module.remove_streams_by_NSVCA() + Fix bug with emitting lists of scalars in XMD + Fix bug with deduplication in the ModuleIndexMerger + Fix serious memory leak - Drop patch included in upstream release * 0001-Only-require-python2-if-installing-overrides.patch- 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- Add patches backported from upstream to fix build on openSUSE * 0001-V2-Add-missing-include-for-string.h-to-modulemd-util.patch * 0002-Tests-Use-bin-bash-for-interpreter-shebangs-for-shel.patch - Run tests during package builds- Initial packaging based on Mageia packageh01-ch3a 17236611432.13.0-150400.3.3.32.13.0-150400.3.3.3modulemd-validatormodulemd-validatorREADME.mdmodulemd-validatorCOPYINGmodulemd-validator.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/modulemd-validator//usr/share/licenses//usr/share/licenses/modulemd-validator//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33031/SUSE_SLE-15-SP4_Update/45b3f41a5fdc472c8cbe66d980131482-libmodulemd.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1cc299570ab931e9da3a1b4ae3286badb2c9cec2, for GNU/Linux 3.2.0, strippeddirectoryPython script, ASCII text executableASCII text, with very long linestroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRRRM�{:|���b �h>utf-8e72029b2eee959a912bba762e069c36bea4c5c2e95f651cfb04fad1a2be14848?��� �7zXZ �� �!t/��o \]"�k�%�h�hp��@���.�w�vo��wNoJ� �1�^^˦��AQQ�R�~1���2-C������X4��0�]�������[F-I��EE�p�G[����y��^c��5��O�;@�KqA7�߳�͟�ٸU�`�q��jk�Є=�&��Vu��ozH����b�w��0F�H[I�n3]uW/;�㎦� �r�B`[-���q��( ���Q#r���*K� �"�A�*8�g�"�[��[����7 ��F���d����������]����ۀP-vs���Z���ϵ��A.��� �?�lD�@�G�% �QĻ\�槎�Ȭ�j�3���d�J�;�����s���P)8��h���#�L�X��iq���3s�!���ʏ �mmUw�Ѹ.e��k�&Yo���I���p��a�{��p ��㼖�zgڅ(^�V�-k�'4��X�&t ��kY�u���i�.��G�A [��Y>(/z��%/Wwh ���-Z�Q�"�wf�枎��g؀�'�=��H<5M�l��Amx8� �SQ���2p�чW�U�� �@��ž��Gl��MVf3`��T�(,`B��Ü�!����} �dN'$E��D7��k#��*�3�l�BGWREض {��؏�l+>R@�P�w���GD�2��O�$� ��E7��,qua�(�^xx>��VQ�OiA�~��"n?��²2��� ��x'��ɪW�,���d�P���s j= ��-��o��m��W�������xa�1�e\�X��R+��"�m���]zw��|�-(�]��|b�&�M��[-��T��ݕ�����=~�0π���U�֐����T�N�¶{��O�s@]A�@�\�Lkӳ�u� ��+���ʛ��, �f�y5։�sKkW�N���v��m�1� C�.M'd��`A(qfv�g�\��d=eȔoU��/��<�t��n��7~�_�����ZѬr=�����;٫��=Д�;���>�������;�"��/�?/ݶ�ρvZ}ȩ,�m���r�L�1`��m�aNI-G�� !0:��a�ꠜ{Z�來 �7�`��x.�.7�I\1�vlpD�����%�z�D���I�ў��}'4���Ñl0���2S❘�[‡�Onߒ�R��a:�=;�r"Pm�Do�r|IQ�㯷��E ���̸z��<4��$����� �M#�N�:5�޿������@��0��lK8�Q�g�zF�.1��ʐ%�B���$<�i�9��M�'㑖B**@�H���%&����<��r�L��E�����gu˷�J�x�3�Rfl����#﬘� �i`���� �~���exoA\��G�[G3~�� ���DHD��^���u���tB��{� Q@ �0)��_'������.G�%9�R��#=���-�˫���mn���Rn���_&���k��O?�Ƙ}P$ڲ���,Ȗt�,�������\iGe�!T�����U 4�F����M,���U��f.\���8�k��l6����T,�"e �J ���v0������` �fwX�0�Sȥ�!�ރ�d��h^~��Pb��)����nw�R��'�-���*�@�e�O��ɺ\�%Kv�>�)3D?�x)�zC�h���c��I�'L���L���,�Q��~/H�����E|4��b���j��X�ɽ\��ЎfY��)�RTG>�Yx���t��Xf@ފ^��f'�G��{��>HXZ�מ���v 10<,獕L^}��כ�$�0`������\�:����3`�s��Js@L��+ޖ�~*�'AU��h����k�N��s�lƼ~�J��׮0 C�*�<�A�c�wF�?M��Ĵ�ch�q�1��vB}��T�?���  � ���v�9l��^2�u�%�AIxN\��g�Yz���9#��z��� ��`����@pJ�yҔ{&���1Wˊ�3���)&�-�+�5;��D����=���{L4�@<�fQ�4�.j���m��V�� �N�����*������}����{J�A���G�Q5�ч�wih��s��Er��&�:��)�We��>�ў�M��]W�q۱L��+�/�3T㗨~)�:!�pH�T,��P�:va ����|�E�o/�j�o��Jd���!U�$��j�96 [;9��B�!���q�M�xԡ��K�J� �3����S����|u+O����S�3�4Q���Е��K)-�l�޺��ݧ-R�����EXr���w�G*��b$�P��ҷd��گ�)�G@�D/w���,�����^��DU�8���7�*��DZ5F�u[5PM�8���{I��J1ȣxuC7ֺ)n3�l\(��,��\��t��n��0��~[��� YZ