This commit is contained in:
parent
679981d396
commit
63cadea92e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:224c772f1a65d4707596d12f83712e195463d3c10940c11f5ed332abb58f85bf
|
||||
size 1022160
|
3
SDL_gfx-2.0.15.tar.gz
Normal file
3
SDL_gfx-2.0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e26da91c40e3bd8b2a86817a2978960a603b3b4f0a7cecf5d300bd8fdf79a7c4
|
||||
size 836131
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 23 10:49:43 CET 2006 - sndirsch@suse.de
|
||||
|
||||
- updated to release 2.0.15
|
||||
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC)
|
||||
* various bugfixes in return value generation and return (thanks CISC)
|
||||
* lock font-surface before using it (thanks CISC)
|
||||
* fix some breakage in non-MMX filter routines (thanks CISC)
|
||||
* fix typo in TestABGR (thanks CISC)
|
||||
* fix double buffer flipping in Tets programs (thanks CISC)
|
||||
* fixed microversion in .h
|
||||
* fixed texturePolygon inverted bug
|
||||
* fixed wrong surface use in test 21 of TestRotozoom
|
||||
* added pitch handling in font surface (thanks CISC)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 11:12:52 CET 2006 - sndirsch@suse.de
|
||||
|
||||
|
16
SDL_gfx.spec
16
SDL_gfx.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package SDL_gfx (Version 2.0.14)
|
||||
# spec file for package SDL_gfx (Version 2.0.15)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -14,7 +14,7 @@ Name: SDL_gfx
|
||||
BuildRequires: SDL-devel libstdc++-devel
|
||||
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
|
||||
Version: 2.0.14
|
||||
Version: 2.0.15
|
||||
Release: 1
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch: random.diff
|
||||
@ -117,6 +117,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{prefix}/%_lib/lib*.so
|
||||
|
||||
%changelog -n SDL_gfx
|
||||
* Sat Dec 23 2006 - sndirsch@suse.de
|
||||
- updated to release 2.0.15
|
||||
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC)
|
||||
* various bugfixes in return value generation and return (thanks CISC)
|
||||
* lock font-surface before using it (thanks CISC)
|
||||
* fix some breakage in non-MMX filter routines (thanks CISC)
|
||||
* fix typo in TestABGR (thanks CISC)
|
||||
* fix double buffer flipping in Tets programs (thanks CISC)
|
||||
* fixed microversion in .h
|
||||
* fixed texturePolygon inverted bug
|
||||
* fixed wrong surface use in test 21 of TestRotozoom
|
||||
* added pitch handling in font surface (thanks CISC)
|
||||
* Wed Dec 20 2006 - sndirsch@suse.de
|
||||
- updated to release 2.0.14
|
||||
* added texturedPolygon routine to library (thanks Jees)
|
||||
|
Loading…
Reference in New Issue
Block a user