Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SDL for openSUSE:Factory checked in at 2022-04-08 00:27:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL (Old) and /work/SRC/openSUSE:Factory/.SDL.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL" Fri Apr 8 00:27:30 2022 rev:57 rq:967371 version:1.2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL/SDL.changes 2019-09-05 12:33:22.795584345 +0200 +++ /work/SRC/openSUSE:Factory/.SDL.new.1900/SDL.changes 2022-04-08 00:28:01.102120508 +0200 @@ -1,0 +2,8 @@ +Wed Mar 30 18:46:17 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Rename devel package to just %name-devel, which is what most + our packages do. +- Move documentation into separate SDL-devel-doc. As SDL1 has been + superseded by SDL2, docs are not that hot anymore. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL.spec ++++++ --- /var/tmp/diff_new_pack.0ycTlD/_old 2022-04-08 00:28:01.946111036 +0200 +++ /var/tmp/diff_new_pack.0ycTlD/_new 2022-04-08 00:28:01.970110766 +0200 @@ -1,7 +1,7 @@ # # spec file for package SDL # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Simple DirectMedia Layer Library License: LGPL-2.1-or-later Group: Development/Libraries/X11 -Url: http://libsdl.org/ +URL: http://libsdl.org/ #DL-URL: http://libsdl.org/download-1.2.php Source: http://libsdl.org/release/%name-%version.tar.gz @@ -47,7 +47,6 @@ Patch11: CVE-2019-7636.patch Patch12: CVE-2019-7637.patch Patch13: CVE-2019-13616.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: nasm BuildRequires: pkg-config @@ -61,9 +60,6 @@ %if 0%{?aalib} == 1 BuildRequires: aalib-devel %endif -%if 0%{?suse_version} < 1120 -BuildRequires: arts-devel -%endif %description This is the "Simple DirectMedia Layer" library. It provides a generic @@ -72,30 +68,18 @@ %package -n %lname Summary: Simple DirectMedia Layer Library -# SDL was used last in 11.1 Group: System/Libraries -Provides: SDL = %version -Obsoletes: SDL < %version -# bnc437293 -%ifarch ppc64 -Obsoletes: SDL-64bit -%endif %description -n %lname This is the "Simple DirectMedia Layer" library. It provides a generic API for access to audio, keyboard, mouse, and display framebuffer across multiple platforms. -%package -n libSDL-devel +%package devel Summary: SDL Library Developer Files -# SDL-devel was used last in 11.1 Group: Development/Libraries/X11 -Provides: SDL-devel = %version -Obsoletes: SDL-devel < %version -# bnc437293 -%ifarch ppc64 -Obsoletes: SDL-devel-64bit -%endif +Provides: libSDL-devel = %version +Obsoletes: libSDL-devel < %version Requires: %lname = %version Requires: c_compiler Requires: pkgconfig @@ -104,10 +88,17 @@ Requires: pkgconfig(x11) Requires: pkgconfig(xproto) -%description -n libSDL-devel +%description devel This package contains files needed for development with the SDL library. +%package devel-doc +Summary: Documentation for the Simple DirectMedia Layer 1.x API +Group: Documentation/HTML +BuildArch: noarch + +%description devel-doc + %prep %autosetup -p1 # remove the file to provide sufficient evidence that we are @@ -131,7 +122,7 @@ --disable-video-svga \ --disable-video-ps3 \ --with-pic -make %{?_smp_mflags} +%make_build %install %make_install @@ -143,19 +134,20 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc BUGS COPYING CREDITS README README-SDL.txt +%license COPYING %_libdir/libSDL-1*.so.* -%files -n libSDL-devel -%defattr(-,root,root) -%doc docs.html README.HG TODO WhatsNew -%doc docs/index.html docs/html/ docs/images/ +%files devel %_bindir/sdl-config %_libdir/libSDL.so %_includedir/SDL/ %_datadir/aclocal/ -%_mandir/man3/*.3* %_libdir/pkgconfig/sdl.pc +%files devel-doc +%doc BUGS COPYING CREDITS README README-SDL.txt +%doc docs.html README.HG TODO WhatsNew +%doc docs/index.html docs/html/ docs/images/ +%_mandir/man3/*.3* + %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.0ycTlD/_old 2022-04-08 00:28:02.066109688 +0200 +++ /var/tmp/diff_new_pack.0ycTlD/_new 2022-04-08 00:28:02.070109644 +0200 @@ -1,9 +1,9 @@ libSDL-1_2-0 provides "SDL-<targettype> = <version>" obsoletes "SDL-<targettype> <= <version>" -libSDL-devel - provides "SDL-devel-<targettype> = <version>" - obsoletes "SDL-devel-<targettype> <= <version>" +SDL-devel + provides "libSDL-devel-<targettype> = <version>" + obsoletes "libSDL-devel-<targettype> <= <version>" requires -libSDL-<targettype> requires "libSDL-1_2-0-<targettype> = <version>"