diff --git a/deutex-5.2.1.tar.xz b/deutex-5.2.1.tar.xz deleted file mode 100644 index 567666d..0000000 --- a/deutex-5.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d61c0d5b1fce3f8271c2358d35b41f70a08da662e387edb8a03ca1deb156831f -size 165784 diff --git a/deutex-5.2.1.tar.xz.sig b/deutex-5.2.1.tar.xz.sig deleted file mode 100644 index ec3d97f..0000000 Binary files a/deutex-5.2.1.tar.xz.sig and /dev/null differ diff --git a/deutex-5.2.2.tar.zst b/deutex-5.2.2.tar.zst new file mode 100644 index 0000000..1718ad1 --- /dev/null +++ b/deutex-5.2.2.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ed0e7a533ec97cb6d03548d4258fbec88852a45b5ea4cf5434376ad4174b5f +size 172022 diff --git a/deutex-5.2.2.tar.zst.sig b/deutex-5.2.2.tar.zst.sig new file mode 100644 index 0000000..8a796c6 --- /dev/null +++ b/deutex-5.2.2.tar.zst.sig @@ -0,0 +1,2 @@ +untrusted comment: verify with deutex.pub +RWQFKSch/pCmBvZHyTLsRc3Y3Tyj9/oz25IFWLo88lsRmcSy+gsd5iQH/huDC1+bXmCUkWZWLyNYFSzLTCRdhaWp7fuwoM4LHAY= diff --git a/deutex.changes b/deutex.changes index f64d849..e030bfc 100644 --- a/deutex.changes +++ b/deutex.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 29 12:32:44 UTC 2021 - Ferdinand Thiessen + +- Update to new upstream release 5.2.2 + * Hexen graphics are now treated a bit more specially, + the last entry in the palette no longer counting as a candidate + to produce transparency in the output file. + ------------------------------------------------------------------- Fri Aug 23 17:57:35 UTC 2019 - Jan Engelhardt @@ -52,7 +60,7 @@ Mon Jan 1 07:58:11 UTC 2018 - avindra@opensuse.org * Levels are extracted/inserted in a way to preserve GL nodes. * Inserting pictures with a height of 1 pixel no longer causes a malloc error, and allows the operation of rebuilding a - Doom 1 or 2 IWAD. + Doom 1 or 2 IWAD. * Texture lump file names can now be overridden. * Support reading and writing sprite offsets based on PNG "grAb" chunks (cf. grabpng package) in a manner compatible diff --git a/deutex.spec b/deutex.spec index 2f0465b..705ace9 100644 --- a/deutex.spec +++ b/deutex.spec @@ -17,18 +17,19 @@ Name: deutex -Version: 5.2.1 +Version: 5.2.2 Release: 0 Summary: WAD composer for Doom and related games License: GPL-2.0-or-later 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.xz -Source2: https://github.com/Doom-Utils/deutex/releases/download/v%version/%name-%version.tar.xz.sig +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 +BuildRequires: zstd %description DeuTex is a .wad file composer for Doom, Heretic, Hexen and Strife. @@ -42,12 +43,18 @@ 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 -%configure -make %{?_smp_mflags} +%configure --enable-man +%make_build %install %make_install