Changelog for
libcaca0-0.99.beta18-44.4.i586.rpm :
* Wed May 29 2013 mhruseckyAATTsuse.cz- fix build with different versions of ruby
* Sun Mar 17 2013 dmuellerAATTsuse.com- add buildconditional to build optionally without mono
* Wed Jun 06 2012 cfarrellAATTsuse.com- license update: SUSE-WTFPL-2.0 SPDX format (choose from http://www.spdx.org/licenses or the list linked at license.opensuse.org)
* Tue May 29 2012 puzelAATTsuse.com- fix build with automake-12.1
* Tue May 29 2012 jengelhAATTinai.de- Use autoreconf instead of ./bootstrap since (a) that works, (b) avoids the inflexible handcrafted automake version check
* Mon May 14 2012 cooloAATTsuse.com- 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
* Sun Nov 13 2011 cooloAATTsuse.com- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
* Tue Apr 12 2011 toddrme2178AATTgmail.com- Add 32bit compatibility libraries
* Wed Jan 26 2011 davejplaterAATTgmail.com- Fix libcaca-devel Requires: libcaca-plugins to correct Requires: libcaca0-plugins.
* Sat Nov 20 2010 davejplaterAATTgmail.com- 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.
* Fri Nov 19 2010 cooloAATTnovell.com- disable pdf API reference documentation, it fails to build with newer doxygen and the html documentation should be enough for the package
* Mon Aug 30 2010 cristian.rodriguezAATTopensuse.org- Do not include build date in binaries
* Tue Nov 03 2009 cooloAATTnovell.com- updated patches to apply with fuzz=0
* Mon Mar 16 2009 crrodriguezAATTsuse.de- 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
* Wed Jan 28 2009 crrodriguezAATTsuse.de- remove \"la\" files
* Thu Dec 04 2008 cfarrellAATTsuse.de- added patch to remove badwords because of bnc#441358
* Thu Jun 12 2008 pthAATTsuse.de- Build dynamic libraries, disable creation of static ones.- Compile with OpenGL support.- Install ruby bindings in vendorarch/vendorlib.- Fix file list.
* Wed Feb 13 2008 pthAATTsuse.de- Update to 0.99beta13: - device-dependent cursor support - event API rewrite - Ruby bindings - Massive C# bindings improvements - Python sample code - support for 90-degree canvas rotation - better behaviour when trying to output Unicode on an ASCII terminal - the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth Forms and Miscellaneous Symbols Unicode blocks - new rotozoom effect in cacademo - preliminary .NET bindings - blitting canvases now makes use of the canvas\' handle coordinates - import functions can read streamed data - attribute to colorspace transformations - added katakana and hiragana glyphs to the built-in font - support for blink, bold, italics and underline attributes - fixed Imlib2 support in cacaview - fixed buffer overflows in the file importer - support for fullwidth Unicode characters - transparency support in the UTF-8 importer and exporter - ANSI importer now handles transparency and UTF-8 - various memory leaks were fixed - implemented cucul_getchar() and cucul_get_color() - handle transparency in the IRC export - new cropping and expanding filters - full Unicode support in the OpenGL driver - all demos except cacafire were merged into cacademo - added a compatibility layer for pre-1.x libcaca applications - libcaca functions use errno for error reporting - ANSI importer - cacadraw, an ANSI viewer that will evolve into an editor - Unicode input and output support for SLang and ncurses - license switched to WTFPL - libcaca was split into libcucul, a standalone text manipulation backend, and libcaca, the display and user input frontend - TrueColor (more than 16 colours) support - Floyd-Steinberg dithering - gamma correction - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA... - builtin fonts for device-independent bitmap output - various text transformation routines (rotation, horizontal flip...) - OpenGL renderer - kernel mode to build libcaca programs into a bootable x86 kernel - cacaserver, a telnet server that can be hooked to libcaca applications - img2irc, an image to IRC conversion utility
* Sun Apr 22 2007 roAATTsuse.de- use texlive for building
* Fri Mar 30 2007 rguentherAATTsuse.de- Add ncurses-devel BuildRequires.
* Fri Aug 04 2006 pthAATTsuse.de- Adapt to new X11 paths.