Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
37a09bb1a8 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10ed0e7a533ec97cb6d03548d4258fbec88852a45b5ea4cf5434376ad4174b5f
|
|
||||||
size 172022
|
|
@ -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
BIN
deutex-5.2.3.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Thu Apr 29 12:32:44 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
11
deutex.spec
11
deutex.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package deutex
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deutex
|
Name: deutex
|
||||||
Version: 5.2.2
|
Version: 5.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WAD composer for Doom and related games
|
Summary: WAD composer for Doom and related games
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -25,7 +25,6 @@ Group: Development/Tools/Other
|
|||||||
#Historic-URL: http://www.teaser.fr/~amajorel/deutex/
|
#Historic-URL: http://www.teaser.fr/~amajorel/deutex/
|
||||||
URL: https://github.com/Doom-Utils/deutex
|
URL: https://github.com/Doom-Utils/deutex
|
||||||
Source: https://github.com/Doom-Utils/deutex/releases/download/v%version/%name-%version.tar.zst
|
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: asciidoc
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -43,13 +42,7 @@ example, from PPM to Doom picture format). In addition, DeuTex has
|
|||||||
functions such as merging WADs.
|
functions such as merging WADs.
|
||||||
|
|
||||||
%prep
|
%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
|
%autosetup -p1
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user