mxml-devel-3.3.1-bp155.1.10 >  A ddۧI%z XF?7r.i2@ZŇvz^T3&XdckrR |gLދ^K:Tctw462 (V様6"5ԺP1X2VoM P繑#{ 6fx& |{wa "/e9\5Ѕ?of_2[IwX?{FԸ v*)*ͫɐLeI s *e8##XX]E7=ůn6pɎQ^فg{izf}->sOlgbs6&z· l $ȧ Rһks,c^R;%\ _ވ@X =^"5[vDH;߃Am4rO;g:"C.o\uΡZ* 'o^KF3eLD3X"?N?KBrA#I>:jU(=y=#Mn5?$6M E1e$~H@} kw01sm!zk0H1K<$_0Xe^''k ` 5br]ctZ7$6'0e谬tGo@zo =S呰= XxT9od@=Dl6qΟ!@ $nkEnPҩlЕzƶ;቟؇aQFa1)F>pA?d   9$(ENY s      0`x(8$ 9L :W FGHIXY\] ^0bucdefluvw,x<yLzTdhqx|Cmxml-devel3.3.1bp155.1.10Development 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.ddەobs-power8-03D:SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.msweet.org/mxmllinuxppc64le(ǁdd۔dd۔dd۔dd۔f1f5a412108284b22955b05b27ee53ad9092a3b36751219110b780827f46bb8f1e8f00bbe4c54d6a7395b2414f8c474f44880ee315d3ad1745688b0faf906a6d2d1fd7401f563684b3cc94e578c6e3cb8c38c0acd687f9952546375220e7b906libmxml.so.1.6rootrootrootrootrootrootrootrootmxml-3.3.1-bp155.1.10.src.rpmmxml-develmxml-devel(ppc-64)pkgconfig(mxml)@    /usr/bin/pkg-configlibmxml1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.3.13.0.4-14.6.0-14.0-15.2-14.14.3b@ao@_@^c^`[K7@X:@X%TE@T@Dirk Müller Dirk Müller Dirk Müller Adam Majer Marcus Rueckert antoine.belvire@opensuse.orgbwiedemann@suse.commrueckert@suse.dep.drouand@gmail.comjengelh@inai.de- update to 3.3.1: * Fixed POSIX thread cleanup bugs- 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 classificationobs-power8-03 16843314133.3.1-bp155.1.103.3.1-bp155.1.103.3.1mxml.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-SP5/standard/9f4cd37a4c905e795dd4d7975d70dcdf-mxmlcpioxz5ppc64le-suse-linuxC source, UTF-8 Unicode textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)PRiVMc<ޥ^mxml-doc3.3.1utf-84c8909580c04ea2e0c83b012342569f34e25bc46404b3534dbf8c75d21106343?7zXZ !t/F$] crv(vX0)*SqlfJn'‰Wƕ!UQ5'8TDwHt\0F[?&: rK|puKsg*;j!O]" ёM #, /o Y{"4`-4wؾy5Nw0̈Hф=?@VSѷnoAc"?k({uo'nei.KRz7p,KGϷ:w{M'Ԍ6E֫\ ?_G#+"x+.ٺL8gP@2CqER$Olbρ3hZ|!wq>w6>-Ǡ }Z^9\}7yU =amqnt(%{k+TQy;)_eIALOHY0A)އ'F9sd_,JKɣMa`O3hThc <ܙ,ߐW+ 0ⱸ_Pb{PMAK`ފQ-}QI7d#7yx#.&c \1Z% Q QL,N-`$ rJ{<plI~ErH V.'HW=#q yV^6L%Jy+(S}<0U/ήUio:|Hc_ܽb*wѰ6洞`N?f-b?F uKm\;WSr0Ft zJZ(ܥhJO0aˈ=wMW Yj}pIf XNL/G Ǯ^L,S- ״Zm>ru _od'yzα6n+{Pzv>v׈0hUwь7p; ]Wv\O8['EnE#`_R"d!;eih8zQ赓C1O/B72I;xAʭ[ (lF''v0]Efb7UJ:F߾``5p]%E>83Th֥}܌e97$mg:4{b;—9/A3s=kɔ.1@%RЄR"XV Oȿtq4C26zsLHWH햴<:X,3-qzdӆ{'IoӅ -EjC Mc`pA4 EmHV!.ey|a`pXip?CDN=ցR}xٔ.jg)Oq<͙KBӵmʔD.sHf2Į ~,S.^%%}`!`% $ }>gh~hdLE ;7 %''/qpՙI V.nBGY8v{ϫ(d'ǯanOC}{J}' 珢Z P=?{&HȚ3ZwmDe%I5`qik ƽzr/$ EÅUlCHKpb 4kix\'f%s@ kL_2 44IHXnm|DbFdӓ(^ݐULCuj*ċ. 5rs3$h/qqUDzU21_RJ)P#goZtBU8>^7v1))$ۂ5ɁU;@%>D#+ICԂ @wiZj8* :'g$r zܷ9lpm}әo=rf0D7XՈ`]ҡӎHD4jUcX;00fיg<~U%L(< '~2==r cp%樅 i7F&@PjUFox=LR'uK$ǀh$q'Mҡ}]y\~ee4;1ڮ.7~ y G]';kU"=$Qn(p >)H8 qABEqF |ir5CbiU)o00,lw5'Xew];usmV95b}hoxbKbqC:NNdc?H0qB5Di A,}Vf݆D3~AgV VkgUzq&>´7"cy,P%810hn_'F9icg1&,(/p=K8%O#Zb,;~9D 72W Tgd`B]w*-KҺ@)(Jk CA:D&R4-zf-K^O͏.[HVُrB&r;5͞yʽlmwPΦ<.{"p G(:u,|CV &T5[h@ۧ-rNJTQX} ;lm&d@ϫ&:Ӎ1)1)=#1Ϧ7ǟhpsL&}\f(u0ItX&Uk:bRH U/z놉6N]~hZ]aV4M T0aΝ@ùؿNA`l^] EʾgUGjHG)W tk'rUF-itU@`xgL*ObjNY/X:Ycܤvtm`U9GB&yMÍ|n>MmѴj;N7"Y5&㰢XlI8v\E] 3K7!XIV\e1ڐQcC_ȊtIm X܀|ⵕ=WKba3, ?}J6Ituug')gx-ݎF-&V0] yyQhV DZ0&QO:E8uM ~q©b`P|Ap)"Tm 9wozq.G-|4^ +礠m RF{QPTSH KɘQ;_3 RHK}հz2K͒ ir_ ߳hã ҥmlVa4X|诸Y ru|HMryQ} !ʺ>ZyY!6PМH嶜ϋ< +bi)3XXaX٬{fwpKذNNpsn+A [Oa `;nYK*\f.pI3 l 8A'#^R5J4ZBj icN?DX'W+}59.9x/ YdW88$\fR۞X`Sg 8 ;X@ðT?1-.O)\x :*T$pGpPM!RJDx|Rq?Yaɜ6{QXVЙ$EB%u<;CeTD)ؤ3!?aNAS܁1p)mQ.gAk,&hjIDe5-صjFq?Xq܀ңRO`xF#(RVsWR'c%r0!fE4,MUߑp`u $0 .>\o T'KE)Qc}+έ̑tmRI߃S ^)1y8g~܌,dDO9蘲kd)!Tt$jK­# gi7&N0^R|ܞ1-0/ڃsNY;9|NXLu.Dj3=Ck27n`BoO O6ixh7ҵz\x#+hS0_9Lpڃ}+ښ'hpgɯկk⿓@՜?n֋u; ī @^J&//;V5]T߯Yw~Opnb%?0o12?|&ixbnq7PO%M u+eSLw>꘎ƿ_>-~Bw~'I Ҕ[ :/KAF6+:w1~e|mf-Z;NƜAw/迍Wu]Э>\lZ*:J-^CwHTlQ%aؐڣRlv%-iUq%ڶ74hY9ʂ3 ͞?[+B9/̊5ƽ#Xw(ԞǪtVVKx}8g*:B4V*3+{pA tmMsJ__"'?[A'#4!JRUy8̀F0 qѴ`Ɉ"(DP3NK/TEyeQZ!_dg+p0 >i3 ImL}R80ssir']he E+O`6 x]@X[ FSL/ C/QT =-F Qs-YJ OMw 5L}K5[Yj‰~ j{7P~@9n*lNS5X4c [G~GQ nQiH8~32Up/ThTmɡ) Z8eX,]w~'%)G\B^Y yI@1DDԘYIm;0R >K UÆ)٭$S-mE޳~C%g@ @YE{\:#Q/9~nF טցן"맋S~_wNp]߁5.#řU?%A]2@qAw;#7CWq )z6]HΨ tI.xn;dY{Ds98qAy0W],E`4inb&DED0madЮ!5Tf4`1i -0wE \$dcYo놕@9IU-m=~i^yNr.|Jo?@I\P?a6U. !(Y7PCHyasS"(r۸KKFtaR` ֣3!Sb3ۅu _$Vy"^4GRck9yH]Y6jk p~dÏmّGSXf-gl΋b3$|$`-'W_Xb'! /+Z •o}01淐H*[&tO%i@9SK4kjK +#q*G>$Bb,?7Cg~P(yH?seMsa_R^=Sb8= 2<6[Ħ|- (V@hs w' TH٧펾fˤfP2':m3U{TFPT*E}KjhO;njBlԦ\W҇6 sxT,Z]i`Hƹ;,jG(їvOz6r<|K\%jdQ=!^^ 'ȉK{n-}#afY=l Mt3ߺϬAs2-ӟ_G ^lj0XU?;|J}>u%7ۖ;eh=7"tmzצ&W#e3uu+ þ,A¼;^CȀa [gR) \Ԁɋ}WFt>,dTW38D LHO۲Q J=u^u>xs4`iAAY ;vUC;}Wx+'ZZJh7**B{c׉Yf@'RRqsݥC4pzVPޚ9>7 *-@yWy;`ޫMZ긳f5NUP 'ula*E"ȯ[sQ i .(/noU zgd(.V:d}K,#ӕ("i4CY dF\ z E5Fk@g^q1yWˬϢƶ ׼Y 0,"[Y|62@Vɩ"PX5;0p4Ss)T_{%Oqo>g_"]\vrx6sb\kU#z Qow b_缆jK5n~ON !wW1uR8y~ k D8OZ]#;!Yc[6T_V?z?脭̇LqGwF\h ڳ(9$یNcwITv,ydcgb_N +"1g!3)E7@{D~ '6n Q(뼣#6Z`K/ڣ["_zZL |bȫSn_T(k9wn"},=ِy{WnzFCJC$6n&SV^?veT$l_e)';~^gT.D~9ㅾTַ ;1om'2LQQx23cQK8)CS\\5¡ѭ?OS L Yxl!I sCkB(!$s;nV<Ҽ!ɬ2Ne vx5U7vVyH,|ɣaIӳ:6 툞A mkLĩrKGot{@)M`/-= +L> 1rbըJUذzd8 ѵI-Hyd?g9a~wqU@Yh(sYnU5nsW AD?!H^X;Rˋm>M7]tbpfAIJz ܀7/_,}Mځ.zu.+:$)\p:1Z4Eu#ڣR2n-Q'!.StNI.%N7p=i ?h3[}p/Z43`LLǿ%#< V곈ԏ AI7AHJ.tٽ;w+@\$DcKbF_԰@|Zh?F{; +nT)&ɛj( ua-s*^2gx%dډ$Pr ΠPC=  9n@zđ8C0t6dٹduL ړ~:!`Ө%?:r! oJB0R$kDYT%GHȹ@NJ"!yxz-fKz7,2/_/RR^eqJb3x@7?\>jUvf?!~ Wtsh0+n`LHxoHiU`WT0]8Tf;•*:Y /_b}q$CQwEM+R@QI'iǟJlr YZ