libmodulemd2-2.12.1-bp153.2.3.1<>,K`[М!M@eee@!?!td " ? )/8P \ h  F d|4l(8 9 : >@FGHIX Y,\T]l^bAcdefluvw x y z!!$!(!.!pClibmodulemd22.12.1bp153.2.3.1Main library for libmodulemdThis package provides the main library for applications that use libmodulemd.`[obs-power8-05 KSUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/fedora-modularity/libmodulemdlinuxppc64le 2>MA큤A큤`Z`Z`[`k`[`k43148970f9ec28d74193aa34054e97d723855b34eeea87e1b70ac52b3026d5945c2c16df11a70ee92d26445c9b01540f3dd1744bc93e0daff77e9e9a20bcfe2e40afccd95484d483800c17dd18a734518ba36e832841579a1f21dc94fb73bbdflibmodulemd.so.2.12.1rootrootrootrootrootrootrootrootrootrootrootrootlibmodulemd-2.12.1-bp153.2.3.1.src.rpmlibmodulemd.so.2()(64bit)libmodulemd2libmodulemd2(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libmagic.so.1()(64bit)librpmio.so.8()(64bit)libyaml-0.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1``>_Í@_c^$D]@\\g\ŕ\@\\Yz\VMarcus Meissner Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa - 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 package/sbin/ldconfig/sbin/ldconfigobs-power8-05 16225637922.12.1-bp153.2.3.12.12.1-bp153.2.3.1libmodulemd.so.2libmodulemd.so.2.12.1libmodulemd2README.mdlibmodulemd2COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libmodulemd2//usr/share/licenses//usr/share/licenses/libmodulemd2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:16414/openSUSE_Backports_SLE-15-SP3_Update/7cb1c152eec50d39393d47e4f197542f-libmodulemd.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4000658f4c1b33e5a8212cac8f5d28800194ed2d, not strippeddirectoryPython script, ASCII text executableASCII text, with very long lines PRRRRRRR RBk^}ƍutf-833d7f86ba8a4c9e9751505e0032c188c89d27d631fbcb335aee1bbd34f17a172?7zXZ !t/9&%]"k%ʽdL2/2Dpa@y6_qgZ}+FĪE lk+б"m$ʣ(0Mq )|W}h#'A,4L[H"2sCdf4|6m_9O_䐠~H]汿qrl C7ţE?g[D.Mj.Lϧ6:6#iTɱYF"=zK-vApK^&׬eq/5Q[F7b >X_κKRcù %a[wuvCy\~\Fb)o?+P`7fDmXe4z`!buH} [!Z5 t`YvCp r<&`_W鑮@(zk]]]Xa=>=zy&0hVq}ѐWw]T&V @d֜xV?"r - oR\A("DeA|*~D~: U0~xPn߬8c0nqO{2zf.Cտ 頔4*[031\9`V3A/GE!~$5 cb|/@鍝7̽*A F=LL_62g :??Xdg^aq+Gj(wNfV>7'ti15 ooPx|QB:VL¯4ldE:[:2ĄP0JjM\4-a/xu:̜vWD Rc8*uLs(ɬ-89Z~v$'C:DFฤPkF?Id0/o !D~}Lâ.uhk1iԟ s Byo/Pɗ}P1gC9Nqè1cqD \<$-I3Dm\uh#oO 0vl\WycW׽[tm_cMt$ IԲQg0&@/P7-Ax7S- 5=x]_Q{ʔE7"PA \ гDwy`Ջ0-Kr]Yr%78+6+(İtbzS4B({pg\PW%>ǩ^=H Z\;9Zi*?X՟)P]Ivg5Un;ϭ5V:fb[-{[pJFLPad[g,#!_ LijՉBMO:MM^RR)EfMp<J3J8U3S4houe?7Ⴓ8,rvS㪗?AF%B.G O90u(lQUr9\ $.ieWr `XTRЛiu?Qc~j]Zs] ֧ G)o "M'p]LNB3OU֏+=[V~J &eP@B> w Yӊ¶P;P%s4ht*Cst BkFwJ6d0ۨ 2H])[ҮBWgN[*#)Zn54W8a<-y8>5#+Ր+EI~`.bpw P LC=UB͓n`h[IQ<bp`OXtӉo+z_ 1jL@pEU8?kT2]w<.F=n${K}#Ep!9`Qsis'P}fZSA$$ЭX˔8ap[J|8Υm$zau/Cl$ĐuI˜ Zk :V0O=PLN{IVUs9j=PO~lkw#!KGo`1s?~\{ NW=]+k ̒ջ ˢ Dw>=qA_Q@Y*Ɂ%_6IEg7LWV[$97_`Ap-F-Ā/|j~JOZgӘ]0:ؒ_4 iQە;~FQFd[G oyU]B=XTm=;bw-f| ף@Me4\rLKmoJ^fȜG#O*JKKjх_}>W{Bw TnM@!|ı,>> ux>6GU\y)b}ҀKFq8Wpy:d:m3)Pe9G1=UةR<@S_FX,/{쥒W *sv| LO^I7V-vΫ۾*+/'P.0N03pj\M1l_O2f>*9nY>:&˕DR/F wګyB,O<\"_L9syVe٦Uو0RS~Fo#ER Qۃp>GO q-@1^ݾFX={e E]v9HZ&.U1*_`^vϓNύ!h6ߡݣC|*MGX_!,".,s=w5K{rG pۧgźgC4OKS(E>)] m$FH󥄻\x1E~$zc`{D> 2sQyCbY#` 9|!7G*;*Mv]N.|ϵ>[LhS+x dyg,AK7s`֋ c'أ0C\cB뢏|o/9sVL`rnjyՃo͓d!<=ijj نְҜ{ˁ?؁×Q.gtS^hيmܽG@ /$A_ .PZƥ0˱kjJlܓ~y|>AHYeՖ؍|d97fql{|nMy×!5gk{&vSՍAU{K^#W3/֕ !"I7 ؘך~(弴8YF~FJ"? hۻɉ蝂/( v3$k[D :|$ v@@_DЬD3&&AAw3Lj[<э/_AYPhiJTa,[Ɂe/Ϸx'` qhVp{| G6y.ZE|B|Ayu 1nöbn< $&%`D3 prV`yLͿW#-]E|;|^ 2M~^\I`:^:V6˫xɢ_ ++=\OFgbzZ|=IFh6QBzaDl.uj*AX|i =b4ˀ9(IvmSrr̍=kGt\?ifNѳThxp8&Yˋi}m#,@_{!Vv?ebU@Ιu*M*(7=ȭ|(RRjgsS/˫#+и5lqfp꓌S{AgH߸~cTq"3Sn# Po$ս*AT @ t"bK0iz"d(-@:MkPVPY8=Rx-hϬd18g?Q:BXwöS"DV1ۤ{2 e*lbauLg\>M_3@xF𦽹~"}6 1x;䴴vJ9Nԏλ$t@/O8uJ#-Y3 9!MHqgZIa$EmR`ʅIW4絞7zGɔ^O,EZ5.s%,u9=llpoE29 $]{\T9zBiiPP"1X؝{TaX1&b-^ɱ!ִD y4&19tpP1&@.4# Ij43 ~w4B[ _CSpB#=b\V?,KcRz!M"62qFu["Ἂz JIoT?$|]/߂|o- T 2Rz .l`g/~Y[0caܑ?zv9;śx8etߥh';zBྴ3~H w3yd KW@JF0~K{F×!ic ^( jOUw@5Y2/C.}aҀ@ 6IKvY  жQByDA$DF}w-m< ,Nx?߷8y\\-3u&Tlǯ_aК; {ؔe"L>*͗!j]"^~ /fxt۳o:ڄ%ErH7Bߋ TӅ^n4\Z1G8(آ|>S:?*}fLxb:ɿ] ϖw=ZEN_eZŗ/J*[|ٝFN±Uʒx=D)sPyFC! 3KBj:N)p"!eg".ձ%_wMVo "7VAQ_Sm-c1z;%GLOO=bm?稦q!EaK#*ҎE%=maɂgD.tr3p&۠{,7˽~Ӟa\#y$㸲VtL~pK.k܂=Ӵ5Зx$$Vn8{.U],d7h) @Uii>>Ϩ-G o'EOnz-)rT>lL08(5v~[ ٫ّcGaok.eZB8nS',!6b 7'MMmw8k/FElX(E E_-d]gi.zz=wP  h/EF MCVE`[_Ƚh}.Xy I`鎇\Fv[`M|bP#f7 "މ£Z{,y*xi6Zh|>N\~EHzy\{?}ЀċQ0՛&q)ܱ ]L@z5 WF!b ws~v(!W(0LC us_߂6~ Ǝ[X6?3я Vv724t;Nߌ[wJJ0-_̰'D;ץ\{2r9jX%ʁ Γ~[ajیeFB *;ĆmCog#|O5i-.OJ.u{BHzfOTꘘwQ﷽ zS^>=o9X8RdMs&eJWuo jŒXwI!*qmČ K3lM gRj^׵.f{t]n+ SSRo'|bf?CJ-( !e1tdf.k-AIcY 7;5/V-0ۄЗnsޣ6JV ˧);ƾ}֋ϘR7QR"Zd*vhr=^%BX&h 6v!E xw,-2sNߓ}[oRq YխZh[71 tx0DFoC9*s-GLjIr+VX&:V&87U,F+Xә~=vxI[3v3EWTpR(F@Ni'Rczp)zfcO1sTICPnY5֙&U(&.>p,)8Ӵ8r~^'!'vIz!,bdX2'1 tweԺ[5L-$aU9LjS4ig4"4!p$is&jd}S54<[& {x~jSxkkR2i lf45x.LrI状 YZ