Accepting request 238961 from games

- Update to new upstream release 1.0.1

OBS-URL: https://build.opensuse.org/request/show/238961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_gfx?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2014-06-30 19:45:30 +00:00 committed by Git OBS Bridge
commit 96bdc77c0f
4 changed files with 27 additions and 9 deletions

View File

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

3
SDL2_gfx-1.0.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 25 12:35:38 UTC 2014 - jengelh@inai.de
- Disable MMX not only on i586, but also ppc64, armv7l, etc.
-------------------------------------------------------------------
Tue Jun 17 09:01:15 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.0.1
* Various minor and major fixes to drawing algorithms
* Use of the SDLTest library for tests
* pkg-config support.
- Only disable MMX for i586 (x86_64 has it implied)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 11 04:00:40 UTC 2013 - jengelh@inai.de Mon Nov 11 04:00:40 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package SDL2_gfx # spec file for package SDL2_gfx
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,17 @@
Name: SDL2_gfx Name: SDL2_gfx
Version: 1.0.0 Version: 1.0.1
Release: 0 Release: 0
Summary: SDL2 Graphics Routines for Primitives and Other Support Functions Summary: SDL2 Graphics Routines for Primitives and Other Support Functions
License: Zlib License: Zlib
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Url: http://www.ferzkopp.net/joomla/content/view/19/14/ Url: http://www.ferzkopp.net/joomla/content/view/19/14/
Source: %{name}-%{version}.tar.gz Source: http://www.ferzkopp.net/Software/SDL2_gfx/%name-%version.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: libSDL2-devel BuildRequires: libSDL2-devel
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -43,9 +44,7 @@ Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) fo
%package -n libSDL2_gfx-devel %package -n libSDL2_gfx-devel
Summary: Libraries, includes and more to develop SDL2_gfx applications Summary: Libraries, includes and more to develop SDL2_gfx applications
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Requires: libSDL2-devel
Requires: libSDL2_gfx-1_0-0 = %{version} Requires: libSDL2_gfx-1_0-0 = %{version}
Requires: pkgconfig
Provides: SDL2_gfx-devel = %{version} Provides: SDL2_gfx-devel = %{version}
%description -n libSDL2_gfx-devel %description -n libSDL2_gfx-devel
@ -55,7 +54,11 @@ Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) fo
%setup -q %setup -q
%build %build
%configure --disable-static --with-pic --disable-mmx %configure --disable-static \
%ifnarch x86_64
--disable-mmx \
%endif
--with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -75,5 +78,6 @@ rm -f %{buildroot}%{_libdir}/*.la
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/SDL2/ %{_includedir}/SDL2/
%{_libdir}/lib*.so %{_libdir}/lib*.so
%_libdir/pkgconfig/*.pc
%changelog %changelog