Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f9ebef3bc | ||
|
|
392ab3c991 |
3 changed files with 11 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wesnoth-1.14.7.tar.bz2) = 0b30817a664ae0792e64392b864c4677eabb6ccbacf3306a42e2f9a6d7bf6d9305c53b050168457073395ed87b19acf064f167d15ef2895b408ebe81061e0fe1
|
||||
SHA512 (wesnoth-1.14.11.tar.bz2) = f0c932a2623df35bdcae3d758f3c9ef583ab04bb886408d75b2fe3ee9600af0f55764448782d64561a44150b4628d6340050425d15fc140984e23d5c40769c66
|
||||
|
|
|
|||
10
wesnoth.spec
10
wesnoth.spec
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue