mxml-devel-3.3-bp154.1.35 >  A bx!M@eeeGX9X.h | %!"c\)em?auvMun#BŪM.Z.:;\ Ic+Qm7ŤݓAAָ(H&YH Q4Nx`z-ɒtET+7_,$E"DI(XJYzm%Nvu[m/Y& Z6ihIŞ7k_IqcO4id|'HIb~ojL. ,}{Q[ӝa4371a0d6f7ad23573d8b7437fc2b208b3fbece9dff79029781aafe45a256354ac3c0aeb3ed1ec65fb7acee16bdc2b1bfa532a1fFbx!M@eeeh}@l=/H ]A7o3U$$TV Z*\ Oy9V\kRt=7)Xu:xj*Z~y‰>0W%rكp4S1XmҞq!pj wmUuVl nMhEH2>lա[0w\l$R$aq//BLȘ`x@ΘW ;]3>xTy9Z y#|Fxl.@ºzW*&RsF>pA?|d   7  =FQ k      Ph( 8 98 :: FKG`HpIXY\]^b-cd<eAfDlFuXvhwxyz%,06xCmxml-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.bxs390zp21D7SUSE Linux Enterprise 15 SP4openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.msweet.org/mxmllinuxs390x(Ɓbxbxbxbxf1f5a412108284b22955b05b27ee53ad9092a3b36751219110b780827f46bb8f3a42e4b1fd0fe75c5ee6a0e068ca8f43990dd1365a4fb79b934b2133d31d052e00ed326249d631b7994f0f129d2f83f2f910d9416843ed6abeb7e677e9e53e9flibmxml.so.1.6rootrootrootrootrootrootrootrootmxml-3.3-bp154.1.35.src.rpmmxml-develmxml-devel(s390-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.confs390zp21 16520900413.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-mxmlcpioxz5s390x-suse-linuxC source, UTF-8 Unicode textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)PRп\ރE5cddmxml-doc3.3utf-8b1d60f923024cc4aecd763d41dda2da415de593b024e72022592bcdeb3ccafad?7zXZ !t/F%] crv(vX0*t6UVzX6d",A͗kW [CRol~IWGh"椩a;%)i[2M:4& Vd`7T_ DJ}YZ^͊0̜-?P[V(4(yر /|A‘RAR|? 514 yЁ >=Lp"bKJ9QFKR?buAڮǼ[&RWg$>](93FeY| `ʰr(yA|j sky=v g35$;P~45%S-֝)<˽q%M$X{D7]8hJvrN\JǂOPj;nGhWSv |^-q_63yE,((k\Me Lq%4!| X(sU}<!xTW3F8"J8MaGedFf܇!/@ਖ਼%Dfg){nKء yE^΄-,Eme%-÷?` SN!k@pZ4]"qwƅ5OLh}9㽟S]dЛM[5N;eo9iki!m|.L޴ ŊbpKTdVɑК;0o3tmQmK߱'7 Z`w 8;/7 Ӿ&/b#邸++feLT N(Т734&#pRIm3]ԊCZTa;ڇ`첍./GK,3kkA=7'朙vR:@Wx_u]140L r:`ji>{.̸®[OOJI@iwHibuk N(e%&NfJ{> *Dm ]u){z Jlh&hw3s -$n49QKQ@kG%c,t՝lqpwzB!7[x>U[#~:t }6Е*!nFjP !Nf >@rOj } @u+_%jhv߂ Dh8h zAFw RCةh7ng:n9/-*}Sd/3k4&tNGb&:O.Ql@`pvO7507.}vءc-W٘~K/2_~'vPؖQ53Hr+ß Q~"78N+t3,!`Y]G(ں:3jhDS$^ŷL ճxWTh1z]<̏e.enK/?~IŜiȧa<ߝS5Mol#ό!o*0u$3*' \1FM==EF}cZuJ?\W%LjWI{:Р\ ҂ .F d},:M#Z"k}:R薜[2<  3FΩAc&TLk vW55XyW(ЯƇt@ƃ$K ;]Ó='؟j={s95Qq4/㫻94Bט9I-tO!v1t ":^8]%NmO#w :u.Xjh6T$+R)ծior9E]@g$؍Tu'tuFpkQҜ~hH6vX+)iv6373QltNlDbG{6MXYB;2svF{x`62Tֆzo?Kmڌ]R_BY\RĘy;; 맑YJxe PS"oy9--~an&S`g?E}fS+ %82_:TԐbp ~k9onM'٩|'6(+z*tԌCơLЬr~vNމ03G:oˋ!Na+ s氬dUߥ=A& ~\)NcW~$1X=T0av4͑xj$?ܛZN e BH)bb5kl 0G7I'^BZ|OH%egW&ލ{az㶤Tȭ8YYKY0A^y!OM񈥃6vBݑH-r:Bã`\k5ZPދ|G~y'/doMjSI!ĘQ/bf1ACbѳ/3t{M@~$qZ[4O5\$k t}^&Vޙl޺;(ZQC xQd!Iy4Mzo.zZ &^+Nɚ --Ӛ K6T>e*|n=cJ/4-t+'o$7YHc{]pJS8^AWDxHtʂ?T3˶7G_YC|MNhuV=G}3t8m0\?DH/Z̗`9J;a'c,֬qJå;aQc#P;8~Y 3±0_)B Hwr>c RGы6^Hr8<цɊ ˨%2iݪH/n-R\Ο#"E c2Qz18};9%7X!a?SÚ\d{͟6Ps$3E.ApW'D>4/[ Wha>ݞZgka J*vJF2ۯE^oѳֵ9CZOp%jijcL928ӯ3Of,m]_HPeq ސGQzźK$Mě"— %hliYq Ygeu鄿Y?Pk!dMZ:>"FH3}<#TCzd(KfNͰZ, t;t׌gsdfu"c# P7^AZ)DZPwa\ 0 :/O\ L8x~4<~-"mc٪:\vWDzl [3fHiFr`B`P%L0ׅ@8.$fVGXks'ڍBDO fC2fFDuzYUFA=yzs:LGfrR䣖-Dac{$I=&#XCTaek1#dE,]X(d=Zi+3NsnA6nGO39kh>aQBK>V0-?uˣfeʜYL;<(Ny.O>Ʒ!ՐnvA+TfH:MF\&]xbM{桦硖yoMWߚJg]_i[Osu[77xt׽& (uԩl*RJ-:b J?o`C!Aq%zEڒךOjo>G8xi)@^ F E>a_w!W'P'}#N @QRwO~LI<;y./ɯv`e+4Ȕg%ڟ{O&1E>O?oK:ٰVɀpR*rx|eB;m+lt¶;_5zVx#n }M|wDC#kcNfD֐Wk2T鑍g痶U#:ƭ8i5ǝڛ+3.˸vΞC5O5$J´~+x $ϷF U%OEfOjaHT,amVd$1!3Èv%#Snf\t /.-S1Tl Y٣U۶'feaw?$vn7XbHGȾ'Ɍcu"ऴ|fupu_4d"@?4.:gX rӘk:&\Nb.7#qHhDG.ђSlAIIU]k!:>+ Lg87JBri=OCQ[D~~{񥛂ƨ(J7ɇʕarSȜwFǹ9PG<7Uk;D\KRp]p0:LBEѶW(dcKz:Lmv4nqo^BȒ7D>b3«\4qGϾ$DA9aK {,-^&VGOL1HjQyՎ8,-fgkU;1<8Q*iT*xgjڣdovX70Z`)-$S~.-R9~šf2's`Z!Ѩg91Kf zL7>f+)'^)\x|xEՎ\.]qi#xy C#u=+bPs F3WUmYs$fMj30VR`K.?4+7RrF0|[_D,GW]S1/LtJ]1g⫔q̀;zvuָ"LMx:Plŕ bjNjV>0.v02%pSNȱarJ8Y|E)89lSeNdA+ ,0Qk+skقĶr"-N^KΣRxXn۾2pP_sO4pHHM#%Hï\|x4"S@3/t}z!d:4~8pvDͫ ?W~z!-_ɕȔE92G\7֝\sP{5-,e?Rҡ}|6\ (fa[_>D xh Iu )U^YĥEB/~2yx;SɱLs" ݉T_Mx%Τly^.uyhB3?WWa1kiꄅ2=q}Ybl(ocI\ZvyB}:-̅횯8ECPxǭZ?Rl mҳYl[^:/%iA87I02P] )Hx(z=`@d߮X`sR5>-Qe"SDI8a=?\INW >pVïʄ b Ze}ԧD؍[Ԓ>ó%Q; RW&!@3P_ B+tD 7{"ǐg % -7HP41|]@o\?-`ṛQ]p[fg2g5^UOp֤/;4l`ena"lf(b"=)Xuջq@74NTAhNd?۸WrR`&x $Vn觇0C|";jגq!2yrprm) y;-!fŃWb@0aQ@Kahv,a,Vt=+=S%`;ΌŸ+jd}i@_Xʑ:?2q۹=BXY?K{BdL,2qĩ]oOݻN8ĒD񥰛~:^G償1egGЅ^ >0AJC./E>Go9"#et+ug6*?gpfMdepߡψ\>T0k `e`B_gnw|rfMC;j*u ?/FE9MC8Үv/a@K:R]3'إ#6VTtB@KI9º=ބS## EdrC1Q,O iڈsFQ[j>:-)wbO龋4 6\G?.oBq9xcYj nygP.y{~1L_DPoPIN I̿dfH%f{bˉ5;t?}~] *DQ- " hә;iunƊ~B}qMmzOrO B#q;Л=:\ JrKf*7k?_;˰%07$7ՙM!OT{cs3/ in(pj(W8hebT+ `C9_L4}_/yHgGB!?kL%޺ZZW`5wllQ_OcAlZ~3%#ˀ]q ҈2iٳGApuLٝhiui;^Ҝ(]N^/ v׫A.d QH4߷PDKTp.g<{Q3CY{DPcQm E ,=[o&4[m?QI9;:X P3:3=!۶4JOF6#Z4ldQKX˵*c{܃gmJA̿\eN/% ݩ2wU.NO_?PìDX?[ qk$!hy.NךgP&_dBNcMC5qfFr;M)ANM;Z_OKܒJR*Խi7(k, %0#t`TuG&q$A(=Um6c+Z.d 6p[fz;$`lGNMtV-ʍ3hSyNI9ދpUbD ʧ~WC {kʝw^QZ ^R'ڍBH>.z2RJڐG!*pQe%lc=rmd6TK#kmYXS,ԞI7HI0d>ZǍ|b_5E4n݊ӿ(DJ `:O+j ~qd?چj|W*-o#}Ё_Q1_5#/~=3GOy7j8i6AC9,_JqX⩕R$ Z\p3RP/+9C ^]gb9IqV j݂q^.K,zbZf0F,қRZ+u+QэY!5S+X(IGdì3I/g2: epKkN+<ދhqR;4Zb=ZJW8p>URuylCS%}[I|( X0)uXB5sCU ~z 7q#뿿"Bgn%>>Zv/4K" w eU-B=B5:~y378K5|Vu~2C zIt$0xxgPvC8 3H\+4+Fsƀv+s6vXOťgg^J/P&mGtcY^/x 'CkP6BִCKtzR& 0TPuRfܯ5hO&P6_p6I&]"wd^d0P8kjf XZ ڐvu1l>,fhk̾8a,<z?VMBE+׍#[-FJcj& YZ