Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wadptr for openSUSE:Factory checked 
in at 2025-02-20 17:39:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wadptr (Old)
 and      /work/SRC/openSUSE:Factory/.wadptr.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wadptr"

Thu Feb 20 17:39:59 2025 rev:9 rq:1247407 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/wadptr/wadptr.changes    2012-01-20 
20:27:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wadptr.new.1873/wadptr.changes  2025-02-20 
17:40:06.744087417 +0100
@@ -1,0 +2,29 @@
+Thu Feb 20 13:01:16 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Update to release 3.6
+  * A bug was fixed with sidedef packing where if multiple
+    scrolling walls would share a sidedef, those walls would scroll
+    at the wrong speed. This has been fixed in a generic way that
+    should also cover other potential bugs related to animated
+    walls.
+  * Compression of Hexen format levels is now supported.
+  * PSX/Doom 64 format levels are now handled correctly.
+  * There is now a `-q` command line option to suppress normal
+    output.
+  * Static limits on the number of lumps in a WAD and the number of
+    sidedefs in a level have been removed.
+  * This release adds support for BLOCKMAP lump compression.
+  * Two new arguments, `-extblocks` and `-extsides`, have been
+    added to allow use of the extended blockmap and sidedef limits
+    that are supported by some source ports.
+  * The list command (-l) no longer hides level sub-lumps like
+    BLOCKMAP or SIDEDEFS. The full set of lumps is always listed.
+- Delete wadptr-gcc15.patch (obsolete), wadptr-automake.diff
+  (no replacement).
+
+-------------------------------------------------------------------
+Thu Feb 20 09:07:18 UTC 2025 - [email protected]
+
+- added patch wadptr-gcc15.patch
+
+-------------------------------------------------------------------

Old:
----
  wadptr-2.4.tar.xz
  wadptr-automake.diff

New:
----
  wadptr-3.6.tar.gz

BETA DEBUG BEGIN:
  Old:    BLOCKMAP or SIDEDEFS. The full set of lumps is always listed.
- Delete wadptr-gcc15.patch (obsolete), wadptr-automake.diff
  (no replacement).
BETA DEBUG END:

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

Other differences:
------------------
++++++ wadptr.spec ++++++
--- /var/tmp/diff_new_pack.fWYrOf/_old  2025-02-20 17:40:07.304110808 +0100
+++ /var/tmp/diff_new_pack.fWYrOf/_new  2025-02-20 17:40:07.304110808 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wadptr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,19 @@
 # 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/
 #
 
+
 Name:           wadptr
-Version:        2.4
+Version:        3.6
 Release:        0
 Group:          Development/Tools/Building
 Summary:        Redundancy compressor for Doom WAD files
-License:        GPL-2.0+
-Url:            http://soulsphere.org/projects/wadptr/
-
-Source:         wadptr-%version.tar.xz
-Patch1:         wadptr-automake.diff
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+License:        GPL-2.0-or-later
+URL:            http://soulsphere.org/projects/wadptr/
+#Git-Clone:     https://github.com/fragglet/wadptr
+Source:         
https://github.com/fragglet/wadptr/archive/refs/tags/%name-%version.tar.gz
 BuildRequires:  automake
 BuildRequires:  xz
 
@@ -37,21 +35,16 @@
 redundant material.
 
 %prep
-%setup
-%patch -P 1 -p1
+%autosetup -p1 -n %name-%name-%version
 
 %build
-autoreconf -fi;
-%configure --docdir=%_docdir/%name
-make %{?_smp_mflags};
-perl -i -pe 's/\x0d//gs' wadptr.txt;
+%make_build CFLAGS="%optflags"
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+%make_install PREFIX="%_prefix"
 
 %files
-%defattr(-,root,root)
 %_bindir/*
-%doc %_docdir/%name
+%_mandir/man*/*.[0-9]*
+%license COPYING.md
 

Reply via email to