- Version 2023.06.17

* added Settings : scavenger, shoreline, Patrolduty
  * Update scenario_47_scavenger.fr.po
  * update scenario_54_PatrolDuty.fr.po
  * Update scenario_57_shoreline.fr.po

OBS-URL: https://build.opensuse.org/package/show/games/emptyepsilon?expand=0&rev=6
This commit is contained in:
Dominik Heidler 2023-09-26 15:17:56 +00:00 committed by Git OBS Bridge
parent fbbd7b1f5d
commit 84e5b04976
10 changed files with 20 additions and 26 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 26 15:15:35 UTC 2023 - Dominik Heidler <dheidler@suse.de>
- Version 2023.06.17
* added Settings : scavenger, shoreline, Patrolduty
* Update scenario_47_scavenger.fr.po
* update scenario_54_PatrolDuty.fr.po
* Update scenario_57_shoreline.fr.po
-------------------------------------------------------------------
Wed Sep 14 09:17:05 UTC 2022 - Dominik Heidler <dheidler@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package emptyepsilon
#
# Copyright (c) 2022 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,7 +17,7 @@
Name: emptyepsilon
Version: 2022.03.16
Version: 2023.06.17
Release: 0
Summary: Open source spaceship bridge simulator
License: GPL-2.0-only
@ -31,7 +31,6 @@ Source5: use_bundled_basis_universal.patch
Source6: meshoptimizer.zip
Source7: use_bundled_meshoptimizer.patch
Source8: fix_unique_ptr_in_namespace_std_does_not_name_a_template_type.patch
Source9: fix_getLocalAddress_SEGV.patch
BuildRequires: SDL2-devel
BuildRequires: bsdtar
BuildRequires: cmake
@ -58,7 +57,6 @@ tar xf EmptyEpsilon-%{version}.tar.gz
patch -p0 < use_bundled_basis_universal.patch
patch -p0 < use_bundled_meshoptimizer.patch
patch -p0 < fix_unique_ptr_in_namespace_std_does_not_name_a_template_type.patch
patch -p0 < fix_getLocalAddress_SEGV.patch
%build
mkdir -p SeriousProton/externals/basis

View File

@ -1,13 +0,0 @@
--- SeriousProton-EE-2022.03.16/src/io/network/address.cpp 2022-03-15 23:05:53.000000000 +0100
+++ /tmp/address.cpp 2022-09-15 12:23:30.305529074 +0200
@@ -130,6 +130,10 @@
{
continue;
}
+ //printf("addr->ifa_addr is %p\n", (void *)addr->ifa_addr);
+ if (addr->ifa_addr == nullptr) {
+ continue;
+ }
if (addr->ifa_addr->sa_family == AF_INET)
{
::getnameinfo(addr->ifa_addr, sizeof(struct sockaddr_in), buffer, sizeof(buffer), nullptr, 0, NI_NUMERICHOST);

View File

@ -1,4 +1,4 @@
--- SeriousProton-EE-2022.03.16/src/io/http/websocket.h 2022-03-15 23:05:53.000000000 +0100
--- SeriousProton-EE-2023.06.17/src/io/http/websocket.h 2022-03-15 23:05:53.000000000 +0100
+++ /var/tmp/build-root/openSUSE_Tumbleweed-x86_64/home/abuild/rpmbuild/SOURCES/SeriousProton-EE-2022.03.16/src/io/http/websocket.h 2022-09-14 17:02:50.866384537 +0200
@@ -4,6 +4,7 @@
#include <nonCopyable.h>

View File

@ -1,4 +1,4 @@
--- SeriousProton-EE-2022.03.16/libs/basis_universal/CMakeLists.txt 2022-03-15 23:05:53.000000000 +0100
--- SeriousProton-EE-2023.06.17/libs/basis_universal/CMakeLists.txt 2022-03-15 23:05:53.000000000 +0100
+++ /var/tmp/build-root/openSUSE_Tumbleweed-x86_64//home/abuild/rpmbuild/SOURCES/SeriousProton-EE-2022.03.16/libs/basis_universal/CMakeLists.txt 2022-09-14 16:11:34.683294183 +0200
@@ -30,8 +30,10 @@

View File

@ -1,4 +1,4 @@
--- EmptyEpsilon-EE-2022.03.16/CMakeLists.txt 2022-03-16 07:43:41.000000000 +0100
--- EmptyEpsilon-EE-2023.06.17/CMakeLists.txt 2022-03-16 07:43:41.000000000 +0100
+++ /var/tmp/build-root/openSUSE_Tumbleweed-x86_64/home/abuild/rpmbuild/SOURCES/EmptyEpsilon-EE-2022.03.16/CMakeLists.txt 2022-09-14 15:54:47.874043178 +0200
@@ -134,8 +134,11 @@