Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc629b946a | ||
|
|
e24ecef7b9 | ||
|
|
002f083f53 |
4 changed files with 10 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -91,3 +91,5 @@ wesnoth-1.8.4.tar.bz2
|
|||
/wesnoth-1.17.26.tar.bz2
|
||||
/wesnoth-1.18.0.tar.bz2
|
||||
/wesnoth-1.18.2.tar.bz2
|
||||
/wesnoth-1.18.3.tar.bz2
|
||||
/wesnoth-1.18.4.tar.bz2
|
||||
|
|
|
|||
12
py313.patch
12
py313.patch
|
|
@ -1,12 +0,0 @@
|
|||
--- src/SConscript~ 2024-06-28 22:42:43.000000000 -0500
|
||||
+++ src/SConscript 2024-07-31 09:10:23.177546572 -0500
|
||||
@@ -155,8 +155,7 @@
|
||||
else:
|
||||
bin = env.Alias(target, [], error_action)
|
||||
AlwaysBuild(bin)
|
||||
- locals()[target] = bin
|
||||
- Export(target)
|
||||
+ Export({target: bin})
|
||||
return bin
|
||||
|
||||
for env in [test_env, client_env, env]:
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wesnoth-1.18.2.tar.bz2) = de4d8ceaf29a93c174e9f832825542885bb90c4f481b6b248cc875cb0b1054435df3c2080c7693842b5e857af091e9219fa10b702d4fe63757f3d28871b63d4c
|
||||
SHA512 (wesnoth-1.18.4.tar.bz2) = c86538dae0c5d8c0c7270ab8e13ca2a5b9b6ff44e84789bc803d2135615e55dfdd34fd6b56f325f448940fcc396d884c533d067312b988b27c155157068db3bc
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: wesnoth
|
||||
Version: 1.18.2
|
||||
Version: 1.18.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Turn-based strategy game with a fantasy theme
|
||||
|
||||
|
|
@ -9,7 +9,6 @@ Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.bz2
|
|||
Source1: wesnothd.service
|
||||
Source2: %{name}.sysconfig
|
||||
Patch0: scons-env.patch
|
||||
Patch1: py313.patch
|
||||
|
||||
Requires: wesnoth-data = %{version}
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -190,6 +189,12 @@ done
|
|||
%{_mandir}/*/man6/wesnoth*.6*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 21 2025 Gwyn Ciesla <gwync@protonmail.com> - 1.18.4-1
|
||||
- 1.18.4
|
||||
|
||||
* Mon Dec 30 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.18.3-1
|
||||
- 1.18.3
|
||||
|
||||
* Wed Jul 31 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.18.2-1
|
||||
- 1.18.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue