diff --git a/cdogs-sdl-0.6.7.tar.gz b/cdogs-sdl-0.6.7.tar.gz deleted file mode 100644 index 1d40e67..0000000 --- a/cdogs-sdl-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52 -size 10978992 diff --git a/cdogs-sdl-0.7.0.tar.gz b/cdogs-sdl-0.7.0.tar.gz new file mode 100644 index 0000000..0941416 --- /dev/null +++ b/cdogs-sdl-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a486cd969d54a236efcd2c78158aaf07a3b174579c056c816088addbd494f46 +size 22291132 diff --git a/cdogs-sdl-buildfix.patch b/cdogs-sdl-buildfix.patch deleted file mode 100644 index 703eb8a..0000000 --- a/cdogs-sdl-buildfix.patch +++ /dev/null @@ -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/") diff --git a/cdogs-sdl.changes b/cdogs-sdl.changes index 67cc323..81f95d0 100644 --- a/cdogs-sdl.changes +++ b/cdogs-sdl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 1 21:24:26 UTC 2019 - Martin Hauke + +- 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 diff --git a/cdogs-sdl.spec b/cdogs-sdl.spec index ea78ec6..2f7693f 100644 --- a/cdogs-sdl.spec +++ b/cdogs-sdl.spec @@ -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