diff --git a/EmptyEpsilon-2022.03.16.tar.gz b/EmptyEpsilon-2022.03.16.tar.gz deleted file mode 100644 index 0c7bcf0..0000000 --- a/EmptyEpsilon-2022.03.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1279a385874522c626807f4f04124220922d3c216a178e1427fdf764b6e627ff -size 258014053 diff --git a/EmptyEpsilon-2023.06.17.tar.gz b/EmptyEpsilon-2023.06.17.tar.gz new file mode 100644 index 0000000..7529546 --- /dev/null +++ b/EmptyEpsilon-2023.06.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d016711fe46c9e01e44b6a911957e44bf91a57fc0691784ea67377c6cbeaae65 +size 262438029 diff --git a/SeriousProton-2022.03.16.tar.gz b/SeriousProton-2022.03.16.tar.gz deleted file mode 100644 index f61d0a9..0000000 --- a/SeriousProton-2022.03.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dde2abefb90e61095c60a9c764086659ab7dd9179c0bd8ec69e62ea4d200a62e -size 2671635 diff --git a/SeriousProton-2023.06.17.tar.gz b/SeriousProton-2023.06.17.tar.gz new file mode 100644 index 0000000..7ed4c6d --- /dev/null +++ b/SeriousProton-2023.06.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b1fbfb911e3ac860153739fb6358ee1180b46a08801dad66680b44dcd498d6 +size 2647521 diff --git a/emptyepsilon.changes b/emptyepsilon.changes index 13d669c..8330d31 100644 --- a/emptyepsilon.changes +++ b/emptyepsilon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 26 15:15:35 UTC 2023 - Dominik Heidler + +- 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 diff --git a/emptyepsilon.spec b/emptyepsilon.spec index 0adb8b8..5759074 100644 --- a/emptyepsilon.spec +++ b/emptyepsilon.spec @@ -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 diff --git a/fix_getLocalAddress_SEGV.patch b/fix_getLocalAddress_SEGV.patch deleted file mode 100644 index cda4665..0000000 --- a/fix_getLocalAddress_SEGV.patch +++ /dev/null @@ -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); diff --git a/fix_unique_ptr_in_namespace_std_does_not_name_a_template_type.patch b/fix_unique_ptr_in_namespace_std_does_not_name_a_template_type.patch index be61102..c7f47f9 100644 --- a/fix_unique_ptr_in_namespace_std_does_not_name_a_template_type.patch +++ b/fix_unique_ptr_in_namespace_std_does_not_name_a_template_type.patch @@ -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 diff --git a/use_bundled_basis_universal.patch b/use_bundled_basis_universal.patch index ad33ba3..6f824a5 100644 --- a/use_bundled_basis_universal.patch +++ b/use_bundled_basis_universal.patch @@ -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 @@ diff --git a/use_bundled_meshoptimizer.patch b/use_bundled_meshoptimizer.patch index b211a02..c4ff32a 100644 --- a/use_bundled_meshoptimizer.patch +++ b/use_bundled_meshoptimizer.patch @@ -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 @@