Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdogs-sdl for openSUSE:Factory checked in at 2022-12-13 18:57:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdogs-sdl (Old) and /work/SRC/openSUSE:Factory/.cdogs-sdl.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdogs-sdl" Tue Dec 13 18:57:05 2022 rev:20 rq:1042670 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl.changes 2021-12-05 22:46:12.805622150 +0100 +++ /work/SRC/openSUSE:Factory/.cdogs-sdl.new.1835/cdogs-sdl.changes 2022-12-13 18:57:34.719879347 +0100 @@ -1,0 +2,17 @@ +Tue Dec 13 11:15:38 UTC 2022 - Andrea Manzini <[email protected]> + +- Update to version 1.4.0 + * Fix Spear of Destiny compatibility with steam Wolfenstein 3D + * Improve several campaigns with auto-melee weapons (Doom, Wolf3D+SoD) + +- Update to version 1.3.1 + * Persistent lives, fix gas bomb poison lasting forever + +- Update to version 1.3.0 + * Fix missing controls in editor, and some animation effects and sounds + +- Add fix-env-script-interpreter.patch +- Add cdogs-sdl.rpmlintrc to filter out warning on hidden data directory +- Remove fix-source-file-directory.patch + +------------------------------------------------------------------- Old: ---- cdogs-sdl-1.2.0.tar.gz fix-source-file-directory.patch New: ---- cdogs-sdl-1.4.0.tar.gz cdogs-sdl.rpmlintrc fix-env-script-interpreter.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdogs-sdl.spec ++++++ --- /var/tmp/diff_new_pack.BAlcKL/_old 2022-12-13 18:57:35.687884513 +0100 +++ /var/tmp/diff_new_pack.BAlcKL/_new 2022-12-13 18:57:35.691884535 +0100 @@ -1,7 +1,7 @@ # # spec file for package cdogs-sdl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,18 @@ Name: cdogs-sdl -Version: 1.2.0 +Version: 1.4.0 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 Group: Amusements/Games/Action/Shoot URL: https://cxong.github.io/cdogs-sdl Source: https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz +Source1: cdogs-sdl.rpmlintrc Patch0: fix-build.patch # PATCH-FIX-UPSTREAM fix-source-file-directory.patch -- https://github.com/cxong/cdogs-sdl/issues/729 -Patch1: fix-source-file-directory.patch +#Patch1: fix-source-file-directory.patch +Patch1: fix-env-script-interpreter.patch BuildRequires: cmake >= 3.12 BuildRequires: enet-devel BuildRequires: fdupes @@ -63,6 +65,7 @@ %cmake_install rm %{buildroot}%{_datadir}/cdogs-sdl/README.md %fdupes %{buildroot}%{_datadir} +find %{buildroot}%{_datadir}/cdogs-sdl/ -name '*.sh' | xargs chmod a+x %check %ctest ++++++ cdogs-sdl-1.2.0.tar.gz -> cdogs-sdl-1.4.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl-1.2.0.tar.gz /work/SRC/openSUSE:Factory/.cdogs-sdl.new.1835/cdogs-sdl-1.4.0.tar.gz differ: char 12, line 1 ++++++ cdogs-sdl.rpmlintrc ++++++ # game requires data in this hidden folder addFilter("W: hidden-file-or-dir /usr/share/cdogs-sdl/data/.wolf3d") ++++++ fix-build.patch ++++++ --- /var/tmp/diff_new_pack.BAlcKL/_old 2022-12-13 18:57:35.751884855 +0100 +++ /var/tmp/diff_new_pack.BAlcKL/_new 2022-12-13 18:57:35.751884855 +0100 @@ -1,8 +1,8 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 8429585..94f80aa 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -148,6 +148,9 @@ if(NOT DEFINED CDOGS_DATA_DIR) +Index: cdogs-sdl-1.4.0/CMakeLists.txt +=================================================================== +--- cdogs-sdl-1.4.0.orig/CMakeLists.txt ++++ cdogs-sdl-1.4.0/CMakeLists.txt +@@ -147,6 +147,9 @@ if(NOT DEFINED CDOGS_DATA_DIR) endif() endif() message("Data dir is ${CDOGS_DATA_DIR}") @@ -12,7 +12,7 @@ if(WIN32) set(CDOGS_CFG_DIR "C-Dogs SDL/") else() -@@ -200,7 +203,6 @@ elseif(APPLE) +@@ -199,7 +202,6 @@ elseif(APPLE) set(INSTALL_PREFIX "cdogs-sdl") else() set(LIB_EXTENSION ".so") ++++++ fix-env-script-interpreter.patch ++++++ diff --color -ur cdogs-sdl-1.4.0-orig/graphics/wall/generate.sh cdogs-sdl-1.4.0/graphics/wall/generate.sh --- cdogs-sdl-1.4.0-orig/graphics/wall/generate.sh 2022-11-13 07:10:17.000000000 +0100 +++ cdogs-sdl-1.4.0/graphics/wall/generate.sh 2022-12-13 12:00:34.327347621 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash # Use this script to generate all the other versions of wall tiles, given a complete "o" tile # Use "plasteel" as a template name=$1
