SHA256
1
0
forked from pool/deutex

deutex 5.2.3

This commit is contained in:
Jan Engelhardt 2025-02-18 22:08:31 +01:00
parent 51074f49ee
commit 37a09bb1a8
5 changed files with 14 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10ed0e7a533ec97cb6d03548d4258fbec88852a45b5ea4cf5434376ad4174b5f
size 172022

View File

@ -1,2 +0,0 @@
untrusted comment: verify with deutex.pub
RWQFKSch/pCmBvZHyTLsRc3Y3Tyj9/oz25IFWLo88lsRmcSy+gsd5iQH/huDC1+bXmCUkWZWLyNYFSzLTCRdhaWp7fuwoM4LHAY=

BIN
deutex-5.2.3.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 18 21:06:58 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.2.3
* DeuTex now checks the position of the directory offset in a WAD
file instead of an arbitrary value, which may get exceeded for
reasonably large files. This fixes the extraction of extras.wad
in modern Doom releases.
-------------------------------------------------------------------
Thu Apr 29 12:32:44 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package deutex
#
# Copyright (c) 2018 SUSE LINUX 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
@ -17,7 +17,7 @@
Name: deutex
Version: 5.2.2
Version: 5.2.3
Release: 0
Summary: WAD composer for Doom and related games
License: GPL-2.0-or-later
@ -25,7 +25,6 @@ Group: Development/Tools/Other
#Historic-URL: http://www.teaser.fr/~amajorel/deutex/
URL: https://github.com/Doom-Utils/deutex
Source: https://github.com/Doom-Utils/deutex/releases/download/v%version/%name-%version.tar.zst
Source2: https://github.com/Doom-Utils/deutex/releases/download/v%version/%name-%version.tar.zst.sig
BuildRequires: asciidoc
BuildRequires: automake
BuildRequires: pkg-config
@ -43,13 +42,7 @@ example, from PPM to Doom picture format). In addition, DeuTex has
functions such as merging WADs.
%prep
%if 0%{?suse_version} < 1550
# Leap <= 15.3 does not support tar with zstd
%setup -T -c
tar -I zstd --strip-components=1 -xf %{SOURCE0}
%else
%autosetup -p1
%endif
%build
autoreconf -fiv