mxml-devel-3.3-bp154.1.35 >  A bxܜ!M@eeeIp6_'}ӓ jPPSuOiX!֙,¸eC|pr]t~}'s^w;lOagBś&c>:+0+=AlXMcTjr v3e=c QL1h3z8 5;BXc^B7U34պ[Oi{ą|ìnu- 﫝Ao}R%kf8b94044e1c3cf606d116048a4e9934107380e8501726686a51edef2055d7002b4c47065f3c55f6abf4da31be963ee81d0ea35829Fbxܜ!M@eee;iXzO*EިAV1o~ҮE ڠ6~/zWOv{%Sd'[cjh 2f9" t_ICl 5oW V`'e=ӧ<ԁK Elg©TfzLNm-ĭD ўz'uR+3Ĕ@<"Q ljQطQ j*W^k@3!´[#BUqPzw ؐA+,0F>pA?d   7  $AJU o     (Xp(8 9@ :B FSGlH|IXY\]^b9cdHeMfPlRuhvxwxyz(,5<@FCmxml-devel3.3bp154.1.35Development files for mxmlMini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large nonstandard libraries. This package holds the development files for mxml.bxobs-power9-12D7SUSE Linux Enterprise 15 SP4openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.msweet.org/mxmllinuxppc64le(Ɓbxbxbxbxf1f5a412108284b22955b05b27ee53ad9092a3b36751219110b780827f46bb8f3a42e4b1fd0fe75c5ee6a0e068ca8f43990dd1365a4fb79b934b2133d31d052e00ed326249d631b7994f0f129d2f83f2f910d9416843ed6abeb7e677e9e53e9flibmxml.so.1.6rootrootrootrootrootrootrootrootmxml-3.3-bp154.1.35.src.rpmmxml-develmxml-devel(ppc-64)pkgconfig(mxml)@    /usr/bin/pkg-configlibmxml1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.33.0.4-14.6.0-14.0-15.2-14.14.3ao@_@^c^`[K7@X:@X%TE@T@TDirk Müller Dirk Müller Adam Majer Marcus Rueckert antoine.belvire@opensuse.orgbwiedemann@suse.commrueckert@suse.dep.drouand@gmail.comjengelh@inai.dehrvoje.senjan@gmail.com- update to 3.3: * Cleaned up usage of `free` throughout the library * Added more error handling to the library * Fixed potential memory leak in `mxmlLoad*` functions * Fixed `mxmlSaveString` with a buffer size of 0 * Fixed `MXML_MINOR_VERSION` value in "mxml.h" * Fixed POSIX threading support for MingW * Fixed some minor memory leaks found by Coverity- update to 3.2: - Added support for shared libraries on Haiku (Issue #262) - Fixed handling of unquoted attribute values that start with a Unicode character (Issue #264) - Fixed handling of elements that start with a Unicode character (Issue #267) - Fixed some minor issues identified by the LGTM security scanner.- Add keyring - Fix source URLs to point to actual releases- Update to version 3.1 - The mxmlLoad* functions now print an error when the XML does not start with < and no parent node is supplied (Issue #256, Issue #259) - Fixed an issue with “make install” trying to install old files (Issue #257) - Fixed some DSO installation issues on Linux. - Changes from 3.0 - Changed the license to Apache 2.0 with exceptions (Issue #239) - All of the internal node structures are now moved out of the public header (Issue #240) - Fixed a potential buffer overflow when writing floating point data (Issue #233) - Moved mxmldoc to a new codedoc project whose focus is on generating code documentation (Issue #235, Issue #236, Issue [#237]) - Error messages now include the line number of the error (Issue [#230]) - The mxmlSetCDATA, mxmlSetElement, mxmlSetOpaque, mxmlSetOpaquef, mxmlSetText, and mxmlSetTextf functions caused a use-after-free bug if the value came from the same node (Issue #241) - The mxmlSetOpaquef and mxmlSetTextf functions did not work (Issue #244) - The _mxml_strdupf function did not work on Windows (Issue #245) - Changes from 2.12 - Added yet more documentation about using MXML_OPAQUE_CALLBACK when you want to get full strings for inline text instead of separated words (Issue #190) - No longer build documentation sets on macOS since Xcode no longer supports them (Issue #198) - Updated the va_copy macro for use with BCC (Issue #211) - The mxmlNewCDATA and mxmlSetCDATA functions incorrectly added the XML trailer “]]” to the string (Issue #216) - Cross-compiling failed on install (Issue #218) - Fixed a crash bug in the mxmlWrite functions (Issue #228) - The mxmlWrite functions no longer write the siblings of the passed node (Issue #228) - Updated the markdown and ZIP container libraries used for mxmldoc. - remove mxmldoc binaries and man pages - enable threading support- Update to version 2.11: * CDATA nodes now omit the trailing "]]" for convenience (gh#michaelrsweet/mxml#170). * Fixed a memory leak in mxmlDelete (gh#michaelrsweet/mxml#183) * mxmlElementSetAttrf did not work with some versions of Visual Studio (gh#michaelrsweet/mxml#184) * Added mxmlElementGetAttrByIndex and mxmlELementGetAttrCount functions (gh#michaelrsweet/mxml#185) * The configure script now properly supports cross-compilation (gh#michaelrsweet/mxml#188) * The mxmldoc utility now supports generation of EPUB files (gh#michaelrsweet/mxml#189) * The mxmldoc utility now supports the SOURCE_DATE_EPOCH environment variable for reproducible builds (gh#michaelrsweet/mxml#193) * The mxmldoc utility now supports Markdown (gh#michaelrsweet/mxml#194) * Fixed writing of custom data values (gh#michaelrsweet/mxml#201) * Added mxmlNewOpaquef and mxmlSetOpaquef functions to add and set formatted opaque string values. * The mxmldoc utility scanned and loaded descriptive text differently, causing the detailed descriptions ("discussion") to be lost in generated documentation. * The mxmldoc utility now supports @exclude format@ comments to exclude documentation based on the output format. The format string can be all to exclude documentation for all formats or a comma-delimited list such as @exclude man,html@. - Drop upstreamed patches: * reproducible.path * mxml-2.3-nobinstrip.patch - Clean spec file.- Add reproducible.patch to make build reproducible- update to version 2.10 - The version number in mxml.h was wrong (Bug #532) - The mxml.spec file was out of date (Bug #521) - Mini-XML no longer allows malformed element names (Bug #509) - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when MXML_TEXT_CALLBACK was specified (Bug #531) - mxmlDelete used a recursive algorithm which could require large amounts of stack space depending on the file (Bug #549, CVE-2016-4570) (bnc #979205) - mxmlWrite* used a recursive algorithm which could require large amounts of stack space depending on the file (Bug #549, CVE-2016-4571) (bnc #979206)- Update to version 2.9 * mxmlLoad* did not correctly load value nodes with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502) - Update homepage Url - Use download Url as source- Improve on RPM group classification- Add baselibs.confobs-power9-12 16520867373.3-bp154.1.353.3-bp154.1.353.3mxml.hlibmxml.somxml.pcmxml.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/b78e671f7065a626ca57437b129a4c65-mxmlcpioxz5ppc64le-suse-linuxC source, UTF-8 Unicode textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)PRmX궕1mxml-doc3.3utf-8cf128d4aaba5ea90c68b4cdd6f20943b9b84913ead6d027167ecd722f5ea60ff?7zXZ !t/F$] crv(vX0*n0<cсk)0W]k\2g1~2]7WED>-WSrXew ?_1 p@1b\V'Eaj!)slk&#ӑW&MMo*b1"A-= 4Q䳛;Plpygh{WXҘGVET  ,Y،;cCs͡{ڒb c\r"4xwm7<vK9biQVWtbaRliH4g'}Q5M*1> tYHrkxT-*{s+\4{x%єw\㶶[_! FJ,{h,g0d_`!),Rf!QNV$~ǭ"Ջ{nj|brmUQ,=K[qi`Sr/5TD1c Dj}Ec>hHAL| Wvn1wn1_K\;_RF%kienDWk1h;{a"f6suRn%Si &A = [6xܝ% pkRϳ\dL;K5P_X&m[:R l&;Ix~4LswK@L,58YO#-2wSJIe=Dnɖ==iTg'\hzգ۲&]'<țSiaax.Mh[y_An(G4tau}fMKR w YQ$sBwWBcXR &,P|i푡 XFy%T'+SZʼdS6Pg6{ZwaF,5^vOs{$G/cdk>/4@"X{Jv?-lWKA1Y* @etdDS&7 aľCnudk Ah $ I/ p%eJSӗl۬~[tTS'^;jQ7eDbp;bx(A! 6b/{ytI<≏O鎑a9'BO }x?f˩9 hp&BY<(835 IWԦx[Cöx%KhHz%1=AךT>9S!_źWW:b)$Q3LW oA>p ?R}t/ B2_CmȂZ6fD;e}"Jd?-Ya-]xoþ/$NZjŌS\#$ƃ?3:|0#xPԖ!xC;Zx,+wC"u˦"UDD>` w" 5 ܘRhujbĆC1|uU %Ֆv1Q`5ZěK|Aa\'-YByW:9#fn4zp^f3$&ĭ@Jȩ("uQX=F˚Rdi?Յ^+evo$I'F07iboǔ2je}_,-ɱT V%XA&)œr܅?]Ze/5b̙;e2 kAns 6~ IĠ+GQ(mݲ6 |Wh"bPф3zx=+Fm$)DI$7[NX_{ѡ(+A .DCi#mJkKg)₟xSq9_!uG(Vx *iQ_^W+x(E l9@VS`o)sg"G_TJO),HI[!c'aWfF(X2hbOGUJ1)!}GUKoxK_}PeHƬ?P!W"]Me>Q | DZ ,\  #OÓ{c~ \;cMS[GD$+y!MAEfJJqtq8A4P&֫xC.r&9o jqZ )ˮmpy]Qhn&8>Ȓ Y4yh x]6C-bߠR6L{)>/x:V摇ΨށaO -D!vk={L \h8# ͶD]sʯ mnci"yJRSٽ6536qL/GJB;w|0y`޹򱮟IK@Ê3Ko/Cb /EwPf)OQxҳBk uj3vN NSL4`&Vdۈ{=|Gm^J*٢dG~8t]Ң-լ6hy*7_ڠTt9U1!NS*gҊu809m0KSg$ W|`F'@Wt?$AW/_RmDCdbC _UBԣ^Y^n ﶚywCfجo}򔝵;L҄mb^U9"<-dm|AV"j ^,m2r9SwSS(i&Ql7 Dr8 lȲ0L,lwp;',L\ҮbNO8ҧKv|gS8]i@PmwAC6<YNv^d=PJzxq`U e:W.R+ ;fWЬڿ)Z2;NiB7%q؍&i㕦4DD}E'ixSV{c(ѯ44x4omEoNMnY(`^zYO)4w< 8xXMY*kbd䢔A[Ѵ\͐ȮC~yb˨J]L͝d9 S5cZ'J[$z-4 C܏_-J _K1d"h~a'hT\aַ'D:j3%qۂ :E=).ԅbGMz}rlm8J]S̘.i|: щh (o;XX S)8y&'W dٺ#CsL&Af=݌wa#,GC" /C{IF_̚ _BTUyOC0S{u-?ǝ2E8*= x&3oe?[@Ayw fqv @(B&z޴4f{N2/ cq]!>0{t/_p<l8 [%=H 1%IDNZ@F\Qb@%. PoX )SiCiJY(:1/x7k0]J;V٩ƙK7ltVJ_NK%7x; ,10\xe LYҊ ~}LyvgrU^I[]5Ta$FF v(WAf%.`!m5Z_SW05A ~#kKWA#U5 d"b,at"`Nb-:U4;]x>]ˣ Q)E9vMdMK`5蝘vz-5=^x;=ۅt~BbeapG;ͭ;$z H-,!# YP3"ÞZ{&'>o ^ɱ (Fd֜Kzn*n!B[TDÑSрۻMkux2<$pMIv|mb&<`n^| .No8BtJpI %":S|cځ&GC&-㔦xyR|i ^+n>uԬEnޑ#T>Gt`fⴁvxI1"BCn^K$,x;` U$] g{N5ւf̈30x><|Nj ,md% 'WS_Nű?!pVc- UY&wnUغ!$߾0=J7+y&<<a[: CKƒȎ|7$8wK cX;&|#M݁oJG׶0 %uPpN Ų>_翁)@ Hwܐ> $n:009U7]!lE[6Lh0!b1Lzobi@TŘpWX_ƬbSZ]Bu̗H꒿ ke|ni$LR#2]ͨ2E9omݢz;uO^<-o-w$K~?c{j)b7g#UݴN ,2B+ 8"J;x̼iH3Ә{z/2O1bK:z*|Τ/lsv]EMHJT>=)nD6"ޠ|8Z`Չqء;^L.4xm,Bb0L9hvO¸uS^=D!yM"K㻒6Ck>@2y?Ԏp5t\pχs sۮ[do2DǷvs>ĉ  9y8Tbe@( i{5kg;J֙~AI=RW5d ?jbnq | 1IS&R#J37Wa(h*`m |riKƳ#zjUV6P?.[X=AֶJj_3;N_ |IIw@A(; 7MT_z((}Du\%cF(IZ$b>RrV}tI=.a 8*EpeZB[8-m2E|5Qμ2.U3;aZݚ.[11W/qo)ta~NpL,!Z7{/4kYM,tQ]"[X5JXۅzHNIEivXWE4P TP[FǩF{ࣈ-p;ڃLD[ ly.`,#F`:xaǀP4X`܋)3D!-H*' _#}n|x4b @&+ݸN/PW"aa%8N/rE%Ϳyn!qys~"͂ͮKS{|Y!,:zۦ!Ⱦ$C׺@Ѣ $/FCInLr9Nt ncޭYҼf5Պ't" wHw/CwL]4SX:PdJZ; YZ