From fe677caf64450117d7d0801c8ecb080434e7717c73c8b09a58df80a1d44b7eef Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sat, 8 Apr 2023 09:22:17 +0000 Subject: [PATCH] Accepting request 1077880 from home:dirkmueller:Factory - update to 1.4.1: * Fix weapon swapping with None in equip menu 5281ac6 * Fix game loading mission via command line 5281ac6 * Add shareware WOLF3D in main game ad32ed8 (i.e. no need to download separately via mission pack) * Add buy/sell weapons and ammo functionality #739 (feature hidden in WIP techdemo) * Add a chainsaw switch sound d99a199 * Improve actor item drops by making them instant #752 * Fix crash when duplicating character with no hair b31663b * Fix available weapons menu in campaigns with custom weapons OBS-URL: https://build.opensuse.org/request/show/1077880 OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=46 --- cdogs-sdl-1.4.0.tar.gz | 3 --- cdogs-sdl-1.4.1.tar.gz | 3 +++ cdogs-sdl.changes | 15 +++++++++++++++ cdogs-sdl.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 cdogs-sdl-1.4.0.tar.gz create mode 100644 cdogs-sdl-1.4.1.tar.gz diff --git a/cdogs-sdl-1.4.0.tar.gz b/cdogs-sdl-1.4.0.tar.gz deleted file mode 100644 index 452ca91..0000000 --- a/cdogs-sdl-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4030bd8f6168b8f7ee152d0edb1d7a4b75920b7b7fb19a2f7e834508af9631cd -size 35203975 diff --git a/cdogs-sdl-1.4.1.tar.gz b/cdogs-sdl-1.4.1.tar.gz new file mode 100644 index 0000000..86b0aad --- /dev/null +++ b/cdogs-sdl-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99aa698ba652e6b06d0eb18a9de5634dab798abb47beec1533050e33719fad00 +size 35799934 diff --git a/cdogs-sdl.changes b/cdogs-sdl.changes index 27feff8..a1d5834 100644 --- a/cdogs-sdl.changes +++ b/cdogs-sdl.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 7 12:45:57 UTC 2023 - Dirk Müller + +- update to 1.4.1: + * Fix weapon swapping with None in equip menu 5281ac6 + * Fix game loading mission via command line 5281ac6 + * Add shareware WOLF3D in main game ad32ed8 (i.e. no need to + download separately via mission pack) + * Add buy/sell weapons and ammo functionality #739 (feature + hidden in WIP techdemo) + * Add a chainsaw switch sound d99a199 + * Improve actor item drops by making them instant #752 + * Fix crash when duplicating character with no hair b31663b + * Fix available weapons menu in campaigns with custom weapons + ------------------------------------------------------------------- Tue Dec 13 11:15:38 UTC 2022 - Andrea Manzini diff --git a/cdogs-sdl.spec b/cdogs-sdl.spec index a73620b..fe172c7 100644 --- a/cdogs-sdl.spec +++ b/cdogs-sdl.spec @@ -1,7 +1,7 @@ # # spec file for package cdogs-sdl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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: cdogs-sdl -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Classic overhead run-and-gun game License: BSD-2-Clause AND GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0