update to 2.0.26 [release 2.0.26-1mamba;Fri Jun 18 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 03:38:20 +01:00
parent 46907ae211
commit 94950f100a

View File

@ -1,19 +1,18 @@
Name: libSDL_gfx Name: libSDL_gfx
Version: 2.0.24 Version: 2.0.26
Release: 1mamba Release: 1mamba
Summary: SDL graphics drawing primitives and other support functions Summary: SDL graphics drawing primitives and other support functions
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.ferzkopp.net/joomla/content/view/19/14/ URL: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
Source: http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-%{version}.tar.gz Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libSDL-devel BuildRequires: libSDL-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces. The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces.
@ -43,7 +42,9 @@ The current components of the SDL_gfx library are:
The library is backwards compatible to the above mentioned code. The library is backwards compatible to the above mentioned code.
Its is written in plain C and can be used in C++ code. Its is written in plain C and can be used in C++ code.
This package contains static libraries and header files need for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q -n SDL_gfx-%{version} %setup -q -n SDL_gfx-%{version}
@ -82,6 +83,9 @@ This package contains static libraries and header files need for development.
%doc Docs/* %doc Docs/*
%changelog %changelog
* Fri Jun 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.26-1mamba
- update to 2.0.26
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 2.0.24-1mamba * Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 2.0.24-1mamba
- automatic version update by autodist - automatic version update by autodist
@ -100,7 +104,7 @@ This package contains static libraries and header files need for development.
* Fri Jun 10 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.0.13-1qilnx * Fri Jun 10 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.0.13-1qilnx
- update to version 2.0.13 by autospec - update to version 2.0.13 by autospec
* Thu Aug 06 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.11-2qilnx * Fri Aug 06 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.11-2qilnx
- added missing calls to /sbin/ldconfig - added missing calls to /sbin/ldconfig
* Thu Aug 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.11-1qilnx * Thu Aug 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.11-1qilnx