libwpd-tools-0.10.2-11.1<>,4[/=„zAޖ`8_ Cu[qyٶY Zgp+K> I3 W 2 Қb0;wG3BV 1L)ʤ%atm+s⌆uM?z>P7=xF8Ɗt8&_EC$uB/r39.>NDxO2.廿3z:!|?!ld  L 5SY`            4 f  8(89D:FG H I XY\4 ]\ ^b!cdReWf\l^up vw x y z!\Clibwpd-tools0.10.211.1Library for importing WordPerfect (tm) documentsTools to transform WordPerfect Documents into other formats. Currently supported: html, raw, text[cloud114ʶopenSUSE Leap 42.3openSUSELGPL-2.1-or-later AND MPL-2.0+http://bugs.opensuse.orgProductivity/Publishing/Wordhttp://libwpd.sourceforge.netlinuxx86_64)))QA큤[[[[VYY[[[6b775fd0c488b81f22a730851760fe30f338971165ee770447103621148338820f44ec7131c62c7addab3b5e239b273b689ebe759bc3cf92ccf117b3bc6da6b7fa84152f3f4efe6a286f2be54e0ea694510b9dda80b8bb5483b77615d949d360cdf8d63a21bb13a229e8dfbe88c273a671a2b7bfc76c1903cae777c42e6fdfe469b5fa5a873894d9ffc670b0dc9544d0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibwpd-0.10.2-11.1.src.rpmlibwpd-toolslibwpd-tools(x86-64)@@@@@@@@@@@   libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)librevenge-0.0.so.0()(64bit)librevenge-generators-0.0.so.0()(64bit)librevenge-stream-0.0.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libwpd-0.10.so.10()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[YVwV@S,R@RQxQr@Qq1Pd?O@OKN@N@N_sML@M?M@L!Tomáš Chvátal tchvatal@suse.comtchvatal@suse.comfstrba@suse.comfstrba@suse.comtchvatal@suse.comfstrba@suse.comfridrich.strba@suse.comtchvatal@suse.comfridrich.strba@suse.comfridrich.strba@suse.comjengelh@medozas.decrrodriguez@opensuse.orgjengelh@medozas.defridrich.strba@suse.comfridrich.strba@suse.comcrrodriguez@opensuse.orgfstrba@novell.comismail@namtrac.orgfstrba@novell.com- Add patch to fix rh#1643752 bsc#1115713 CVE-2018-19208: * 0001-Resolves-rhbz-1643752-bounds-check-m_currentTable-ac.patch- Upgrade to 0.10.2 bsc#1058025 CVE-2017-14226: * Require C++11 for build. * Fix various crashes, leaks and hangs when reading damaged files found by oss-fuzz.- Disable silent rules- Upgrade to version 0.10.1 * Fix crash when NULL is passed as input stream. * Use symbol visibility on Linux. The library only exports public functions now. * Avoid infinite loop. (libwpd#3) * Remove bashism. (libwpd#5) * Fix various crashes and hangs when reading broken files found with the help of american-fuzzy-lop. * Make --help output of all command line tools more help2man-friendly. * Miscellaneous fixes and cleanups. - Generate manpages for the libwpd-tools- Upgrade to version 0.10.0 * ABI change * Depend on librevenge-devel- Cleanup with spec-cleaner and noarch the documentation.- upgrade to version 0.9.8 - implement WPX_SEEK_END for WPXMemoryStream: fixes an infinite loop in libmwaw when using WPXBinaryData over its stream interface.- upgrade to version 0.9.8 - Fix buffer allocation in WPXString::sprintf that can lead to crash - Fix crash reading invalid OLE stream - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Fix some rpmlint warnings- Add URL download path.- upgrade to version 0.9.7: - Added MPL 2.0+ as license - Improvement of OLE stream classes - remove integrated patch- upgrade to version 0.9.6: - Experimental support of Zip storage along with Ole. - Add WPX_SEEK_END enum member in order to speed up the Zip operations. - Numerous fixes of coverity and cppcheck warnings and errors. - upstream patch to really enable Zip stream. - package build depends on zlib-devel.- Use SPDX-style license field- Build with fvisibility-inlines-hidden, saves around 600 entries in the exported symbol table.- Remove redundant/unwanted tags/section (cf. specfile guidelines) - Use %_smp_mflags for parallel building - Set proper group on subpackages- upgrade to version 0.9.4: - Remove autopackage packaging that nobody uses (Fridrich) - Don't output points as integer. This solves some rounding issues along with the possibility of writing 10.5 point font size (Fridrich) - General improvement of code quality by buiding with -Weffc++ option (Fridrich) - Improvement of textbox code (Laurent Alonso) - Fixes of autotools Windows build (Fridrich) - remove obsolete unnecessary patch- upgrade to version 0.9.3: - Improvement of arabic charset mapping (Smokey Ardisson) - Build system rewrite and improvement (Tomas Chvatal) - Cleanup of return values (Thomas Klausner) - Fix crashes with WP 2.1 for Mac documents (Fridrich) - Fix bug in WPXPropertyList::operator= (Fridrich) - Fix memory issues in some WPXProperty's derived classes (Fridrich) - Conversion of extended characters in WP 42 parser (Fridrich) - Various fixes for building inside LibreOffice (Tor Lillqvist, Jan Holesovky)- Do not include build dates in docs, messes up build-compare- upgrade to version 0.9.2: - Fix build with gcc 4.6.x (Caolan McNamara) - Handle graciously corrupted WP6 prefix data (Fridrich) - Initial conversion of Mac double byte script characters (Fridrich) - Internally use UCS4 instead of UCS2 (Fridrich) - Add Arabic character conversion for WP5 parser (Fridrich) - Allow conversion of one WP character to a sequence of unicode characters (Fridrich) - Miscellaneous conversion fixes (Edward Mendelson, Fridrich) - Parse correctly WP 2 for Mac documents without resource fork (Fridrich) - Improvements in parsing of pictures in WP1 parser (Fridrich) - Fix wrong sizes of some functions in WP1 and WP42 parsers (Fridrich) - Fix handling of character attributes (Fridrich)- Add missing includes to fix compilation with gcc 4.6- upgrade to version 0.9.0: - Conversion of page-numbering (William) - Conversion of embedded images and text boxes in WP1, WP3, WP5 and WP6 documents (Fridrich) - Conversion of password protected WP1, WP3, WP42 and WP5 documents (Fridrich) - Conversion of annotations/comments in WP6 parser (Fridrich) - Fix some Greek characters so that Text written in WP5.1 with Printer Polyglott convert correct. - Fix Unicode mappings of some older Symbol and Dingbats fonts (Fridrich) - Drop the libgsf dependency in favour of pure C++ implementation of the WPXInputStream interface (Fridrich, Ariya) - Fix the footnote/endnote/comment/annotation/textbox writing in wpd2html converter - Improve metadata parsing (David Hislop)cloud114 1542647206 0.10.2-11.10.10.2-11.1wpd2htmlwpd2rawwpd2textlibwpd-toolsCREDITSChangeLogNEWSwpd2html.1.gzwpd2raw.1.gzwpd2text.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/libwpd-tools//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9190/openSUSE_Leap_42.3_Update/e1f49daa7c6f566772a3d1f55065c609-libwpd.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=5623f840c22d25e0ccc4cf6aa2edc6c645b928c8, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=d76706522dea8c16469adcd997a7c5e5f5052b4e, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=e323772a78a72efcebdcfd672af25e805c2c75b3, strippeddirectoryASCII textUTF-8 Unicode text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  RR RRR RRRRRRRR RRR RRRRRRR RRR RRRRRR9>ӯa]?`]"k%jjd1뺡"D#Kyiy,GUƇSH[PF[8z*m~e`ky;̗}M5;g%ݵ e@B>>{9^7 42 wu'&y79aU[ѴM93nhY)VeT4͎FpMiӖur[!;`kr&s/L1EL|Wc6w[$Xwg:9G"E8*o*&@IcE(Cz;BLݰ \TGE=궢hN߮k'joYt$֬Snm,Aʒvt7<+CEM=tda.7nxp@qQ }|x;_.?&D T DmGOAw7QJs?r"QNt"4vH 2 ǖhFCztYH1(~)2k%pҜS_0\^8x$|89#RGa$탰V_F"]YP#(ڣot Ρad @O4ebV̈́!5LLBxԏ75}+ fiKZ p:2`.IpOnBYU&0F† t-4 b)oP;DbΚVkHl &t_@3r0L2ʀXC ~!8,[X0}?mW>Fwy5n%dOjG_}J鞱Xha8]T~l^|>B  _i$FvQ,ObȆC%UxtX$on/[? XxzC㾲$+11+l"܏hf_kн4]cӇStߡFֵ*z0OܵRaG=U u9]o\睙B8FkSNjrs8bD6[@J[S *HtaЍ)0WF):nk4 F6I TNL_"}l/(oʍr%.HGBQGJ.|37X p5dcKsLGw'!Qtae Xv%t=n~v'Nz&ua + [dj] T7V:~ ҇ aXз)vzxgLXa|0,V+ߦȲ͂>`}L*И}(=\7FѲTU_sh i&k;$,CdbDkaZW^9&)6c})jm]OنVqt U XVCwfٙ=~4~]&FOe9uhع3p\.8K=ΞSa.R3Äs4'=:=DV7Ɛ.4ޔ FfLpvwJ@| O0ڝѹ4ɼ-;-4~OJ!XvW3O۾hY$KK:R+K`*;4o8{Toa采bNXU,GRގ{}+g^jΛݓKˆ-z2\"mUHOܫxz|He>rn'x,KDzG[y!ԫnMv9RnOиRjԐb71P=!Bc]&oRwެ+C#DvAB`'N)j"=.N?UcD!vY-N<^jZ "~(os ܨ"D ZTPB+U6l6^'=u7<-A?!HQ7.b\`-zB:5FK5?ZW|լYA Y DɁ>檔'zxnj샣9?u8䎷 PzUCr;|D ղ\%!?a_,۾N!^(Cx}EcL~r>ӝ/Z(kCTqM,@P Y>畓!oE*)7 jX]N/QJYt.lcz5cNggp(I\Taw7#5TNEZ獺BS2!}aMch _:|GR@,3ϗ{A(|I$jc'X^ (!Ν-œD|dHgM| %UL؀,42$7{VK淐9:>PՃ?jf]+@yGsdS6܁]4PeyƠ%G|ʎ2- W?7OE0ÆA ڨ+:pX\RpX6c !3!(tկK /+Iu0)|Jn- DHI*̉?3ySFJJT,=N[e*A7{˵VJO4A(VA˔cS?AV\(8gt?fb[ÙJ + CXvCXipcR+^GH(ZmcmFrRiIMy TUïO3;6"]QKm3ZϧT( lmGי۝ 6x+|gDrxTp@L>4JEZ5=);Ӛ~P7ɍ4"~ruE.齬"%"· > rP@] 3ܯ럨~^\NعӐqi)l4@m|*b.a 9 OݚN,iaknwR xîٶ Ub \7%dI7ϕ'tKSڿ^FR-CIKvxz #ZuTͬgPe J?k޴VD`gtik!ᶹz["ç/RlR8y Ue(U`E?ǜ|vCɴeeBWZ2\lPKeamlȂ`2;d0V)bprp#V} 4 #`ˌgs%]o҂fKòh\y˹; 6Ts -m.ocɴtb_k(w4 2j9xΫhM `t91sĆ+[˜qzx2lh GQj$KA\Fqr}ujWn)$|:;z+L:\,LA-iuǁb= u8N coYu-g[m;1J70iQq BepoLܚd ӹt7t.aqRެAHڢ6IHbB1|P^;j݄gi1KmfY7P7&01Jq5̊pd-1mI/bNdKȁ! թCWbf