Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package SDL2_net for openSUSE:Factory 
checked in at 2022-08-21 16:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2_net (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2_net.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2_net"

Sun Aug 21 16:35:18 2022 rev:5 rq:998296 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2_net/SDL2_net.changes        2018-08-12 
20:52:29.905117300 +0200
+++ /work/SRC/openSUSE:Factory/.SDL2_net.new.2083/SDL2_net.changes      
2022-08-21 16:35:19.349556276 +0200
@@ -1,0 +2,9 @@
+Fri Aug 19 18:02:46 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.2.0
+  * Build procedure updates only
+- Rename devel package to just %name-devel, which is what most
+  our packages do.
+- Trim baselibs.conf, stop producing SDL2_net-devel
+
+-------------------------------------------------------------------

Old:
----
  SDL2_net-2.0.1.tar.gz

New:
----
  SDL2_net-2.2.0.tar.gz

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

Other differences:
------------------
++++++ SDL2_net.spec ++++++
--- /var/tmp/diff_new_pack.rqUQTq/_old  2022-08-21 16:35:20.141558075 +0200
+++ /var/tmp/diff_new_pack.rqUQTq/_new  2022-08-21 16:35:20.149558093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_net
 #
-# Copyright (c) 2018 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname  libSDL2_net-2_0-0
 Name:           SDL2_net
-Version:        2.0.1
+Version:        2.2.0
 Release:        0
 Summary:        SDL2 networking library
 License:        Zlib
@@ -27,9 +27,9 @@
 #Hg-Clone:     http://hg.libsdl.org/SDL_net/
 Source:         
http://www.libsdl.org/projects/SDL_net/release/%name-%version.tar.gz
 Source2:        baselibs.conf
+BuildRequires:  SDL2-devel >= 2.24
 BuildRequires:  dos2unix
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(sdl2)
 
 %description
 This is a networking library for use with SDL.
@@ -42,21 +42,22 @@
 %description -n %lname
 This is a networking library for use with SDL.
 
-%package -n libSDL2_net-devel
+%package devel
 Summary:        Development files for the SDL2 networking library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
-Provides:       SDL2_net-devel = %version
+Requires:       %lname = %version-%release
+Obsoletes:      libSDL2_net-devel < %version-%release
+Provides:       libSDL2_net-devel = %version-%release
 
-%description -n libSDL2_net-devel
+%description devel
 This is a networking library for use with SDL.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 dos2unix CHANGES.txt README.txt
 
 %install
@@ -67,13 +68,14 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%license COPYING.txt
-%doc CHANGES.txt README.txt
+%license LICENSE.txt
 %_libdir/libSDL2_net-2*.so.*
 
-%files -n libSDL2_net-devel
+%files devel
+%doc CHANGES.txt README.txt
 %_includedir/SDL2/
 %_libdir/libSDL2_net.so
 %_libdir/pkgconfig/SDL2_net.pc
+%_libdir/cmake/
 
 %changelog

++++++ SDL2_net-2.0.1.tar.gz -> SDL2_net-2.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/SDL2_net/SDL2_net-2.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.SDL2_net.new.2083/SDL2_net-2.2.0.tar.gz differ: 
char 5, line 1

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.rqUQTq/_old  2022-08-21 16:35:20.217558247 +0200
+++ /var/tmp/diff_new_pack.rqUQTq/_new  2022-08-21 16:35:20.221558256 +0200
@@ -1,7 +1,4 @@
 libSDL2_net-2_0-0
-  provides "SDL2_net-<targettype> = <version>"
-  obsoletes "SDL2_net-<targettype> <= <version>"
-libSDL2_net-devel
-  requires -libSDL2_net-<targettype>
-  requires "libSDL2_net-2_0-0-<targettype> = <version>"
+       provides "SDL2_net-<targettype> = <version>"
+       obsoletes "SDL2_net-<targettype> <= <version>"
 

Reply via email to