Hello community, here is the log from the commit of package gnuchess for openSUSE:Factory checked in at 2014-10-08 22:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuchess (Old) and /work/SRC/openSUSE:Factory/.gnuchess.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuchess" Changes: -------- --- /work/SRC/openSUSE:Factory/gnuchess/gnuchess.changes 2012-11-06 16:05:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnuchess.new/gnuchess.changes 2014-10-08 22:13:28.000000000 +0200 @@ -1,0 +2,30 @@ +Sun Oct 5 23:09:57 UTC 2014 - [email protected] + +- 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+ + +------------------------------------------------------------------- Old: ---- gnuchess-6.0.2.tar.bz2 New: ---- gnuchess-6.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuchess.spec ++++++ --- /var/tmp/diff_new_pack.TxWhfj/_old 2014-10-08 22:13:31.000000000 +0200 +++ /var/tmp/diff_new_pack.TxWhfj/_new 2014-10-08 22:13:31.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnuchess # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: gnuchess -Version: 6.0.2 +Version: 6.1.2 Release: 0 Summary: GNU Chess Program -License: GPL-2.0+ +License: GPL-3.0+ Group: Amusements/Games/Board/Chess Url: http://www.gnu.org/software/chess/ -Source0: %{name}-%{version}.tar.bz2 +Source0: http://ftp.gnu.org/gnu/chess/%{name}-%{version}.tar.gz # WARNING: Don't forget to re-generate book.dat manually before submit! # Simply remove the source and build, updated book will be generated. Source1: book_1.02.pgn.bz2 @@ -35,12 +35,13 @@ BuildRequires: expect BuildRequires: flex BuildRequires: gcc-c++ +BuildRequires: gettext-devel BuildRequires: readline-devel Requires(post): info -Requires(preun):info +Requires(preun): info +Recommends: xboard Provides: chess_backend Provides: gchess -Recommends: xboard BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -60,12 +61,13 @@ %if 0%{?suse_version} > 1110 %make_install %else -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} %endif mkdir -p %{buildroot}%{_mandir}/man6 cp %{SOURCE4} %{buildroot}%{_mandir}/man6 # install xgnuchess install -m 755 %{SOURCE5} %{buildroot}/%{_bindir} +%find_lang %{name} %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz @@ -77,7 +79,7 @@ fi fi -%files +%files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
