Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zdbsp for openSUSE:Factory checked 
in at 2024-02-28 19:47:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zdbsp (Old)
 and      /work/SRC/openSUSE:Factory/.zdbsp.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zdbsp"

Wed Feb 28 19:47:43 2024 rev:7 rq:1152905 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/zdbsp/zdbsp.changes      2017-04-17 
10:26:30.328563962 +0200
+++ /work/SRC/openSUSE:Factory/.zdbsp.new.1770/zdbsp.changes    2024-02-28 
19:48:01.431783144 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 11:10:04 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Delete old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zdbsp.spec ++++++
--- /var/tmp/diff_new_pack.ZqNsIk/_old  2024-02-28 19:48:02.615826218 +0100
+++ /var/tmp/diff_new_pack.ZqNsIk/_new  2024-02-28 19:48:02.615826218 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zdbsp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.19
 Release:        0
 Summary:        Nodebuilder for ZDoom
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
-Url:            https://zdoom.org/
+URL:            https://zdoom.org/
 Source:         
https://github.com/rheit/zdbsp/archive/v%version/zdbsp-%version.tar.gz
 Patch1:         zdbsp-bigendian.diff
 Patch2:         zdbsp-notime.diff
@@ -30,7 +30,6 @@
 BuildRequires:  cmake >= 2.4
 BuildRequires:  gcc-c++
 BuildRequires:  zlib-devel
-BuildRoot:      %_tmppath/%name-%version-build
 
 %description
 ZDBSP is ZDoom's (internal and external) node builder. This node
@@ -38,20 +37,17 @@
 minimization of polyobject bleeding.
 
 %prep
-%setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%autosetup -p1
 
 %build
 %cmake
-
-make %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install
 
 %files
-%defattr(-,root,root)
 %doc zdbsp.html poly_*.png
-%doc COPYING
+%license COPYING
 %_bindir/zdbsp
 

Reply via email to