From 2738e4f5a3bac33830ef4c41588de4a48b8723406ce6d4bc347077f2a1e0f184 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 12 Feb 2023 16:43:26 +0000 Subject: [PATCH] Accepting request 1064665 from home:jengelh:branches:games - Update to release 0.1.8 OBS-URL: https://build.opensuse.org/request/show/1064665 OBS-URL: https://build.opensuse.org/package/show/games/blasphemer?expand=0&rev=8 --- blasphdm-0.1.8.zip | 3 +++ blasphem-0.1.7.zip | 3 --- blasphem-0.1.8.zip | 3 +++ blasphemer.changes | 12 ++++++++++++ blasphemer.spec | 14 +++++++------- 5 files changed, 25 insertions(+), 10 deletions(-) create mode 100644 blasphdm-0.1.8.zip delete mode 100644 blasphem-0.1.7.zip create mode 100644 blasphem-0.1.8.zip diff --git a/blasphdm-0.1.8.zip b/blasphdm-0.1.8.zip new file mode 100644 index 0000000..d6f1085 --- /dev/null +++ b/blasphdm-0.1.8.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c33448998650bc10d363f5af769ac778c8bfab5f60dfe01dbbac41cb78d255 +size 4740554 diff --git a/blasphem-0.1.7.zip b/blasphem-0.1.7.zip deleted file mode 100644 index 841450c..0000000 --- a/blasphem-0.1.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c93e5b6d6133c83cefb171e47502d57d53ecefc1fe38b5a1d2a19160d011488 -size 7395639 diff --git a/blasphem-0.1.8.zip b/blasphem-0.1.8.zip new file mode 100644 index 0000000..8a777b6 --- /dev/null +++ b/blasphem-0.1.8.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5838d211add81e1696a621485c1e40771035daf6609d08bad7018f52acfa5e54 +size 7601799 diff --git a/blasphemer.changes b/blasphemer.changes index d306eca..ca65d23 100644 --- a/blasphemer.changes +++ b/blasphemer.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Feb 12 14:09:34 UTC 2023 - Jan Engelhardt + +- Update to release 0.1.8 + * Added Ghoul (Mummy), replacing the previous deer demon. + * Added Harpy (Imp), replacing the previous lost soul. + * Added Ogre (Maulotaurus). + * Added Morphed Eye (Chicken). + * Added Unknown (Lich), replacing Freedoom's cacodemon. + * Textures: added archways variations +- Added Deathmatch maps + ------------------------------------------------------------------- Sun Oct 31 10:03:03 UTC 2021 - Matthias Mailänder diff --git a/blasphemer.spec b/blasphemer.spec index 30eb588..94898f6 100644 --- a/blasphemer.spec +++ b/blasphemer.spec @@ -1,7 +1,7 @@ # # spec file for package blasphemer # -# Copyright (c) 2021 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,14 +17,14 @@ Name: blasphemer -Version: 0.1.7 +Version: 0.1.8 Release: 0 Summary: Replacement game files for Heretic game engines License: BSD-3-Clause Group: Amusements/Games/3D/Shoot URL: https://github.com/Blasphemer -#Old Url: https://code.google.com/archive/p/blasphemer/ Source: https://github.com/Blasphemer/blasphemer/releases/download/v%{version}/blasphem-%{version}.zip +Source2: https://github.com/Blasphemer/blasphemer/releases/download/v%{version}/blasphdm-%{version}.zip BuildArch: noarch BuildRequires: unzip @@ -33,16 +33,16 @@ Blasphemer aims to create a free content package for the Heretic engine, with a theme of metal-inspired dark fantasy. %prep -%setup -q -c %{name}-%{version} +%setup -Tcq -a0 -a2 %build # Game data files. Nothing to build! %install -install -Dpm0644 blasphem-%{version}.wad %{buildroot}%{_datadir}/doom/blasphem.wad +mkdir -p "%{buildroot}/%{_datadir}/doom" +cp -av *.wad "%{buildroot}/%{_datadir}/doom/" %files -%dir %{_datadir}/doom/ -%{_datadir}/doom/blasphem.wad +%{_datadir}/doom/ %changelog