Compare commits

...

1 Commits

Author SHA256 Message Date
8ecdf3c6a9 crispy-doom 7.0 2024-08-10 01:23:46 +02:00
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b85649c615efeac7573883370e9434255af301222b323120692cb9649b7f420
size 2499918

BIN
crispy-doom-7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 9 23:14:00 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 7.0
* True color rendering support (from Chocolate Doom 3.1.0 base)
* Improve display of secret sector coloring in automap when
custom PLAYPALs are used.
* Use PWAD-provided color translation tables for colored blood.
* Allow non-power-of-2 wide sky textures.
* Add support for Sigil II.
-------------------------------------------------------------------
Sun Jul 16 18:33:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package crispy-doom
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: crispy-doom
Version: 6.0
Version: 7.0
Release: 0
Summary: Higher resolution DOOM/Heretic/Hexen/Strife source port
License: GPL-2.0-or-later
@ -67,10 +67,6 @@ b="%buildroot"
docdir="%_docdir/%name"
mkdir -p "$b/%_bindir"
rm -f "$b/%_docdir/%name/INSTALL"
pushd "$b/%_mandir/man5"
for i in default heretic hexen; do
mv "$i.cfg.5" "crispy-doom-$i.cfg.5"
done
%fdupes %buildroot/%_prefix
%post