From 6648a14b9d89365aa8ca85a35b634e43dda2337d3548b50732c870784ed4f23a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 29 Apr 2021 14:22:02 +0000 Subject: [PATCH] Accepting request 889299 from home:susnux:branches:games:tools Update to new upstream release 5.2.2 OBS-URL: https://build.opensuse.org/request/show/889299 OBS-URL: https://build.opensuse.org/package/show/games:tools/deutex?expand=0&rev=9 --- deutex-5.2.1.tar.xz | 3 --- deutex-5.2.1.tar.xz.sig | Bin 566 -> 0 bytes deutex-5.2.2.tar.zst | 3 +++ deutex-5.2.2.tar.zst.sig | 2 ++ deutex.changes | 10 +++++++++- deutex.spec | 17 ++++++++++++----- 6 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 deutex-5.2.1.tar.xz delete mode 100644 deutex-5.2.1.tar.xz.sig create mode 100644 deutex-5.2.2.tar.zst create mode 100644 deutex-5.2.2.tar.zst.sig 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 ec3d97f0451245096f05d179d3e24f21ae20fc90224779e18ebd1896d8103349..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+gMV#Vy05|_tX6s9aNwanbpnyUJ0$omX@;1>gh0rIe;D1_ZnSJBoJDAaDq#9IoYJD@Zpn8LZKwxK*&bH2T~Y9T zPXc8ImCJw7ILxDlg~NTSt8j#>dt+{fFk*t|8Fh_w7tjV?VXtV_w!HbynCO)HS$?>i zgUYC7CWU=}z~s69n)(r$`x|#8#fbqz>*k$HR3l`QB5(v5&Ji*$)uW5)E)OmSYrxZH z*`v1#dbLZYKIrOPoIYe@41Pcm!bRjf_yuxsOr{PAWiJzirIrY=hitpV13DI1t_2dN zK*IYc8Re})`WHDwhT*`BhIa2iBQrIly&Epx6;!>9SQQ6~yz(4h3q|&dNkI z*}+IwZL;fmR1|#slqgnDlY%p+&$z}bhqx(3%8U*`y8Bi(X>W!E19WZvGv!z^S+571 z@#1F6oT764i{(0}B4Z5gCz>UiS4811ZxR-K$hzYuCiISjO0+xb41qFUF5tKGq=ohD zxU84XKW_MRKVHg*;KlMTSCEZz + +- 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