mxml-devel-3.3.1-bp155.1.10 >  A de>I%z һh@1S:GĒ =amY.\1yd\Bsm5K ‚(^fٰw޺L =̨_>@R*$pոW&3,b b ġdluȓvUpNuaZ}fl[8Y d<>0 6 [;,IԹā2c#o6JfX}6}kJWBʥNUpL|#1O/iW{F뀐||D\xUmJPK|XSv@f^$h2֚2w<yXVú#U =!f F/8BpcF-hb,esıO5-jywa~\%su1bb044ecfdb09d852bdc3f49155bdabecf213f30a12e682ddde44cd5eada70f23118c10cfaae511df5365b7911e27049bf90e801FDde>I%z ,>g8J}J~'c7k"h`qJRf-.0af!3yV|E8h.JtqIplKeyxzO_ن:g.gnq[tf "=q/]=t{'ƏcGܜEl9wv$7bVSۤ:>aW+̱h:<}gF"o @/9=NII1!O3rgB1 -L.Z86ë Pufx(;.27ۙR"&q. (N'-PAo1kI)՛)-&n1)ޓ2zٚBD%T(w./޾U*A]c!3ŀ/ZfBeXrz[?56~CC+Nu}M})3{gRg)C60/fXن- 랏 Z]ڻ5OxfuM!oLF>pA?d   9 $AJU o     (Xp(8 9D :O FGHIXY\]^$bicdxe}fluvwx,y<zDTXahlrCmxml-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.des390zl28D:SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.msweet.org/mxmllinuxs390x(ǁdedededef1f5a412108284b22955b05b27ee53ad9092a3b36751219110b780827f46bb8f1e8f00bbe4c54d6a7395b2414f8c474f44880ee315d3ad1745688b0faf906a6d2d1fd7401f563684b3cc94e578c6e3cb8c38c0acd687f9952546375220e7b906libmxml.so.1.6rootrootrootrootrootrootrootrootmxml-3.3.1-bp155.1.10.src.rpmmxml-develmxml-devel(s390-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 classifications390zl28 16843420123.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-mxmlcpioxz5s390x-suse-linuxC source, UTF-8 Unicode textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)PR${DagD>oYmxml-doc3.3.1utf-8770ddc2908090762e41c8b8c8f26e2e0299d15ceb1abafb7c37d4f0782640fff?7zXZ !t/F%] crv(vX0tGE-Gd}Xtˮ7`݉2L]hv>qoDT@ "`ނUD a&/JӋ̦*h'J6{bHSW(tJoj61eA+&BWKQœp<7}i]j9zqQ:^A\y\[,W4j+*81J3wOS-+{UUNTr`8 1/?^hNOVt/`5RhLrSWHyKV)7eMwxsLi=Dc6BtΟTVe>_* &{{ippJ4Z= =o\]%>P9-ᏓG&ebZ-3eO5l[~Q፷8[7#^{~uevdU 'hߎG[#R$b-Lp:V텧lBT\4~DF' 1!|2Gn\X$iGVl 3/~rx:+T'|:s؃轱փJPi".஦Tw}Lk!>&Gozϣ*s>_z&sW7wOBI;hT*G$ey\,5v*% MCY I! e딄 BT@qONmFrQIP(TÖ3QqZ7[ȅWBMՐwOS2f?4fh;=@h|+Q =3[&wOuaGw!8FXa s"f&"F%rsu 4ϷFToP~oh- ;؅b9iLa&lj:p3Cһ`Tزľ+k,`~Dm`BZ78wח$vL rSmFT0C%)=e"0A]̫y`]uF 9_p=Z `Y7e-ޫNOevqoNafx3ݙp1#OVxeb`~P_y)E&e6[.e+Ek(/#_pP0(-!~@OenЦz&xH.C@Rf9Z>UECXjr#K5[WJ3% [-y%~L3V| K 2C9feD|T60M~"713iwsg;y?jwڎOBlQu^eu/Co =7IU$R we +Wء&|8'[]ZOŰn6#.&Tɠ).]XL0x!m]A;*;NPahf.v +Ѭ4ӳPho B0*jjrJ1W]6LZ˂3oI9raŔqӸ-[ 2IlPҰ?Y/eb)t3=-6d}4ݞT}fW45[ߦQNܧNou ^ȱD61Dbi Zwh ~je}p0EW|Lu"q,0бAfJTwI0daaw;97ߜk٣#;*ތx&SFkD:MAVvȍy 4 ) CCO2i?MɰJmq"*شGwvR~c$_h}DQHP5a \Z?f8 `\4X1J< ;F*$qNhfc'?@(h.P6-aFbO4+*c1׎vHs,Z>/ѝ=R1JjX*lunЯMjC]4POj"H=&$<ΫLZbMT + nB%F`B LHV+9թR5Z !Ļ'_$JA{i@S K31ˊҸ[#@#]╂C(4iy: 3']C@;:2peܾ5 Փc ӏ崭ڦ\m%[Qӟ|pQUcX1 `Sl z|T=']];04 h,Jh_s,°\Vt\m'i,M]ɃɞAMH O5ZYW:e8>Q;5đ6TfyUlPeEu`qGV9]:<@} GUFW\Q @͜~A-r/+4(huۿ;{gdE ]Dmg2\'ȕ wdaQCM,!*|?ݛЄP?Ӗϕx)=`%Zc YݩA&҃Vմ'J,[2 +@RRס34_b]dyHT;p1Z%-7 ɹ#.޿n2|O+tVit[)ԥnT+usqx m+M Qi=k64*a({ZZK2?D4 ?}!Ya4Znöb|^W!k\$cnY *i!-)zJG#04 ࣜ4?PU 3E~AzW2< ZVW 5+#]!B?~BঁFnn2ՂӦ7 䗥|ۊ㮐B3~E*"h3@gǁjAm7[m#buf`H9VaN'['KT"BACVĿLxT??F23+;i''d:%BiO$0#OfMзablXI+_d[7JE:cO'Ǹg9Mڒlvz1W W՗кb"U9m%^V aY@=xk,֑,;돓v ZkyLKR|U.oZn 3wl G7]niyļI{ tGTfW)ߣ(OԼ_ض~W.0mH*?A2^6x1JUa]z/.A ԅKnro>d rw);gDzPL @c#}(F,|]<]CV;)|XYKU >/_/ZdlPLW}ȟt鎜f?{Oxшp.wqg0N."0:K]8(ѳΔ L] fu[5ejAmH;(:쎚czdevv=TvYbtY2IukC'N[Xk`='QN˸_.4m%:k,IƔ) ,\zA;yVm9HDr >p wi{H{t2~V_ӟW|Sq Y.Y4n&;Fw;ydh3Jl&4^i爀e}@I_Pq-fDAbR.S!ψ(dPXU ad9% |Q6f1ȍ}8MWT^vɗwJ8l H' B,qw=т%5`6Ki"2Eț`B ϊ4eL+.3ҙ3 2)vmK+,K/BZh' C4w8uuOdOb7sY/ƃaKRqtSF9nx1q"+Ҳep|,n3N)==EֱIQY^y ~t_Zɯ+'?:ܗugPqlH8]t|vD|ʟӔR+|p=D.؛- vck_`X,l(xT%PoES/ >Πbእ9"~ 2mFMXe{ֳ2? /QgE v8|9ͬRGmQK3I!x5:[Xu jQKكD.t\c_'Y4q`R־k4_xzwͮJ5 TfDOD 4m[1p8$E91Do~A?|sI,[ޅ/bR3 Cq}D: ޡ+kcV`2_b#'T|PWr(Zj)DRq:pa!e=W&4]4BƝMüҟk2j;7pb&'e#;dzə8ěHZoC~B@^QJnyl=F{+Jx/&A}q1r!AsZ3ߨ;u*}P5`v<2$Xŵ3BؾEs&@z -Mdxt.H Ѣ\7c @oj/OkH8(.4S4 WԿhNB)1FڜR6fv,_ٮ ;/gzO9q*՛ #֪f*0B9CrV oXHG'ąx˜ݦÕI0JE_`YX+gi)k\.W!j8Pyn׍3-|ƙfމhN'qS'UE/6SnRn1T}H+ӶIZ ՕQt&Ked/&b` koL5YEe jxREp ;4aoM*9CXQd+* &U??39FHȠ ~H=T[(g-Dgܞ/x2et5cR\V?IBJ#pC[r8%RĢ=1M Lət >Fze 5نNȋ^Y,6b+1#eA:kVbA3+vhM};o|;8Ѩx';n6}\3ضE,+cY v􏇶T5E@}HT4!L 3A^6cr;h@ َHKx敇!eiӱ,:2:I"Q}Y&>;<g 0.ΞbՍB!)6ՠzIcֺpW{eԠl~]¡-DNl,e c=;$fb~j/>!C$7[ezCQD-}.(>}}Kص#TR`X{Ff!f6~J]Rytkt5' '埩FޯRER ojo ;*ak7Nm: 97F=b Ӳb5=~w`f/N+XSEKθgPs VD cPƟ롁!A3"9*L{K—%ʹciCP*k^@N73:#4lajf1{b975wZ,:/b2kZp跖Im yS^^ Tl)3%׹AU~_ ~/} ƒ>\ Axޫ`餷.RצWW~맿?W;zۺvs@^& Q$rE8[cÖɴϠx\6CnU# I_ =.n"3ܪ0I ^_ٹ.R_dYE0(Y%RR+8jb2\` F7&ehws@?&*EN\=N2Z ,۹x B6tc:6^ʼږx )]օP͒ԸoNudqgQF $)1g/n8`$ю5xyJ.b YZ