]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- up to 1.16.10 auto/th/wesnoth-1.16.10-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Sun, 6 Aug 2023 22:37:52 +0000 (22:37 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Sun, 6 Aug 2023 22:37:52 +0000 (22:37 +0000)
gcc13.patch [deleted file]
wesnoth.spec

diff --git a/gcc13.patch b/gcc13.patch
deleted file mode 100644 (file)
index a425e17..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From f073493ebc279cefa391d364c48265058795e1d2 Mon Sep 17 00:00:00 2001
-From: Martin Liska <mliska@suse.cz>
-Date: Mon, 23 May 2022 13:44:39 +0200
-Subject: [PATCH] Fix building with GCC 13.
-
-Fixes the following issue:
-base64.hpp:23:49: error: 'uint8_t' was not declared in this scope
-
-and:
-deprecation.hpp:20:22: error: found ':' in nested-name-specifier, expected '::'
----
- src/deprecation.hpp          | 1 +
- src/serialization/base64.hpp | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/deprecation.hpp b/src/deprecation.hpp
-index 33736df1b22c..ee09e73be1d0 100644
---- a/src/deprecation.hpp
-+++ b/src/deprecation.hpp
-@@ -14,6 +14,7 @@
- #pragma once
-+#include <cstdint>
- #include <string>
- /** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */
-diff --git a/src/serialization/base64.hpp b/src/serialization/base64.hpp
-index dbb3b3d32652..c5d8dd32d3fd 100644
---- a/src/serialization/base64.hpp
-+++ b/src/serialization/base64.hpp
-@@ -15,6 +15,7 @@
- #pragma once
-+#include <cstdint>
- #include <string_view>
- #include <vector>
index 95d45abd155036cf7b392deaaa7d4590e4895a3f..a66d4d7847365f77ad55e4be813d18fb6b8aedf5 100644 (file)
@@ -9,18 +9,17 @@ Summary:      Strategy game with a fantasy theme
 Summary(hu.UTF-8):     Fantasy környezetben játszódó stratégiai játék
 Summary(pl.UTF-8):     Gra strategiczna z motywem fantasy
 Name:          wesnoth
-Version:       1.16.9
+Version:       1.16.10
 Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications/Games/Strategy
 Source0:       http://downloads.sourceforge.net/wesnoth/%{name}-%{version}.tar.bz2
-# Source0-md5: 9b8aaf0d74b4a27b7d6792e0fbfe3a57
+# Source0-md5: b4ae6ae389193cdf0cf768e170f24fd1
 Source1:       %{name}d.init
 Source2:       %{name}.tmpfiles
 Source3:       %{name}.sysconfig
 Source4:       %{name}d.service
-Patch0:                gcc13.patch
 URL:           http://www.wesnoth.org/
 BuildRequires: SDL2-devel >= 2.0.8
 BuildRequires: SDL2_image-devel >= 2.0.2
@@ -118,7 +117,6 @@ Ten pakiet zawiera pliki danych dla gry Wesnoth.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # don't install locales in %{_datadir}/%{name}
 %{__sed} -i 's,${DATADIR}/${LOCALEDIR},${LOCALEDIR},' CMakeLists.txt
This page took 0.093222 seconds and 4 git commands to generate.