Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65bfcbdd8f | ||
|
|
5a3e35a6a6 | ||
|
|
1a6c158e3b | ||
|
|
806e2285a9 | ||
|
|
3a7c11419d | ||
|
|
d84a937719 |
3 changed files with 19 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -111,3 +111,4 @@ wesnoth-1.8.4.tar.bz2
|
|||
/wesnoth-1.19.21.tar.bz2
|
||||
/wesnoth-1.19.22.tar.bz2
|
||||
/wesnoth-1.19.23.tar.bz2
|
||||
/wesnoth-1.19.24.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wesnoth-1.19.23.tar.bz2) = bb32b9b466f34e9ce2db4eda2874269c07775bfbaf8607c2054676e61f780845fb03f85eacefee6af39c3f32f6af183a835a6d5b0a865a1b2d2358652b705e66
|
||||
SHA512 (wesnoth-1.19.24.tar.bz2) = c82b65d8ae74156bdf8fbb4ab7bcb7ffda0688d7d4cb5d12177a31f297a116288aae8cdc03abff0de80a1099561019ce44ff33d7f0f75953c23d12da74a7d6fb
|
||||
|
|
|
|||
22
wesnoth.spec
22
wesnoth.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: wesnoth
|
||||
Version: 1.19.23
|
||||
Release: 1%{?dist}
|
||||
Version: 1.19.24
|
||||
Release: 5%{?dist}
|
||||
Summary: Turn-based strategy game with a fantasy theme
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -29,9 +29,6 @@ BuildRequires: lua-devel
|
|||
BuildRequires: readline-devel
|
||||
BuildRequires: python3-scons
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?fedora} >= 41
|
||||
BuildRequires: openssl-devel-engine
|
||||
%endif
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: systemd
|
||||
|
|
@ -193,6 +190,21 @@ install -m0644 -D wesnoth-server.sysusers.conf %{buildroot}%{_sysusersdir}/wesno
|
|||
%{_mandir}/*/man6/wesnoth*.6*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 1.19.24-5
|
||||
- Rebuilt for Python 3.15.0b4 ABI change
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.24-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.19.24-3
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 1.19.24-2
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Thu May 21 2026 Gwyn Ciesla <gwync@protonmail.com> - 1.19.24-1
|
||||
- 1.19.24
|
||||
|
||||
* Thu Apr 23 2026 Gwyn Ciesla <gwync@protonmail.com> - 1.19.23-1
|
||||
- 1.19.23
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue