* Sat Jul 31 2021 Dirk Müller <dmueller@suse.com>
- update to 6.2.9:
- Fixed potential buffer overflow in pgnload and pgnreplay (CVE-2021-30184)
- drop txtJ07eHdR0m6.patch (upstream)
* Fri May 14 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 6.2.8
* Bug fixes in the input/output processing
* Thu Apr 08 2021 Matej Cepl <mcepl@suse.com>
- Add txtJ07eHdR0m6.patch to fix CVE-2021-30184 (reported upstream on
https://lists.gnu.org/archive/html/bug-gnu-chess/2021-04/msg00000.html )
(boo#1184531)
* Sun May 31 2020 Andreas Stieger <andreas.stieger@gmx.de>
- gnuchess 6.2.7:
* minor bug fixes in the build system
Version: 6.2.6-bp152.1.1
* Sun Apr 19 2020 Matej Cepl <mcepl@suse.com>
- Update to the version 6.2.6:
- Fix buffer overflow on load EPD file (bsc#1148736 CVE-2019-15767).
- Fix move validation when cleaning up moves, e.g. accepting
'0-0' for O-O'.
- More consistent use of period in translatable texts.
- Minor fixes on compilation warnings
- New and updated translations.
* Mon Oct 06 2014 andreas.stieger@gmx.de
- gnuchess 6.1.2:
* CFLAGS replaced by CPPFLAGS in info.
* Fix for correct handling of castling moves.
* Include translations to other languages.
- includes changes from 6.1.1:
* Include translations to other languages.
* Minor corrections in translatable strings.
* Migrate frontend to C++.
* Use autoconf 2.69 and require it in configure.ac.
* Use automake 1.14.
- includes changes from 6.1.0:
* Add support for package internationalization based on gettext
* Include first translations provided by the Translation Team.
* Graphic mode, a new board shape based on the unicode characters
for chess.
* pgnreplay command, similar to pgnload, with the capability of
manually showing a saved game step by step and moving backwards
* Fix bug in setboard.
* Avoid using 100% CPU in UCI mode.
* Rename the small book.bin as smallbook.bin.
- includes changes from 6.0.3:
* Update to autoconf 2.69, automake 1.13
* If in manual mode, keep it after undo.
* Remove some unused code.
* Avoid crashing when importing book_1.01.pgn
- licence is GPL-3.0+
Version: 6.2.5-bp150.2.3
* Sat Apr 28 2018 antoine.belvire@opensuse.org
- Only suggest xboard, don't recommend it.
- Use %license instead of %doc for license file (boo#1082318).
- Use %install_info_delete macro instead of rewriting it.
* Tue Jul 25 2017 astieger@suse.com
- gnuchess 6.2.5:
* Command history based on readline.
* New commands: coords/nocoords to enable/disable coordinates
when printing the board.
* Command pgnsave will prompt the user to overwrite or not an existing
file instead of appending the current game to the file.
* New languages.
* Bug fixes.
* Tue Nov 15 2016 astieger@suse.com
- gnuchess 6.2.4:
* Print error for invalid move.
* Truncate user input if longer than 128 characters
fixing CVE-2015-8972: user input buffer overflow (boo#1010143)
* Fri Oct 28 2016 astieger@suse.com
- gnuchess 6.2.3:
* Quit after compiling book with option -a (--addbook)
* Updated translations
* Mon Oct 19 2015 astieger@suse.com
- gnuchess 6.2.2:
* More robust program exit concerning threads.
* Detailed error messages for bad FEN syntax.
* Sun Jan 18 2015 andreas.stieger@gmx.de
- gnuchess 6.2.1:
- Man page in English.
- includes changes from 6.2.0;
- "Tighter connection" with XBoard by means of an engine file and
a logo, as expected by XBoard (>= 4.6.0).
- Uppercase chars only for piece names, as Fruit doesn't like
lowercase.
- A man page based on help2man.
- verify source signature
* Sun Oct 05 2014 andreas.stieger@gmx.de
- gnuchess 6.1.2:
* CFLAGS replaced by CPPFLAGS in info.
* Fix for correct handling of castling moves.
* Include translations to other languages.
- includes changes from 6.1.1:
* Include translations to other languages.
* Minor corrections in translatable strings.
* Migrate frontend to C++.
* Use autoconf 2.69 and require it in configure.ac.
* Use automake 1.14.
- includes changes from 6.1.0:
* Add support for package internationalization based on gettext
* Include first translations provided by the Translation Team.
* Graphic mode, a new board shape based on the unicode characters
for chess.
* pgnreplay command, similar to pgnload, with the capability of
manually showing a saved game step by step and moving backwards
* Fix bug in setboard.
* Avoid using 100% CPU in UCI mode.
* Rename the small book.bin as smallbook.bin.
- includes changes from 6.0.3:
* Update to autoconf 2.69, automake 1.13
* If in manual mode, keep it after undo.
* Remove some unused code.
* Avoid crashing when importing book_1.01.pgn
- licence is GPL-3.0+
* Fri Oct 26 2012 lars@linux-schulserver.de
- update gnuchess to 6.0.2:
+ New option --addbook to compile a book.
+ Maximum file name length of EPD files extended to 127 characters.
+ Book file allowed to be read only unless the BookLearn
option is set.
- new upstream Url
- removed upstreamed gnuchess-return-nonvoid.patch
- recommend xboard
* Tue Nov 29 2011 jreidinger@suse.com
- update gnuchess to official version 6.0.1
- clean up patches
- change generation of recent book dat from source during build
* Wed Aug 04 2010 packman@links2linux.de
- updated gnuchess to (unofficial) version 5.07.94.1b
- updated to most recent book.dat
- removed obsolete getline patch
- added patches to fix a few rpmlint-warnings/errors
- added gnuchess-add_new_bookpath.diff so gnuchess finds the default
opening book in /usr/share/gnuchess
* Mon Jan 11 2010 packman@links2linux.de
- updated to (unofficial) version 5.07.9b by M. Vandenbergh
- added script "xgnuchess" to start xboard with gnuchess
as first and second chess engine
- patches refreshed
- description updated
* Fri Oct 16 2009 marek.belisko@open-nandra.com
- Add missing fclose() and correct typo (bnc#534576)
* Sun Jun 07 2009 ro@suse.de
- rename getline to my_getline to avoid conflict with function
from glibc
* Thu Nov 06 2008 ro@suse.de
- remove NoSource tag
* Fri Mar 30 2007 ro@suse.de
- added flex,bison to buildreq
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Apr 05 2005 mmj@suse.de
- Make gcc4 happy
* Thu Aug 26 2004 sbrabec@suse.cz
- Updated to version 5.07.
- Updated book to version 1.01.
* Sun Jan 11 2004 adrian@suse.de
- add %defattr
* Thu Aug 07 2003 sbrabec@suse.cz
- Updated to version 5.06.