Hello community, here is the log from the commit of package SDL2_gfx for openSUSE:Factory checked in at 2018-08-24 17:02:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL2_gfx (Old) and /work/SRC/openSUSE:Factory/.SDL2_gfx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL2_gfx" Fri Aug 24 17:02:56 2018 rev:5 rq:628565 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL2_gfx/SDL2_gfx.changes 2014-12-29 00:30:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.SDL2_gfx.new/SDL2_gfx.changes 2018-08-24 17:03:00.533993445 +0200 @@ -1,0 +2,11 @@ +Thu Aug 9 14:25:33 UTC 2018 - [email protected] + +- Added keyring to validate gpg signature of the source. +- Update to 1.0.4: + * fix int overflow in ellipseRGBA for large radii + * fix aaline wrong direction hline bug + * fix off-by-1 error in rotateSurface90Degrees + * fix to rotozoomSurfaceSizeTrig + * fix for special case of roundedBoxRGBA + +------------------------------------------------------------------- Old: ---- SDL2_gfx-1.0.1.tar.gz New: ---- SDL2_gfx-1.0.4.tar.gz SDL2_gfx-1.0.4.tar.gz.asc SDL2_gfx.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL2_gfx.spec ++++++ --- /var/tmp/diff_new_pack.h19jVL/_old 2018-08-24 17:03:00.989993985 +0200 +++ /var/tmp/diff_new_pack.h19jVL/_new 2018-08-24 17:03:00.993993990 +0200 @@ -1,7 +1,7 @@ # # spec file for package SDL2_gfx # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,21 @@ # -Name: SDL2_gfx %define lname libSDL2_gfx-1_0-0 -Version: 1.0.1 +Name: SDL2_gfx +Version: 1.0.4 Release: 0 Summary: SDL2 Graphics Routines for Primitives and Other Support Functions License: Zlib Group: Development/Libraries/X11 -Url: http://cms.ferzkopp.net/index.php/software/13-sdl-gfx - +URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ Source: http://www.ferzkopp.net/Software/SDL2_gfx/%name-%version.tar.gz +Source2: https://sourceforge.net/projects/sdl2gfx/files/%name-%version.tar.gz.asc Source3: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkgconfig +# Key: 231D4B58E1DDB871, http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/#comment-89 +Source4: %name.keyring +BuildRequires: dos2unix +BuildRequires: pkg-config BuildRequires: pkgconfig(sdl2) %description @@ -61,21 +63,22 @@ %endif --disable-static make %{?_smp_mflags} +dos2unix ChangeLog README +chmod 644 COPYING AUTHORS ChangeLog NEWS README %install -make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la +%make_install +find "%buildroot" -type f -name "*.la" -delete -print %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %_libdir/lib*.so.* %files -n libSDL2_gfx-devel -%defattr(-,root,root) %_includedir/SDL2/ %_libdir/lib*.so %_libdir/pkgconfig/*.pc ++++++ SDL2_gfx-1.0.1.tar.gz -> SDL2_gfx-1.0.4.tar.gz ++++++ ++++ 58528 lines of diff (skipped)
