Hello community,

here is the log from the commit of package SDL_gfx for openSUSE:Factory checked 
in at 2013-11-19 16:29:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_gfx (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_gfx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_gfx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_gfx/SDL_gfx.changes  2012-03-08 
19:45:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_gfx.new/SDL_gfx.changes     2013-11-19 
16:29:10.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Nov 11 03:49:34 UTC 2013 - [email protected]
+
+- Update to new upstream release 2.0.25
+* Unspecified bugfixes related to MMX support, _aaline,
+  SDL_gfxBlitFunc.h, 32-bit RGBA blending function and pixel
+  blend routine
+- Set RPM groups to the same values as on the main SDL packages
+- Own /usr/include/SDL as well
+
+-------------------------------------------------------------------

Old:
----
  SDL_gfx-2.0.23.tar.gz

New:
----
  SDL_gfx-2.0.25.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL_gfx.spec ++++++
--- /var/tmp/diff_new_pack.rnHnUy/_old  2013-11-19 16:29:11.000000000 +0100
+++ /var/tmp/diff_new_pack.rnHnUy/_new  2013-11-19 16:29:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_gfx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,63 +16,45 @@
 #
 
 
-
 Name:           SDL_gfx
-BuildRequires:  libSDL-devel
-Url:            http://www.ferzkopp.net/Software/SDL_gfx-2.0/
+%define lname  libSDL_gfx15
+Version:        2.0.25
+Release:        0
 Summary:        SDL Graphics Routines for Primitives and Other Support 
Functions
-Version:        2.0.23
-Release:        1
-Source0:        %{name}-%{version}.tar.gz
-Source1:        baselibs.conf
 License:        Zlib
-Group:          System/Libraries
+Group:          Development/Libraries/X11
+Url:            http://www.ferzkopp.net/joomla/content/view/19/14/
+
+Source:         %name-%version.tar.xz
+Source2:        baselibs.conf
+BuildRequires:  libSDL-devel
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %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 current components of the SDL_gfx library are:
-
-- Graphic Primitives (SDL_gfxPrimitives.h)
-
-- Rotozoomer (SDL_rotozoom.h)
-
-- Framerate control (SDL_framerate.h)
-
--  MMX image filters (SDL_imageFilter.h)
-
-The library is backwards compatible to the above mentioned code. It is
-written in plain C and can be used in C++ code.
+surfaces.
 
-%package -n libSDL_gfx13
+%package -n %lname
 Summary:        SDL Graphics Routines for Primitives and Other Support 
Functions
 Group:          System/Libraries
 Provides:       SDL_gfx = %{version}
 Obsoletes:      SDL_gfx < %{version}
 
-%description -n libSDL_gfx13
+%description -n %lname
 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 current components of the SDL_gfx library are:
-
-- Graphic Primitives (SDL_gfxPrimitives.h)
-
-- Rotozoomer (SDL_rotozoom.h)
-
-- Framerate control (SDL_framerate.h)
-
--  MMX image filters (SDL_imageFilter.h)
-
-The library is backwards compatible to the above mentioned code. It is
-written in plain C and can be used in C++ code.
+surfaces.
 
 %package -n libSDL_gfx-devel
 Summary:        Libraries, includes and more to develop SDL_gfx applications
-Group:          Development/Libraries/C and C++
-Requires:       libSDL_gfx13 = %{version} libSDL-devel pkgconfig
+Group:          Development/Libraries/X11
+Requires:       %lname = %version
+Requires:       libSDL-devel
+Requires:       pkgconfig
 Provides:       SDL_gfx-devel = %{version}
 Obsoletes:      SDL_gfx-devel < %{version}
 
@@ -104,18 +86,17 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%post -n libSDL_gfx13 -p /sbin/ldconfig
-
-%postun -n libSDL_gfx13 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libSDL_gfx13
+%files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog LICENSE NEWS README
-%{_libdir}/lib*.so.*
+%_libdir/libSDL_gfx.so.15*
 
 %files -n libSDL_gfx-devel
 %defattr(-,root,root)
-%{_includedir}/SDL/*
+%{_includedir}/SDL/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/SDL_gfx.pc
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.rnHnUy/_old  2013-11-19 16:29:11.000000000 +0100
+++ /var/tmp/diff_new_pack.rnHnUy/_new  2013-11-19 16:29:11.000000000 +0100
@@ -1,6 +1,6 @@
-libSDL_gfx13
+libSDL_gfx15
   provides "SDL_gfx-<targettype> = <version>"
   obsoletes "SDL_gfx-<targettype> <= <version>"
 libSDL_gfx-devel
   requires -libSDL_gfx-<targettype>
-  requires "libSDL_gfx13-<targettype> = <version>"
+  requires "libSDL_gfx15-<targettype> = <version>"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to