Changelog for
libSDL_gfx-devel-2.0.26-36.3.x86_64.rpm :
Fri Aug 17 14:00:00 2018 bjorn.lieAATTgmail.com
- Readd SDL_gfx-devel Provides/Obsoletes, still needed.
Thu Aug 9 14:00:00 2018 rpmAATTfthiessen.de
- Update to 2.0.26
* Included patch for CMake builds against SDL2
* Fixed bug in rotozoomSurfaceSizeTrig
Thu Jan 8 13:00:00 2015 jengelhAATTinai.de
- Remove redundant requires
Thu Dec 18 13:00:00 2014 jengelhAATTinai.de
- Use source URLs. Specfile cleanups.
Mon Nov 11 13:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 2.0.25
* Unspecified bugfixes related to MMX support, _aaline,
SDL_gfxBlitFunc.h, 32-bit RGBA blending function and pixel
blend routine
- Set RPM groups to the same values as on the main SDL packages
- Own /usr/include/SDL as well
Wed Feb 22 13:00:00 2012 jreidingerAATTsuse.com
- update to version 2.0.23
* Updated sources to resolve some splint (static code analysis)
issues
* Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
itsnotabigtruck)
* Added OSX Xcode3+ template files to Other Builds collection
(contributed by Vasyl)
* Added various fixes and improvements contributed by folks on
sourceforge (thanks contributors).
* Switched library and test code to zlib license.
- fix self obsoletion
Fri Sep 16 14:00:00 2011 jengelhAATTmedozas.de
- Add libSDL_gfx-devel to baselibs
- Remove redundant tags/sections
Sat Jul 2 14:00:00 2011 jengelhAATTmedozas.de
- Use %_smp_mflags for parallel building
- Strip %clean section (not needed on BS)
Mon Feb 21 13:00:00 2011 tzotsosAATTopensuse.org
- Updated to version 2.0.22
* Fixed line width calculation for normal and textured polygons
(patch contributed by Daniel (SupSuper)
* Fixed version setup in configure.in
* Added rounded rectangle and rounded box primitives
* Updated test program for roundedbox + left/right-click support
* Fixed pie calculation (line-case detection, end-angle clipping)
* Updated DLL_EXPORT handling and added WIN64 test
(patch contributed by tigerfishdaisy)
* Added thick line primitive based on Murphy\'s algorithm
Wed Jan 27 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf
Wed Oct 7 14:00:00 2009 prusnakAATTsuse.cz
- fix provides and obsoletes [bnc#544957]
Wed May 20 14:00:00 2009 prusnakAATTsuse.cz
- follow Shared Library Policy
Tue May 19 14:00:00 2009 prusnakAATTsuse.cz
- updated to 2.0.19
* gcc43 compiler patch for asm code in image filters
* off-by-one hline patch for 1byte indexed surfaces
* update acinclude.m4 from SDL-1.2 and moved # serial in file
* applied patch to add pkg-config support for SDL_gfx
* changed configure.in INTERFACE_AGE and BINARY_AGE
* fixed zoom XY-flip code and made it available for all modes
in zoom and rotations
* fixed edge issue on interpolated rotozoom modes
* updated TestRotozoom custom test mode, added delay parameter
* added tests which include flipping, included negative rotation
* update libtool files
* updated Makefile.mingw
- updated to 2.0.18
* libtool update for dependencies
* fix uninitialised variables in _putPixelAlpha()
* reverted to original alpha routine in _putPixelAlpha()
* added colorkey handling patch to rotozoom
* downgraded optimization to -O for asm compatibility with gcc4