Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blasphemer for openSUSE:Factory checked in at 2023-02-12 19:14:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blasphemer (Old) and /work/SRC/openSUSE:Factory/.blasphemer.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blasphemer" Sun Feb 12 19:14:56 2023 rev:4 rq:1064694 version:0.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/blasphemer/blasphemer.changes 2021-12-03 20:36:17.120028689 +0100 +++ /work/SRC/openSUSE:Factory/.blasphemer.new.1848/blasphemer.changes 2023-02-12 19:15:00.409292732 +0100 @@ -1,0 +2,12 @@ +Sun Feb 12 14:09:34 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- 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 + +------------------------------------------------------------------- Old: ---- blasphem-0.1.7.zip New: ---- blasphdm-0.1.8.zip blasphem-0.1.8.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blasphemer.spec ++++++ --- /var/tmp/diff_new_pack.B9LgfS/_old 2023-02-12 19:15:00.889295673 +0100 +++ /var/tmp/diff_new_pack.B9LgfS/_new 2023-02-12 19:15:00.893295698 +0100 @@ -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 @@ 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