OBS User unknown 2009-05-20 00:06:23 +00:00 committed by Git OBS Bridge
parent b55e1ab77a
commit 01b5814f92
4 changed files with 57 additions and 16 deletions

View File

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

3
SDL_gfx-2.0.19.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue May 19 13:29:53 CEST 2009 - prusnak@suse.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
-------------------------------------------------------------------
Wed Feb 25 15:56:44 CET 2009 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package SDL_gfx (Version 2.0.17)
# spec file for package SDL_gfx (Version 2.0.19)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,9 +22,9 @@ Name: SDL_gfx
BuildRequires: SDL-devel
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
Summary: SDL Graphics Routines for Primitives and Other Support Functions
Version: 2.0.17
Release: 49
Source0: %{name}-%{version}.tar.gz
Version: 2.0.19
Release: 1
Source0: %{name}-%{version}.tar.bz2
License: LGPL v2.1 or later
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,7 +56,7 @@ Authors:
License: LGPL v2.1 or later
Summary: Libraries, includes and more to develop SDL_gfx applications
Group: System/Libraries
Requires: %{name} = %{version} SDL-devel
Requires: %{name} = %{version} SDL-devel pkgconfig
%description devel
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
@ -82,13 +82,9 @@ Authors:
Andreas Schiffler <aschiffler@appwares.com>
%prep
%setup -q
%setup -q
%build
%{?suse_update_config:%{suse_update_config -f }}
rm acinclude.m4 ; touch acinclude.m4 # Only contains SDL.m4 and libtool.m4
autoreconf -fiv
CFLAGS="$RPM_OPT_FLAGS"
%configure --disable-static --with-pic --disable-mmx
%{__make} %{?jobs:-j%jobs}
@ -105,15 +101,36 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README
%_libdir/lib*.so.*
%doc AUTHORS COPYING ChangeLog LICENSE NEWS README
%{_libdir}/lib*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/SDL/*
%_libdir/lib*.so
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/SDL_gfx.pc
%changelog
* Tue May 19 2009 prusnak@suse.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
* Wed Feb 25 2009 crrodriguez@suse.de
- remove static libraries and "la" files
- correct -devel package dependencies