libcaca0-32bit-0.99.beta19.git20171003-lp150.2.3.1<>,Sԉ\[︋/=„Dі WڕOGzM?"^ q%s].?>$?$td) 5 f<@LPclr       (8|(O8X9:> G H (I 8X <Y L\ ] ^ b c!d"De"If"Ll"Nu"`v"pw#x#y#$$$($.$pClibcaca0-32bit0.99.beta19.git20171003lp150.2.3.1Library for Colour ASCII Art, text mode graphicslibcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.\[cloud112 openSUSE Leap 15.0openSUSEWTFPLhttp://bugs.opensuse.orgDevelopment/Languages/C and C++http://caca.zoy.org/linuxx86_64/sbin/ldconfigf \[\[\[\[86bdbd6d1ee144161ed7df6ecb535b016c867ff68d2b3cc17adf60515752e2938eeb29bb1f649aa47e99b481d0fb5af1f35b1f871a3d99546845a914bfa8126blibcaca++.so.0.99.20libcaca.so.0.99.20rootrootrootrootrootrootrootrootlibcaca-0.99.beta19.git20171003-lp150.2.3.1.src.rpmlibcaca++.so.0libcaca.so.0libcaca0-32bitlibcaca0-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libcaca.so.0libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libncursesw.so.6libncursesw.so.6(NCURSESTW6_5.7.20081102)libslang.so.2libslang.so.2(SLANG2)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)libtinfo.so.6libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\GZp^@Zg#Zg#Ze@V@UU UT-@TT.T+S@QQE@OF@Oĺ@Oĺ@ON@M>M@ L@LfL{@J@I?@josef.moellers@suse.comdavejplater@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comhguo@suse.comdimstar@opensuse.orgdvlaeev@suse.comdimstar@opensuse.orgp.drouand@gmail.comolaf@aepfle.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcoolo@suse.commhrusecky@suse.czdmueller@suse.comcfarrell@suse.compuzel@suse.comjengelh@inai.decoolo@suse.comcoolo@suse.comtoddrme2178@gmail.comdavejplater@gmail.comdavejplater@gmail.comcoolo@novell.comcristian.rodriguez@opensuse.orgcoolo@novell.comcrrodriguez@suse.de- Prevent overflow of arithmetic of large (unsigned) ints by * declaring fields as size_t * casting intermediate results to uint64_t [CVE-2018-20544, bsc#1120502, CVE-2018-20545, bsc#1120584, CVE-2018-20546, bsc#1120503, CVE-2018-20547, bsc#1120504, CVE-2018-20548, bsc#1120589, CVE-2018-20549, bsc#1120470, libcaca-prevent-overflow.patch]- Deleted _service and use spec file to download git version. - Shorten version field to joliet usable length. - Change python headers to allow bindings to build normally with python3. - Use %license for license document.- Drop the py2 bindings they fail to build using rpm macros and somehow ingnore LD_LIBRARY_PATH, anyway provide py3 variant and stick with that- Switch to git repack service in order to get all the latest fixes * like python3 porting of the bindings - Update to version 0.99.beta19+git20171002.da28e96: * img2text.c: fix width arg case in example * ruby: require 'caca' instead of 'caca.so' * Only fail the check-copyright test if more than 10 files are affected. * Try to run Coverity from Travis CI. * Add some missing breaks (thanks coverity) * Fix header copyright. * Fix a bug into the autorepeat trigger. - Refresh patches: * libcaca-ruby_am_cflags.patch * libcaca-ruby_vendor_install.patch- Fix URL - Mention github repo containing more changes - Format with spec-cleaner - Remove support for older distros lets stick with latest only - Remove for years disabled mono and java integration code snippets - Use python macros to build python instead of waiting for autotools - Convert to pkgconfig style dependencies- Require imlib2-loaders in caca-utils package. All of the utilities fail to load any image without the dependency.- Add libcaca-ncurses6.patch: defined against a function name never worked, so set_escdelay was actually never used. With curses 6.0, though, ESCDELAY is no longer 'a variable', but a reference to a function, so we can't assign anything to it. We just assume that we always use a recent enough version of ncurses to have set_escdelay avaialble.- Build without Mono by default coolo says: "We don't want mono in Factory, if somebody needs it it should be set explicit (with_mono) per prjconf"- Update libcaca-ruby_vendor_install.patch: Use RbConfig::CONFIG instead of Config::Config to be compatible with ruby 2.2.- Update to version 0.99beta19 * No changelog available - Remove automake-1.12.patch; fixed on upstream release- Remove __DATE__ usage from cacaclock- Add baselibs.conf as source to make factory-auto bot happy- Cleanup buildRequires, remove use of xorg-x11-*- remove SUSE prefix from license- fix build with different versions of ruby- add buildconditional to build optionally without mono- license update: SUSE-WTFPL-2.0 SPDX format (choose from http://www.spdx.org/licenses or the list linked at license.opensuse.org)- fix build with automake-12.1- Use autoreconf instead of ./bootstrap since (a) that works, (b) avoids the inflexible handcrafted automake version check- update to libcaca-0.99beta18 - new "cacaclock" utility - improved FIGlet support - improved Python and Ruby bindings - numerous improvements and bugfixes - fix build with ruby 1.9 and re-enable python support- add libtool as explicit buildrequire to avoid implicit dependency from prjconf- Add 32bit compatibility libraries- Fix libcaca-devel Requires: libcaca-plugins to correct Requires: libcaca0-plugins.- Update to libcaca-0.99beta17 - Removed patches: libcaca-no_slang_acsmap.patch for < 10.1 libcaca-no_man3_pages.patch - pending investigation remove_badwords.patch - waiting for confirmation about bad words libcaca-0.99.beta16-libtool.patch - libtool method changed. - Fixed patches : libcaca-ruby_am_cflags.patch, libcaca-ruby_vendor_install.patch, caca-no-build-date.patch and libcaca-0.99.beta16-missing-GLU.patch. - Upstream changes : (See Changelog for more) * Add triangle texture mapping to NEWS and update ChangeLog. * Disable set_dither_palette until we really use it. * Fix distribution of Java source. * Large source code cleanup, getting rid of spaces, tabs, and svn keywords. * Nicer make check output for our custom tests. * Add missing ruby/test file to the distributed tarball. * Update logo in the PHP bindings. * Replace the old caca texture with a copy of our new logo. * Add #undef __extern at the end of caca0.h. Thanks to Carlo Bramini for * fixing this in #48. * Only define CACA_ALIAS with gcc > 3 (instead of >= 3). Patch courtesy of * Carlo Bramini. Addresses #48. * Add brief documentation to figfont functions. * Split check-build into check-doygen, check-source and check-win32. * Document file functions and fix a few issues here and there. * Move some configuration stuff from build-kernel into configure.ac. * Activate colour toilet font support. * Don't fail the check-build test if documentation was not built. * Simpler and more accurate troff colour selection. * Always draw all background in troff output, on beginning of lines too * Fix the source code to reduce testsuite errors. * Always draw all background in troff output * Fix check-build verbosity. * Fix shrext_cmds usage in configure.ac. * Map colors to the ones known by groff, defining mines don't work * Improve a bit troff export * Fix libcaca.a linkage (was off by one argument), fill memory with 0xCACA.- disable pdf API reference documentation, it fails to build with newer doxygen and the html documentation should be enough for the package- Do not include build date in binaries- updated patches to apply with fuzz=0- fix build, missing -lGLU - Update to version 0.99.beta16 - libcucul was merged back into libcaca for more clarity - internal FIGlet font support - use C99 types in public headers - runtime support for output drivers - BBcode export support/bin/sh0.99.beta19.git20171003-lp150.2.3.10.99.beta19.git20171003-lp150.2.3.1libcaca++.so.0libcaca++.so.0.99.20libcaca.so.0libcaca.so.0.99.20/usr/lib/-fomit-frame-pointer -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:Maintenance:9909/openSUSE_Leap_15.0_Update/3dae8bc820b14757a6327a4656e0cdf0-libcaca.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=eafd845ef0494d1cc5f9b7f2563fb52cca8e0dfd, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=22f3d231bc09d214fa51d5841385717e4ce1a71c, stripped PRRRRRRRRPR R R RRRRRRRRR R RRRRutf-8dbdd0f24a33e5e304544a8a885cbac9aa6afdd8e2a3b0bc05cb8cb0e4480df7f? 7zXZ !t/D+]"k%%(4whM[G0òWKI&ל Тuam+%T %m+=vBm`B]Θ12?|N⾬dc <<,'3y{4<9jQ Ag%4lRv%ݕeW3B k t/$ +H%čRg["f,p(^c/_3Wq~5aV֦"\–%ٓiIsz*{wʦi1\fYΡTkL@Z90VnQv[a;;BNșy!Wk.bc#D<,!%" )Zdow."- &a^3*\$I$,k#\U,Um&XE ߕ`Co޼!VHcOyZڿr>9JLj$: Ys6fqNV^"~LBΪ&5jDA 673.t>WlR'/`eto՜J<@uGl^M1&&EW/Ͽf,U>k⟇PHuZ$"xO9w_ T ѱi\Tv=TaבD:hwvYV:,ٱ ?㯍 4(%計a4_"]%9fRA13--;{q|Q{X迋<#[ p R*he\;8t߳f͞zڑ ~*eΪ=YLWrHHbL/U ] pBNbMuE!kr Xa("SSYoIa%DM$;#HБ# j_eV.disb "BhNb#R~=L4,"|`ي+SHuvjM(55`p^=q3׽)3Qc_Wz!8ݿ?f]$]G¦V% aљxeVD˴EJ@H]![M]O d[bdevHQG~9W2Y~[g0H&~5 ߅`k+< F356On K[U(W79o,D(fG/ںaLkת>ryNvIJUfګpgQ5]xx$غ%(*Be$[;ؕ~)&3h߈Ǥo wI(Ia.iWϨ`!; Zl=/lIgϑC!v26(=` _eu:8ﵵlYo]\_ q _xMɤPjR׉~>bq$\(tPs^Aޗ)0FH!r9&h{qa%HGh?0LT&0< zǠ;끍ol3s" ' k}Z6Ľ`7IΏX*P;+\kGMNrJX"<R &imhJq7{_$.mLԂZQ0τxahd,\N0 wH:ǵiEstC0e0XF΋`XȫD"dewQzW݅#)Cr3u t#Uk/Wy*.Sf 헄[S2Q%fv=+!0zxB dME~*%@ҜC}z,'VF]m< jM_eEw,U*V0nhscd-Q+`e4N3wCmVC4V,ƶv?BT޸=gQn-}D+΀ІVwv%Yi^Oy_ "Ҹ@߰Ep Ԟf_Mure@)gT,BZ t{Zc w!ʤ4d3Yohe4 75F睜ӳ\t6iO/Ţ++@j5ˡbɉ@AK!tl1o4RJf$ŧ(oEоo%]8 Eup3w I6_eGL,mzc$'3'V$,ɍDž$^{S=UFQIɨǐ96+rv|j&vY-hS{2C i-@fU1IٹTN6snslsPhH65lJr 㮋&bɫh_ZI ;~xJ EigLLo1K8ѷ9ŭ k);tCzs_qy NKƌDKCk-~cdĐpLˬ/0<:אC'M\p!zt #EՌBϕ~ w#;[D6Ѧq[#M?ݱN;aQ KJ,JCXih뱁(mP5 sD4Pe$)̀w7\dd̕7?ޤߒD@aoxō_H``b=OibPg[3JT09'"?HaZv] cwʔZwu'.ζW>Tnad|B۾rL7"+*{[LY{z hTs3_M]q=4N]۱W~u)NvW[Ld"?^/b38%XM0ƂM$nxyj@z0HYhE'Mpy"hW]:5_֬bG仃C 79-̊Ǵ?fI"}l Z% ˆ]2?H~a*?j7#R(#ƥ82&{YYCxqJhh6if2Qtʡ I=/1u.gÉf3BYЂ\b\Yx8*(4 бǣojIIZ/>L2RR\>b0A[hA0g_&R0On#% gnw/;L ,ΌC,~=Ow$K^3-O`+ \IVnd4 խr<_/ ˧n]XŖrx)tis0|`"1kS9a-o}UX+\ٓ4nPry{N7ntwp՘@W8Pv$5wnl`S} 7&mVB?9;iԜ\[V֟y@ f1>3U\NRbd?+O5؋Mf,خЌWڟ۩/;g~acj0O4˶=yY%' ;} ~1k_j) `E0yC*<%2>L= !v']YNuf9>V>M}PMgb(x4?ve4fs=-ݍՖ[6^s&7O {(G 5' sQ([``V%8Va@ fu>q( D^=xX5L`Nd8:D ''pT?,4>_-ϨKMY ۀz>4 L0\ XDHyTI%r1}B֏!x :k$f \ QVrRls k_>z+$ƫ24>˫ִd1 A !"d8눦S)"@zf9Q? %5<7&o;hvggP`) JAfCWn̶WKLн.Y{$#u${п|gj1P+YTJ(288ovS.x b^@R]%JO۱k2.vԔ ze&Oz:D48E'ʠ fX0s`ѶL!5;=OE(𪘱Z, !o/?le;W>-֘4Ӗ3P[WVz^Qom3|UEH8.be(e&IYE܈su,;^-IpRKLݏTGFU&`Y6xeu懤j~QȀ0ZJ«r`pE Z*J3Q.:0\w7xK/MP8I9`W<+0I VQ n]\Px\ps]\V]XSÛ 4lsjH:9~]G/7>ϢOxv4޴t\=.>d7pۛXJF xر3uW&buvP5BywZ})x>W34čT?R۵5\Apj.ˑqlS.WM'"[2XM[u^tbpHɶ"nj$bdve<ͦUrs cKҨoc%Fr4O SRF'8s{.G:Wƀa]Hhqke}Ek.p*?3Ty}P`LMdR` Ӑ<'Ps?WKt748QY%Q7KVoM3v^K]QLͮMB8X\ =]tĝ,[YPqޖMM|k++xu]3O<͚fBCĕV[a5VׯdlrZWg ?_|Oh%Q^TY u|]wwwSfdC]@p0+T"*g`GZ3N!7 ajOhefSv֑i~ͭtp0}I A]H7<+kyR>e%Z%cNhr {`7[o Mpܛ7Es`WC~3T&5&<ŭO9,0I kYi.?!# W۝Y&H($``QHҘ3_'O]/b Dvn‘1rRsqNbLđ0!KhHUCTn4Nu`WWu,kdoI ^̟fޔ(.r,/٬Ǭ!Q7J. dJq!|''Ww%D%Hx~75YtaEN֭ 0+dpND^5 etcޙz^ ƛ8tQD_CW&(%lP?rCG^jƺf4=/YܑG=RƯ\ڸ ?#Ȇ4ݫ6CC* J7sB@5\ꉊ::#ØwI2+ Bo)Ss2X>j҆=&)t;0}ELNjx.BD(ƺ()Zf\o3B\(u48f5iFPa0ܟQ)ƈK=_  7fF47uoA;,X{cۿFk,T@u-U(@a>$- $,x՞6,%1NI(a*k𤮆_;};yߦ{T#c0uу/H,>L@gspIEћT v 밧[!yB\Z$>jqxJIArU;o'$'S.qMlKć/ D6eKo} SNC/wO.S1[ D!ݓ~79bUx0)q'3{<,_ !#e3awL#jpEF 4+1ʋ{{黩?.^Im[2&\0zHǿkthrEL6xl(U]aowQqK fs '>ŤΠ@:`k-BOVS"F Bq!dUA ְ v12N+CE\7BT] ]w" 3lX@mKh줋xPG[Q^ T5aM-v~ X%-sbғ:4-F;mD~*?νj<2lv*yxu~Cq8o)wqK*^._ֻR.S wV@Fa +#[׃ &[fÇ+2b10Z+'Ko4'|jghq"!hQI}aO ] 35!pֈig[A;4vN? ~(&,B 5\ R8Oc).5gj2PF!p\v*<^UA`ebXŒ `-{0Ƹ+'[|sXMA߸7 VrA冨G9&`@D-@N?4jݑgo55~j`Zź f^F zQ)pXb B`'敂q5?_K+` YBr)`-^Z h:jz~s "(07e5Z,kKR 'υz4ne؉A'AbYBa^FDN~M韂]LHBk]EP@TU0KY1E?:Vvᩑz3PGE7Hx+|r`[l+WOɁ4lj>|z<. >{aFe;$34zم4r:F|E[e dp\h ޙ:AD]5ROWo>ڮ&]sѾ%}:%^p;]m 4 A'I-lSꋤrn]~ m_HhU/&DO2Y}4r8@GnPQ]| yZ?zˑ!FVUs a 5}_b,P*1j)Rg: _h{bh $Giwhd41ݯQz# Y 0.(p^eC0Hwن8)on0Ng)gWAhئ Ckh2/X||qB)B(EaP S{Mw[ Ӡฝd]׾]|5Tt5$.է2lsIcxJ{fFN4k]h_l@Vz^s0${0K:b2d$ge/RN7$Z+1 ;/~_LN 4?XG9@}cXx) ^?Wn4y㜝nc9|Q+/Ca)Q)Ujc @%HqOI v + _M]@Tﵺxhse==і Y."_ ~hcY)]rSY*%uR2GaG$>ܣ \;q2TEM0}^" +xyΆgB&˶f~r8:0N@*fG+Év+WGirE'C  U+5l U7\]IֳI#7eh7BpB:+; ܣT#b̐$*r k&=.G dm~I  $qUXS473g { Z@MpJwشYkfHh1uPxQgR/1nNeYڒ $oalhGj&#E%ʢq`AtL*#eYp ! 31VM*I*Ei&+V1__Maqʙ:;7K2ߠaЯ3skl}I7i_Q.}"NgIƎk-\G_ҢFYL~"5CO_x{sd2:##V}9W 6iUr|$ J^Cr_b& Hi&3d ^td)4l~uc -w SK2z)Y yw% c%M&(u" @'B`ƊqmrKJ9Um>X>jKRSrՠ!0z ET!1iD~9!FG4``iU ]{D9rim9"N.DzrL?hߕ+6O,h[̿$=BؓI=ܙi1@kڽv6%$ٔ;(Śm*T^:۬Pr#)18/!ߒW'N?O^;VƤ8QYq@]&E8s`$Uq%+Ƒұ|; VҌ٫__% GVYIB"vOX5Tv`ڻo&4ɩS"+zW~7da>UuWSCPb]i+Waޙbp%:}>F2Mٰ,-&vΠ>dJLLb( CvZo͖i:hҡtrrǯWRdgS][kc0ԓ~oZ۲赟p|wqfI\9,w3c-Đ8sW6×kkh3Q@)sbx0Cµibh0Y+,= rg:*3H7AR3VO_ P㣴-qGDzy~CnrMcB<=K{pL f.FQυB~; " sJğ9R_),[_0J$(̊isT}WZ%5"UX