commit SDL_gfx for openSUSE:Factory
Hello community, here is the log from the commit of package SDL_gfx for openSUSE:Factory checked in at 2014-12-30 00:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-11-19 16:29:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.SDL_gfx.new/SDL_gfx.changes 2014-12-30 00:49:27.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Dec 18 10:16:18 UTC 2014 - jengelh@inai.de + +- Use source URLs. Specfile cleanups. + +------------------------------------------------------------------- Old: ---- SDL_gfx-2.0.25.tar.xz New: ---- SDL_gfx-2.0.25.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL_gfx.spec ++++++ --- /var/tmp/diff_new_pack.35mjFy/_old 2014-12-30 00:49:29.000000000 +0100 +++ /var/tmp/diff_new_pack.35mjFy/_new 2014-12-30 00:49:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package SDL_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 # remain the property of their copyright owners, unless otherwise agreed @@ -23,12 +23,11 @@ Summary: SDL Graphics Routines for Primitives and Other Support Functions License: Zlib Group: Development/Libraries/X11 -Url: http://www.ferzkopp.net/joomla/content/view/19/14/ +Url: http://cms.ferzkopp.net/index.php/software/13-sdl-gfx -Source: %name-%version.tar.xz +Source: http://downloads.sf.net/sdlgfx/%name-%version.tar.gz Source2: baselibs.conf -BuildRequires: libSDL-devel -BuildRequires: xz +BuildRequires: pkgconfig(sdl) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,8 +39,8 @@ %package -n %lname Summary: SDL Graphics Routines for Primitives and Other Support Functions Group: System/Libraries -Provides: SDL_gfx = %{version} -Obsoletes: SDL_gfx < %{version} +Provides: SDL_gfx = %version-%release +Obsoletes: SDL_gfx < %version-%release %description -n %lname The SDL_gfx library evolved out of the SDL_gfxPrimitives code which @@ -79,12 +78,14 @@ %setup -q %build -%configure --disable-static --with-pic --disable-mmx +# MMX code has a problem with uninitialized variables; we would only turn it +# on for x86_64 anyway - but that one can use SSE instead. +%configure --disable-static --disable-mmx make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT -%{__rm} -f %{buildroot}%{_libdir}/*.la +rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -96,8 +97,8 @@ %files -n libSDL_gfx-devel %defattr(-,root,root) -%{_includedir}/SDL/ -%{_libdir}/lib*.so -%{_libdir}/pkgconfig/SDL_gfx.pc +%_includedir/SDL/ +%_libdir/lib*.so +%_libdir/pkgconfig/SDL_gfx.pc %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.35mjFy/_old 2014-12-30 00:49:29.000000000 +0100 +++ /var/tmp/diff_new_pack.35mjFy/_new 2014-12-30 00:49:29.000000000 +0100 @@ -1,6 +1,6 @@ libSDL_gfx15 - provides "SDL_gfx-<targettype> = <version>" - obsoletes "SDL_gfx-<targettype> <= <version>" + provides "SDL_gfx-<targettype> = <version>" + obsoletes "SDL_gfx-<targettype> <= <version>" libSDL_gfx-devel - requires -libSDL_gfx-<targettype> - requires "libSDL_gfx15-<targettype> = <version>" + requires -libSDL_gfx-<targettype> + requires "libSDL_gfx15-<targettype> = <version>" -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de