crispy-doom 7.0
This commit is contained in:
parent
d2f09f2453
commit
8ecdf3c6a9
@ -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
BIN
crispy-doom-7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sun Jul 16 18:33:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package crispy-doom
|
# 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
|
# 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: crispy-doom
|
Name: crispy-doom
|
||||||
Version: 6.0
|
Version: 7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Higher resolution DOOM/Heretic/Hexen/Strife source port
|
Summary: Higher resolution DOOM/Heretic/Hexen/Strife source port
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -67,10 +67,6 @@ b="%buildroot"
|
|||||||
docdir="%_docdir/%name"
|
docdir="%_docdir/%name"
|
||||||
mkdir -p "$b/%_bindir"
|
mkdir -p "$b/%_bindir"
|
||||||
rm -f "$b/%_docdir/%name/INSTALL"
|
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
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user