SHA256
1
0
forked from pool/cdogs-sdl

Accepting request 744815 from home:mnhauke:games

- Update to version 0.7.0
  Release highlights since 0.6.7:
  * New GUI and Special Effects
  * Hitscan trails and Superhot(tm) mode
  * Full screen fixes and gun swapping
- Drop not longer needed patch:
  * cdogs-sdl-buildfix.patch

OBS-URL: https://build.opensuse.org/request/show/744815
OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=12
This commit is contained in:
Ferdinand Thiessen 2019-11-06 10:27:06 +00:00 committed by Git OBS Bridge
parent 8b97693ce6
commit 91f93ce0ac
5 changed files with 18 additions and 22 deletions

View File

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

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

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

View File

@ -1,13 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c114f63..46c010b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "6")
SET(VERSION_PATCH "7")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/appveyor.yml.cmake ${CMAKE_SOURCE_DIR}/appveyor.yml)
+#CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/appveyor.yml.cmake ${CMAKE_SOURCE_DIR}/appveyor.yml)
# this must be 4 numbers
SET(VERSION_RC "${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},0")
SET(WEBSITE "http://cxong.github.io/cdogs-sdl/")

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 1 21:24:26 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.7.0
Release highlights since 0.6.7:
* New GUI and Special Effects
* Hitscan trails and Superhot(tm) mode
* Full screen fixes and gun swapping
- Drop not longer needed patch:
* cdogs-sdl-buildfix.patch
-------------------------------------------------------------------
Mon Jun 18 07:11:36 UTC 2018 - mardnh@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package cdogs-sdl
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,28 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: cdogs-sdl
Version: 0.6.7
Version: 0.7.0
Release: 0
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
Group: Amusements/Games/Action/Shoot
URL: http://cxong.github.io/cdogs-sdl
Source: https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: cdogs-sdl-buildfix.patch
BuildRequires: cmake >= 2.8.2
BuildRequires: dos2unix
BuildRequires: enet-devel
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(SDL2_image)
BuildRequires: pkgconfig(SDL2_mixer)
BuildRequires: pkgconfig(libenet)
BuildRequires: pkgconfig(physfs)
BuildRequires: pkgconfig(sdl2)
@ -44,7 +43,6 @@ from up to 11 weapons, and try over 100 user-created campaigns. Have fun!
%prep
%setup -q
%patch0 -p1
# use system enet
rm -rf src/cdogs/enet