Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Kalev Lember
8f9ebef3bc Update to 1.14.11 2020-03-12 08:50:43 +01:00
Kalev Lember
392ab3c991 Update to 1.14.9 2019-11-10 17:17:51 +01:00
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View file

@ -47,3 +47,5 @@ wesnoth-1.8.4.tar.bz2
/wesnoth-1.14.5.tar.bz2
/wesnoth-1.14.6.tar.bz2
/wesnoth-1.14.7.tar.bz2
/wesnoth-1.14.9.tar.bz2
/wesnoth-1.14.11.tar.bz2

View file

@ -1 +1 @@
SHA512 (wesnoth-1.14.7.tar.bz2) = 0b30817a664ae0792e64392b864c4677eabb6ccbacf3306a42e2f9a6d7bf6d9305c53b050168457073395ed87b19acf064f167d15ef2895b408ebe81061e0fe1
SHA512 (wesnoth-1.14.11.tar.bz2) = f0c932a2623df35bdcae3d758f3c9ef583ab04bb886408d75b2fe3ee9600af0f55764448782d64561a44150b4628d6340050425d15fc140984e23d5c40769c66

View file

@ -2,8 +2,8 @@
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
Name: wesnoth
Version: 1.14.7
Release: 4%{?dist}
Version: 1.14.11
Release: 1%{?dist}
Summary: Turn-based strategy game with a fantasy theme
License: GPLv2+
@ -184,6 +184,12 @@ done
%{_mandir}/*/man6/wesnoth*.6*
%changelog
* Thu Mar 12 2020 Kalev Lember <klember@redhat.com> - 1.14.11-1
- Update to 1.14.11
* Sun Nov 10 2019 Kalev Lember <klember@redhat.com> - 1.14.9-1
- Update to 1.14.9
* Fri Aug 09 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.14.7-4
- Exclude Python 2 tools per upstream.