Remove unused BuildRequires: update-desktop-files. #1

Open
sbrabec wants to merge 8 commits from sbrabec/crispy-doom:factory into factory
6 changed files with 48 additions and 10 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1758668632
commit: bbb19aee30386e4df6d6951bd9e5efa8aef3687e399ebb637da257aae7d6d701
url: https://src.opensuse.org/jengelh/crispy-doom
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:368106782c10a68a8ad76d2900aafcb03e04e637797acaaacd9259bbdfb2e901
size 256

View File

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

BIN
crispy-doom-7.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sat Nov 22 21:41:16 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Tue Sep 23 22:52:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 7.1
* Added support for Heretic 2025, Hexen 2025, and for
KEX masterlevels.wad.
* Heretic/Hexen: added A11Y functions, map markers, Crispy HUD,
translucency options.
* Added support for non-power-of-2 wide textures.
* Added IDDST, IDDKT, IDDIT cheats, ported from Woof.
* Added support for Gib health feature from DOOM Retro.
* Fix regression in uncapped automap mouse panning introduced by
fast polling changes.
- Delete c99.patch, c23-gcc15.patch (merged)
-------------------------------------------------------------------
Tue Jun 17 10:11:01 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Add c99.patch, c23-gcc15.patch
-------------------------------------------------------------------
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) 2025 SUSE LLC and contributors
#
# 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.1
Release: 0
Summary: Higher resolution DOOM/Heretic/Hexen/Strife source port
License: GPL-2.0-or-later
@@ -30,7 +30,6 @@ BuildRequires: automake
BuildRequires: fdupes
BuildRequires: python3-Pillow
BuildRequires: python3-base
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(SDL2_mixer) >= 2.0.0
BuildRequires: pkgconfig(SDL2_net) >= 2.0.0
BuildRequires: pkgconfig(libpng) >= 1.6.10
@@ -67,10 +66,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