forked from pool/deutex
[info=37a09bb1a86f0eec324545eb7eace96dfc322a1aee410174b7c862b1b40da4b1]
OBS-URL: https://build.opensuse.org/package/show/games:tools/deutex?expand=0&rev=12
This commit is contained in:
parent
51ff2f0e8f
commit
11c5e2b600
@ -1,4 +1,4 @@
|
|||||||
mtime: 1619729207
|
mtime: 1739912911
|
||||||
commit: 51074f49ee907094ea7994f38e6433d2ccd06a0b701adaf1052177f4bcb0002f
|
commit: 37a09bb1a86f0eec324545eb7eace96dfc322a1aee410174b7c862b1b40da4b1
|
||||||
url: https://src.opensuse.org/jengelh/deutex
|
url: https://src.opensuse.org/jengelh/deutex
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:17a4524784e08eae24c16129ee7a7747c814fdb95845c64053e8b0ac4d40c8e8
|
oid sha256:08498fc598ca60bb1396e33b9cd7980a6e69228a9b390e4f15d254f337b039a8
|
||||||
size 256
|
size 256
|
||||||
|
@ -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