Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f14673c400 | |||
| 29857f4c35 | |||
| 204738438e | |||
| 3b8b6addb1 |
13
tetrinet-server-gcc15.patch
Normal file
13
tetrinet-server-gcc15.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: src/main.c
|
||||
===================================================================
|
||||
--- src/main.c.orig
|
||||
+++ src/main.c
|
||||
@@ -3280,7 +3280,7 @@ int net_query_creadaccesslist(struct net
|
||||
struct net_t *nn;
|
||||
init_banlist(banlist, MAXBAN);
|
||||
init_banlist(combanlist, MAXBAN);
|
||||
- init_allowlist(allowlist, MAXALLOW);
|
||||
+ init_allowlist();
|
||||
read_banlist(FILE_BAN, banlist, MAXBAN);
|
||||
read_banlist(FILE_BAN_COMPROMISE, combanlist, MAXBAN);
|
||||
read_allowlist();
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 09:37:49 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- added patch to build with gcc15: tetrinet-server-gcc15.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 12:55:42 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
@@ -57,4 +62,3 @@ Sun Nov 17 20:55:40 CET 2002 - prehak@suse.cz
|
||||
Thu Nov 14 15:07:32 CET 2002 - prehak@suse.cz
|
||||
|
||||
- initial version 1.13.16 of this package
|
||||
|
||||
|
||||
@@ -28,6 +28,8 @@ License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Logic
|
||||
Source: %{realname}-%{version}+qirc-%{qirc_version}.tar.bz2
|
||||
Patch2: %{realname}.diff
|
||||
# PATCH-FIX-UPSTREAM build with gcc15
|
||||
Patch3: tetrinet-server-gcc15.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user