SHA256
1
0
forked from pool/SDL_gfx
OBS User unknown 2007-02-06 18:32:24 +00:00 committed by Git OBS Bridge
parent 63cadea92e
commit f66ac654de
4 changed files with 33 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e26da91c40e3bd8b2a86817a2978960a603b3b4f0a7cecf5d300bd8fdf79a7c4
size 836131

3
SDL_gfx-2.0.16.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ac780303b76bc830b837e6030de60943df0c28d7b9dab3a7229427bb6f4c2ea
size 830086

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Feb 6 17:12:51 CET 2007 - sndirsch@suse.de
- updated to release 2.0.16
* updated config.sub to newer version
* added custom RGBA blitter function that sets/maintains target
alpha
* added setAlpha function that sets alpha values in 32bit
surfaces
* added TextGfxBlit testprogram for new functions
* Fixed C++ type in .h files (thanks Olivier)
* Update some text in README and .spec file
* Removed broken Uint filter routines from test program
* "Cosmetic" changes to test programs and Automake.am
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 23 10:49:43 CET 2006 - sndirsch@suse.de Sat Dec 23 10:49:43 CET 2006 - sndirsch@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package SDL_gfx (Version 2.0.15) # spec file for package SDL_gfx (Version 2.0.16)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -14,7 +14,7 @@ Name: SDL_gfx
BuildRequires: SDL-devel libstdc++-devel BuildRequires: SDL-devel libstdc++-devel
URL: http://www.ferzkopp.net/mambo/index.php?option=com_content&task=view&id=14&Itemid=29 URL: http://www.ferzkopp.net/mambo/index.php?option=com_content&task=view&id=14&Itemid=29
Summary: SDL Graphics Routines for Primitives and Other Support Functions Summary: SDL Graphics Routines for Primitives and Other Support Functions
Version: 2.0.15 Version: 2.0.16
Release: 1 Release: 1
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Patch: random.diff Patch: random.diff
@ -117,6 +117,18 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/%_lib/lib*.so %{prefix}/%_lib/lib*.so
%changelog -n SDL_gfx %changelog -n SDL_gfx
* Tue Feb 06 2007 - sndirsch@suse.de
- updated to release 2.0.16
* updated config.sub to newer version
* added custom RGBA blitter function that sets/maintains target
alpha
* added setAlpha function that sets alpha values in 32bit
surfaces
* added TextGfxBlit testprogram for new functions
* Fixed C++ type in .h files (thanks Olivier)
* Update some text in README and .spec file
* Removed broken Uint filter routines from test program
* "Cosmetic" changes to test programs and Automake.am
* Sat Dec 23 2006 - sndirsch@suse.de * Sat Dec 23 2006 - sndirsch@suse.de
- updated to release 2.0.15 - updated to release 2.0.15
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC) * bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC)