python3-caca-0.99.beta19.git20171003-lp150.2.3.1<>,1\\\L/=„ѧx1g |.eu)[Q[*yicY@Bjv[TU( #;|fP{ErgCYX}塗~zSbQ(9U^Þ(AA'8eo FfbZIdte늫6. /7*mmV&ߗ)<'# =-N/Zw2Aȵ2g|R%2'=>(?(d' 3 O $t    ( 0,|(S8\9: F"G"$H"tI"X"Y"\#]#P^$b%Hc%d&e&f&l&u&v&w'dx'y(z(L(\(`(f(Cpython3-caca0.99.beta19.git20171003lp150.2.3.1Python3 support for libcacaThis package contains all that is needed to use libcaca from python3.\\Lbuild34openSUSE Leap 15.0openSUSEWTFPLhttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://caca.zoy.org/linuxnoarch#+ j#%Y/ A큤A큤\\@\G\\H\\@\\H\\@\\H\\@\\H\\@\\H\\@\\H\\@\\H\G\G\G\G\Gfbbe32b9b873810695907f155149253332287ac082fb3346458ef1df34a9fdaef4a612fd72380f911915a036f9908558a4122916dc6dc88d689408f4387646dc4d3030536bdfe62c0884c4a016504867df234b9cd837815f3e1bf0f58f579c8f9ff477460531362b36a20de804cbc6be49125ccc91a868281dbdf1ca8cc85ddf5d208e69b03b307e1e4faee31cd610669af15bcda677a344ab0a0da5e5e16c81b7ab2e044d497b7e509fd271cdedec0e8111f0f837505a4fcb76aa51199259cf811bc839f9d1c974b5079fda0b966cde0ffe4fbb9345422f41d0fb3f61497513370d4e3037de81b6c8d4034c1f3497d75b8abb4b22d4d0d5953bb2b24c4491f2cd8d14f2e2e5364e4838fe1f37f207b7e6dc7ec889d42deaa2e30e7ed42a68d279cca5681f2b9d82dadfd5e6422d6446aa6c6309abe6404f0708966ce479266b54896f79e82935de0f16bc2ec35cf32cf10c1f9ee97616703e3dcee2434acaf99446b097cc19ef547d300188d5819a38dbafbe59caca9efaac9ebd78b9e50f82__init__.cpython-36.opt-1.pyccanvas.cpython-36.opt-1.pyccommon.cpython-36.opt-1.pycdisplay.cpython-36.opt-1.pycdither.cpython-36.opt-1.pycfont.cpython-36.opt-1.pycrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibcaca-0.99.beta19.git20171003-lp150.2.3.1.src.rpmpython3-caca@    libcacapython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.99.beta19.git201710033.63.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 supportbuild34 1553685580 0.99.beta19.git20171003-lp150.2.3.1caca__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccanvas.cpython-36.opt-1.pyccanvas.cpython-36.pyccommon.cpython-36.opt-1.pyccommon.cpython-36.pycdisplay.cpython-36.opt-1.pycdisplay.cpython-36.pycdither.cpython-36.opt-1.pycdither.cpython-36.pycfont.cpython-36.opt-1.pycfont.cpython-36.pyccanvas.pycommon.pydisplay.pydither.pyfont.py/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/caca//usr/lib/python3.6/site-packages/caca/__pycache__/-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-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledsymbolic link to font.cpython-36.opt-1.pyc RRRRRRRRRRRRRRRRRRGc;3J"]utf-8c238f719761307e526e5dc74142efb21e5c6c943c5357abfc8defb1d5e5a38ca? 7zXZ !t/X]"k%˹0a R@hk '+Gv -<-V;9 Җ{^:)(wܮ?fRM-[?B(HP?&"ܒB`Cull'k4?WqHⅷ X+l^^ V{H̄߶г5e9#M]thݯЃ1ʔeIȎB+1w^Mv>`|eVO .|:\`Gn-LpR{D"p?ݯ7XK&ˊ:V9.Y92<ܕN 1>]IO&BjQ)> CͧN&|aۆV"IrbR~&  _bKcĮkmZ|Nv=E[徊7%A!ߪۧڧ>TuL>3F,ܿM>`4HHp o?k_qOdMCpP#Rv΢;JX]Oqzl\as)\\d)իq3[^QOOgÎ$ z{E/}Г b[&!0[3Ajɜѕ,)~G'HT((Q>qxV4YtC °+G ٶV;^(W0Ti9Hna#$fSC4w*3ƃ*,H!Ҏ!'hwJjeq) ݞ뀫4y&h{PϋG _ ETԻMDћY7sŝ?AoO% ^qX)'r$TjQxYaVW셫+8r#KDpϷN}pգY's|}ǝc)eiv