SHA256
1
0
forked from pool/cdogs-sdl

Accepting request 761277 from home:mnhauke:games

- Update to version 0.7.3
  Editor
  * Fix previews in character editor
  * Fix crash when changing colors
  * Add crosshairs when drag-scrolling
- Update patch:
  * cdogs-sdl-fix-desktop-and-appdata.patch

OBS-URL: https://build.opensuse.org/request/show/761277
OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=17
This commit is contained in:
Dirk Stoecker 2020-01-09 12:55:03 +00:00 committed by Git OBS Bridge
parent 17413bd83f
commit 680bd705b4
5 changed files with 24 additions and 20 deletions

View File

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

3
cdogs-sdl-0.7.3.tar.gz Normal file
View File

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

View File

@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt
index c58e5c5..6a24b7d 100644 index 295c8d2..84fb093 100644
--- a/CMakeLists.txt --- a/CMakeLists.txt
+++ b/CMakeLists.txt +++ b/CMakeLists.txt
@@ -255,12 +255,12 @@ INSTALL(FILES @@ -252,12 +252,12 @@ INSTALL(FILES
${CMAKE_SOURCE_DIR}/README.md ${CMAKE_SOURCE_DIR}/README.md
DESTINATION ${DATA_INSTALL_DIR}) DESTINATION ${DATA_INSTALL_DIR})
IF(UNIX AND NOT APPLE AND NOT BEOS AND NOT HAIKU) IF(UNIX AND NOT APPLE AND NOT BEOS AND NOT HAIKU)
@ -18,19 +18,11 @@ index c58e5c5..6a24b7d 100644
endforeach(RES) endforeach(RES)
elseif(WIN32) elseif(WIN32)
# Package for Windows # Package for Windows
diff --git a/build/linux/io.github.cxong.cdogs-sdl.desktop.cmake b/build/linux/io.github.cxong.cdogs-sdl.desktop.cmake diff --git a/build/linux/io.github.cxong.cdogs-sdl.desktop b/build/linux/io.github.cxong.cdogs-sdl.desktop
index 3d40fbf..567315f 100644 index ab648a9..bb3464b 100644
--- a/build/linux/io.github.cxong.cdogs-sdl.desktop.cmake --- a/build/linux/io.github.cxong.cdogs-sdl.desktop
+++ b/build/linux/io.github.cxong.cdogs-sdl.desktop.cmake +++ b/build/linux/io.github.cxong.cdogs-sdl.desktop
@@ -1,7 +1,6 @@ @@ -9,4 +9,4 @@ Comment=Classic overhead run-and-gun game
[Desktop Entry]
Name=C-Dogs SDL
GenericName=Action/Arcade Game
-Version=@VERSION@
Type=Application
Categories=Game;ActionGame;
Keywords=Game;Arcade;Shooter;Retro;
@@ -9,4 +8,4 @@ Comment=Classic overhead run-and-gun game
TryExec=cdogs-sdl TryExec=cdogs-sdl
Exec=cdogs-sdl Exec=cdogs-sdl
Terminal=false Terminal=false

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 5 19:28:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.7.3
Editor
* Fix previews in character editor
* Fix crash when changing colors
* Add crosshairs when drag-scrolling
- Update patch:
* cdogs-sdl-fix-desktop-and-appdata.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 21 14:50:59 UTC 2019 - Martin Hauke <mardnh@gmx.de> Sat Dec 21 14:50:59 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cdogs-sdl # spec file for package cdogs-sdl
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,14 @@
Name: cdogs-sdl Name: cdogs-sdl
Version: 0.7.2 Version: 0.7.3
Release: 0 Release: 0
Summary: Classic overhead run-and-gun game Summary: Classic overhead run-and-gun game
License: GPL-2.0-only AND BSD-2-Clause AND CC-BY-3.0 AND CC-BY-SA-3.0 License: GPL-2.0-only AND BSD-2-Clause AND CC-BY-3.0 AND CC-BY-SA-3.0
Group: Amusements/Games/Action/Shoot Group: Amusements/Games/Action/Shoot
URL: http://cxong.github.io/cdogs-sdl URL: http://cxong.github.io/cdogs-sdl
Source: https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz Source: https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE cdogs-sdl-fix-desktop-and-appdata.patch mardnh@gmx.de -- Fix desktop/appdata filenames.
Patch0: cdogs-sdl-fix-desktop-and-appdata.patch Patch0: cdogs-sdl-fix-desktop-and-appdata.patch
BuildRequires: cmake >= 2.8.2 BuildRequires: cmake >= 2.8.2
BuildRequires: dos2unix BuildRequires: dos2unix