mxml-devel-3.3.1-bp155.1.10 >  A dd׏I%z 2DhV }+`r_)운*\Na*d5"H2HWC疛V</l2Tδna~¹u(qa^s; v6)mHfyF+(DŽ!Dˉ94iG((I*7tY,}*EUM@p9uKfT< 1M_ =w2>qzZmp-{i%{D:.]KяUQН.sZ'ӒA@6bJ݅/\bݺ.y1 H\NHvPH1{+F)xy3480b2a13cb63e311b82a5020d5cff35eebf30f6ca0849df25dd32515abd969ab7cc046cba4439265461ab528c1aad8ce4c4ea29FDdd׏I%z / 3?ӂӼ:sUg7.^uȹw]<Zʇ̫+5* |\if(0j5\O13,[wk9ű,}8:i qߔrN-J?'(_dtAa2j}/Ѝ$( %xU440$"0!5g#5ϢDʌ*EJDikoChYZ JC%!5u5$i<7[ɛp G1k| ۍg {X}DQJ^.u*(b 9wa mL8Ó]\wlU\C W z;ѿ_۰>_M&2q9CоE%5op) ׁ<yRS~|Ps aV\wM*XqeȜpA?d   9 $AJU o     (Xp(8 9D :O FGHIXY\]^(bmcd|efluvw x0y@zHX\elpvCmxml-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ׂold-cirrus3D:SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.msweet.org/mxmllinuxx86_64(ǁddׂddׂddׂddׂf1f5a412108284b22955b05b27ee53ad9092a3b36751219110b780827f46bb8f1e8f00bbe4c54d6a7395b2414f8c474f44880ee315d3ad1745688b0faf906a6d2d1fd7401f563684b3cc94e578c6e3cb8c38c0acd687f9952546375220e7b906libmxml.so.1.6rootrootrootrootrootrootrootrootmxml-3.3.1-bp155.1.10.src.rpmmxml-develmxml-devel(x86-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 classificationold-cirrus3 16843303703.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-mxmlcpioxz5x86_64-suse-linuxC source, UTF-8 Unicode textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)PRʲ|2/2ڞmxml-doc3.3.1utf-8f06a200e9154533e130236ebadcbcac3dd9d4276db7586c552582ef02a7ff1af?7zXZ !t/F$] crv(vX0s]zR Uʣ@NLs`]enLl|7(AX .h9Um%Nx m]=6vvVwچOr]h[}ϙDž'P#HI+<=I418%:s_>}Ą\)&S%5|RP@jwLVF2e'pY$A}j"ޡʽLx:lbhS|^5 ]$]SmOOM@>g`_u$ۀ8iY`^li&zlj>+S~(=_ eƥ䂠Э=74 `ݱw.fEm,fԇvrڴ@Q=mv<$wIPysuzJA/@n)/"PZs:|U,鎨?F̑"(pwI%9".z]7ѡIK(2 LTT*{ gBn\SYnϑ#.>?Әa#k@^rLfxd$4d o/|7EGo h}|"oDB|Ӑ4L"Fҁ9t8z_h> dCdRpu CTVL7^'FҳKK "fb&{0™MPS%1%O7>ͼԿze2I{ /^HǃX;Vko-1(+CWOQjz%0j6${ Ր42/ȕV#`[ԔdE_PgyfA_Dי V[k$+䴟$X-4RTg:9EC, GF{I_2Z& l/|)]kැ0RTGQ {oBDBj7JHSXz-JQ ޿@"2w5j7!.iR)i܃Dzԋ:Q#D ȥ FeqJ fps)V5V܁RfĬ"7JS_R꼯+^wZYȥ|bo&$o y38aɤ?'CYe~c?X8zہ!MU;=cB5 ^ BEz3c1 .{ ^U>Z@֩n2qT 7V^$&o,>ʐ\w _O9n Ivۊ=p~IL%D beg8l_ [<1| ҽKAI5|C㹭:fܟsTW fƄ-^j@'zTXdDMz4Y`ujɗ਌cceN}.?+u0ح7gI3Gb|,C!EIܪm'Y˞>P)$Y̍QSZu *ښ;X$L{n9 dMV8s8yPk<$G "h,: Nt WίT^#._$Aj6Ww͚79úתaTj/$G I[rN 0Ys-!{#`_?.{ʺ:|ێULU]x#O𾨹3BxZm۲"• 5ۨNB'}y8}uÈ2t u6(D{W{-Z:P &_k$i-%_Hb:ӮhjHh:bTQ\G`9ׇNaT_C ]\L6X5;Bź't"U(raߵ* 䁮SEsEATŁ"8c 'PyowfrLޏGJd } iH>zn`]8}~C\X>E@uʊ1~u,FZ^ij Vlʮo탐%4N6*œKCd1TP?ֆИrb_AS4 _kox1|- Q<fvJτCJyzP (.j'Z׀J]w=㷕k*)˱ { GILߧRnAv`-ZK{~_Lnt>zб8U 1wNBv:o9 f5#7gFlIW+ K,Ics$*PEZ֦]C (I kZƣ§hRK^J1A< ;oHqQ(F:F> jЕxU4$i,Q1݁G˔~~ν115q$Ijۻ:l#]L_X[6:-Ye8$qV6OHP89Vm|ɋ[%vl **]\lHWln\ڠBW5M9l{h^\}` 88fh3ޭFbt#D }$V(slI`ޝ!RɃ0} iE.v;>tM0ShmD2Ši"ń6v&lCl/'01X#/?f0ӹxzВ\e?; QW)e.\ cTЂoD B>чzkE9OI|"PRN_! ypqE.H t$`AA+|`zm!BP\&׋شMЏ!k%nz>0% hPDrIُ fc].k)#y%?EKl-ȼ٧Y6}NR&RaB&| ӺזΛ8 " M4AM?𦫟M`P$c:}W ufUzh@mq舸B4oE53]}\TDst REB^O(ߕ>%Bb]^ɧE72_8K[<11g}[d.& ݧ:t4/nWvr>w.lZB3.N1/#LZv-.Aq>(JKhLFQ*CM޼0܂Jiz8f?BhV 9˫/ER띐Hw/K#a0HO3WJ0U*)8{aP/ Zx椴n6u jly*Tj(mh/Xx0a.qrbn ˍcna#QxZB yJz'o2_bp-ˬO˵dvd~½SD)MB+NL65 wO⦲ g$ O]C_6S}%ièy|K_m@@j}-]Diua1˯hj_tET4-8`Mgo Vmw!vs_]ǽw Wj<?}@ ].% V}L7n+7-qT=$;RUmIK.q_wa u2;DU;CJ]bzdNyE8Ǐp:mRai'lUղmK.'\&ikc69 qi4:C"us dŭ[E)7ym R&{O?NB=Z5 !,鯛.5G%Ay[KȘZSg{fJj JΔ2f}Ei j;*%?;y|?>ѹت!z8743{yas4Q{N\̦`Y~3k0CZ:hwQAER\yIgxL!SVgES֦=;tܰkR@m7} LWD> div }d:JG*Dl>%{\A(*0w ﳼV< sθd %C+'y t4ی A~txh4Zit,,Qj ?E ,kSPFgI&yŝRbRE.㩶xL?o[LavtkxVhi@jۊxbm$ ǧm.ҠKed QևnLUم1}I> ;'v/Z\ euwIg2j@bH:L-Dx3@Ex|C#1-'@s\Z@&i}: 8àaxyywa<,I[fCB_7aM}c}_VrnS@0sd2WHu,su`ẒLqS41XǽD9Rt4A|cHZ Y}vzUQNB;P}YrTDakvK(V,x6y>;R\- RjwoVTB |G8UI {1G# sBRŋ⻚ 2Wrہݸ&zaDF^~k^ʼnK搖&ŵeq| .|J;9WPsXiTl fXrhwSKoF/;l5VBoOrS)L>,X5ESFHPaߕSUp$cd-~^kx|3aØ|QlV:SSaKps6IT2#m;<=(%JްcIN!)Vz+KitI1h2EX7 >tgtYUm{Gat/ 0$T+[]SFA%8p 0JsCI6ݟ8VK+Em>wG₋Aj6˂$Yg7Ҝ/nnKe\]ffl۝0Z n~*߷G/'j83t ߂76\ X] bOS ew4U$) %jR m}Kkr:&S)jzQɩ:4* nuƥKtζ^4 Q"lh ſH۴rc U}.l{Y8~ѻ=J`ERrJp~>7F#ބ+"F< CYb[ %:7{k\T0 [/njiLC ॢ^fAȹvH(;$<`Q雒k\y lHd!7TL*3sHMy+Qr8c@ Hj0Ds%eX S6u=Iϰ=&nk,iĹo/`4!.˄_KYI,`LaBZ}E0!1W s/BML$ܰy q(:sbe*Hqlzq'N½a.L/Hm"6uu" _I ՚ş(N4&  Eʥڝ&DJLMȪ!J1h [nVaI}4Q(pl$:PHu4b?NQe/@4I/͕" Dq~ x\&CR ,&'qm>\[%Fǽ [ayF屨Blr+q18,(v_X0b>}oF珩@1>%< u12bGi=of~ϔ(}o#i_7,:1r=_hZI7> ȹ®ՈA5Z |ADJs쳣~␉3 ~n : NkQ/W{ayh5QLQ3/-R|KʤDAof)`>YL<3lCOB:QMmBl19D}`g>Q-49 VDRkb۾fͤhP?*K$?@ Y8B )[s [,涌miԙ:70U#ZW$RX!Dg d -8N7t{!Kj"FeZQW+F>ksbWrDDOfF̛m/1Q-{YV~O{ͮaZFmvȩD64*>MUђԐ+=2To*A\3+K.iio䮀cš-xl~k݈z^OW$`:XLQ€-M_8({C#iV#<39M~`RT'l~-0#c|@NN!PQPSP]Wa2&_` _kە{{1ji|z?VImM`n6&ŮeRĐdQkͥdp tVO#rmlfnCLv`b8[]C;0@aB0Q qXt qq҂߫-=9w,\)|WQ ty{|cJ%zk }??M!TO1J[|eN6EbChէ*7ukt_+jJͺ YZ