mxml-devel-3.3-bp154.1.35 >  A bx!M@eee3 e8fiϮ Êb[{] dkO=?8D4Ne[CE[3#ތ g*Xo%¦ UߡdR{[ ߜn!;_1f/{1SsYI i5Ut,* :.X|/5{|R/1wYD>>icsC|0GHФ"SA/,)i㔿t"Bg>Jb!SQB */ܵlhQ,f8c819bf28d82cb40c6f4330d6cd8fc20a3099cbc86249d6436c5b70986609b456f34b6c31ae2c66d4f4e96243fc18c424beb84cFbx!M@eeek(ӅLWK=A9^yژEχG.De폌%p Y݅yg \Ʈ:Dx(?(<~סK,l%StюZ¡ {(BdxZhN *2Fer(^'.L8.19O e7Ac<3muSѶz/\ҹMj]}C{J2vaLH}9s~F>pA?d   7  =FQ k     $Tl( 8 9< :> FOGhHxIXY\]^b5cdDeIfLlNudvtwxy z$(18<BCmxml-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-arm-11D7SUSE Linux Enterprise 15 SP4openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.msweet.org/mxmllinuxaarch64(Ɓbxbxbxbxf1f5a412108284b22955b05b27ee53ad9092a3b36751219110b780827f46bb8f3a42e4b1fd0fe75c5ee6a0e068ca8f43990dd1365a4fb79b934b2133d31d052e00ed326249d631b7994f0f129d2f83f2f910d9416843ed6abeb7e677e9e53e9flibmxml.so.1.6rootrootrootrootrootrootrootrootmxml-3.3-bp154.1.35.src.rpmmxml-develmxml-devel(aarch-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-arm-11 16520872593.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-mxmlcpioxz5aarch64-suse-linuxC source, UTF-8 Unicode textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)PR">~m}mxml-doc3.3utf-8a514ddb6075564ce1cfd7d20016fb162807c452202e198511f2b1740ace18d25?7zXZ !t/F%] crv(vX0*H!u'L4P457 _ke8<+dYcFYFIqħ/BI*'|$l8W@ȞB ߷J/jΌHЭDǁrv "V\n`m~WS}L4s&GI&3OPub\N|'*@ nx,0Qgk=L *Iߋl{Yɇj?xMPJ8%Bi5%t*v8 .UNAV &/6g!jt,Z 4$¢Ӭ$:{I*D"A|kL]ݜɳL[vRUr7-2T%v?`"t/1mƧ!{`lǒ};Gꝣq[YRo^(QY+9 XER#'*ܝ%M2:5"ӽ_`!Z=l~ %Ye欄(M,nWV/oCJEޥh,ef ;7Ko Xw=>şJF>Ef[TBLO?frajwY=c SмQX5d6 Rwո>}bx#-VεB=~alݒL@ WqxӬ)Nn0KEܧZB]5/hICs䲔xlo-ը|m3>9J4\2:2"Z%_6\+Oܲ 3MQ oW IFά㢫ŏ'wR1_XeqB5rZ|i$gi:DKB8+mB^:O0UMe|iM{iI > |w6 ǵ{EÀzCaudduh[|(A4Cшќ grέVU@X0c?r'廎Yt3GKF(PQsěvrSn6%G3ֺDV'a{;T.ip4ʳdc:OnufgHMkLm uUVXh*4QJK_+UPxD@4rTUؚ-K/rhS.2bSBRNb0n6y"!C)7cĜ5%BW6VdpS:|U5dnG}L,۩󽲳`\hw7 )QJ 2KYyF-؀M Y *AeB/o˖χЗNE.LKKTXeGCWUB Mc:BV$iۢ8F$µw2eZӴ16l,x\.'l%Em;̛CTFo~N{@cL XD,nx r@X%8!*ȔK^bX)Ai˷MG*|5ϛkܴi27PaRO֌^I脒sv?qa5 &qP )j0{aV>*B k+3ZP]Y9p>!OVXu\Ȳ@%ȩ7fxJ ~]t6}b*xg95'#o`;ewmdY$,%r ՞CF?M]L9HĖ78$xXҧX%֫Cbpybw('HtӑA~6VW#Û'اV4?}1m{em&jJ$VV5u;+`6YĠ7 M"Ͼ$u>(xai#01)bMxz&F_7?97 Pyk+j_ ?olj[,1ŏMi$ݿ`]en)~facc^ISrr}pR!B}\+vLx3纁)~܇ a5O7?qRz.了+ 719cx^>`[&y!ƣ%}]e'dp0|b̭0Y(njzU}s.p{#^*p']7nEMiG0ns 㟤S-ᶥ<TIrC7,1wNڐHPY}>vfeͼꄊ-6nGgPW̪,a]Hrczʑ@i쳺^840|$P`řeG"׃y+#?!~6!2*Ǜ֛e"됝VݰBcm vMF}BV}9/SZ*X}ܹV 8yoҥ?:51o=׻ քЙ4^A3g7_^YOFSKkv9>峞Ŵ3Smo1m%)w2{M8OW_pk2+^Z ~䈿޼M=ҪWFa5_{*d +Y2AL;205'7o\Z uDSlPTəWY{*8&>ӕQ&ƪ60xR[}j G` 8&6B~8LQH'PyRa2^:~r"2۠v]^ِa Dԉj/6 rhfavIgKuoݠCI-7nDZ[To#{&B+Dq擄E`7;_Mʰö~`Pݪgow){/A|!gւ:k7;.fk=5 /UGT]VQc7AۅA3&Uk<ȕQ5>9=tF$q臨IR?6XkM\_± kI?S +k2ov ]@QmrΙV^?YRyK5Y M *5L0)e*qƏFb8~=t5e'f;,- v}[7)ǡ'(~Ejx0D; q'=YU9įbxUB}#iN/-''z&4N @ϑ-1T \~ѶcVVp_B;T o4ubmGjYI]Ye*'mVq 7r'!uȽyئ^)%fT;拪+ y6m3$AH6KD3`aF]4O<='` ;%\w0//k KaN퇙=݄3D&h3YP43MzO"W+ٗ d?P.o3@ОSbuV ƿi餸L;xuS!p"Yx՟Ripr2l-K9wjDLz#y*B\Zϛ#|N SQP fi'^t%|Q'^Hܽ(4n (} a98 Rm4o(kfY[-I9fD_kirP\|gjg@ZV7AOT$4k%GV×DDW솊`%;d]OhTɞ:K[̎oN^W(H3|՘)jqh!epp $? _!9\|My-0sw/}Kqqi= 2/?Zrr2EFuݹp!]gj8P%-vy4}]/go>s/qY{*ZH<ڼ(88  kLn.m74%󲟅^*,TEdlqgovn$v|l`p^ZS֥'֤lFϮm{̵:j^|xxH8㌚}Z5LZכ4m&Ns!4tk1^.D&UǀF5chঞo"keHj=ߍZ&y;.-E!=,~V(2pֵ*%5/5*#o[ݑR_58[T/t%)z>ckGG)rǂ:]Ռ׺YOqj'6AfT|0ujnt7_D`鿏lOĴ1Nn|ˑw\8 7Y0̛D@_cQ|ݏI^ڳ*ퟗx(ݚƃ'X2;n,}quv-~xEHyV٩Yh=p:[lk?<)~V,ݦ.2dg$,E˥9z }Oa3&Hg۔Gʣt*@0S~wB<orJx= h'zli"Blo1e >OmD{Tݨ9"%<ӟڪ789#=`vM|  RCpwĚm+`TG!nn)>$6 aWѲzԩ[d3gyZ_S5A*鬶L$ۖq;V.ql@m.Ig +ʛ1R\-T !D݈#\o-!jc;~&a(Ľ]ؠ֝6pyu@.Kaxx`6XG [ߋ8en5~т}g`$~Ĭk??ґ+%4mǨu{h%xtĞ՟>A]vdfh@G78xG8& ;AD"H :_\#b5a#خk_m`*,7cq?; \7GU?yCĝ"d=(cz JnHNl3J]s`O5NHTNdƩKS 8+̫)po5M85lY?NZ/F-kVv5ueJs3 4(ɞPoHAftf#7.Cł غ !T_ K.O0yl5O,oP Fk gˁyyPQ۴\ɚ RU=dWŜ&2ɇ7`}rulʱqi(DJ+c^mW!u 3nN.BAz-{"y!v xHG,ZY DsziuR`j-B{0ۨDhCze M'~Nfx@l{bʲ-E0@"W0OR/(b>E;^RaKL [t!{aNe(;<rzFSh ]2)b|6 {7%\N>A)ct-!ٖc2}PÈFk ʕ,c[DLxjip =&RQyȬv(uJT[q;g券vh:WT!Fv!"̀S`Hᖵw5 D\!ei'.#:Un}`R#֋P_m;<0򿹕}xo 9:fEGf %VV}E5Kzc}v!( ".A߹BvxdWZ볂i`dvg6A ]q '^*;/ xGep~eQE5 >[*"Sfә@rS^ ƫ' QO0V}V,,]ń=ߓo 3OK /YĪ"=>vISk`}(0aa,/\T=!!"iY(6nbuFҦ@q}|0>~MaGR&1A ]u_tRp&j4m1='#=~~;vjd+4z} ݐ~Nڞ1ŒA9g:Vk7gJpn@y`N{5Uռ&*Y^]E0:^5= lU @I /s Ғ(ϮҦa~~JCqjܻo>Qٸb $2`fwvjda?=7ZbiOQ$" A9:qύM{G! ZEm}gkP HLEEs]hoo4vjߗ6RZ8 ˧"]js6?DJיy tAfQjIbl_<lAѕ^LPkdO):P>(NVFxz$ z\nJ c=wS[%(«h]7pTnYj+Rpj -vRh5OAI#COסjsZ<百> =o-A:5m bS>Sl waR.Rɹ\p~⧢-k|5qY0AN"ee;ØCh뿸D<+<*4/z-u"8Q hu5Ъ_kry/dZ%UڐjS*w7/j;jl[ѧ"nH/jpAk+VJcj& YZ