Hello community, here is the log from the commit of package stockfish for openSUSE:Factory checked in at 2016-11-21 14:26:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stockfish (Old) and /work/SRC/openSUSE:Factory/.stockfish.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stockfish" Changes: -------- --- /work/SRC/openSUSE:Factory/stockfish/stockfish.changes 2016-06-19 10:48:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.stockfish.new/stockfish.changes 2016-11-21 14:26:29.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Nov 20 14:52:27 UTC 2016 - [email protected] + +- Fixed architecture detection in spec file. + +------------------------------------------------------------------- +Fri Nov 4 15:56:52 UTC 2016 - [email protected] + +- Update to version 8 + +------------------------------------------------------------------- Old: ---- stockfish-7.tar.gz New: ---- stockfish-8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stockfish.spec ++++++ --- /var/tmp/diff_new_pack.7wByVu/_old 2016-11-21 14:26:30.000000000 +0100 +++ /var/tmp/diff_new_pack.7wByVu/_new 2016-11-21 14:26:30.000000000 +0100 @@ -17,7 +17,7 @@ Name: stockfish -Version: 7 +Version: 8 Release: 0 Summary: Powerful open source chess engine License: GPL-3.0+ @@ -32,7 +32,7 @@ BuildRequires: gcc-c++ Recommends: xboard Provides: chess_backend -ExclusiveArch: %ix86 x86_64 %arm %{power64} +ExclusiveArch: %power64 %ix86 x86_64 armv7l armv7hl armv7hnl %description Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a @@ -46,19 +46,24 @@ %patch -p1 cp -p %{SOURCE10} %{SOURCE11} . dos2unix %{name}-interface.txt +dos2unix Copying.txt %build cd src %ifarch x86_64 make %{?_smp_mflags} build ARCH=x86-64 -%else if %{power_64} +%else +%ifarch %power_64 make %{?_smp_mflags} build ARCH=ppc-64 -%else if armv7l armv7hl armv7hnl +%else +%ifarch armv7l armv7hl armv7hnl make %{?_smp_mflags} build ARCH=armv7 -#ix86 %else +#ix86 make %{?_smp_mflags} build ARCH=general-32 %endif +%endif +%endif %install mkdir -p %{buildroot}%{_bindir} ++++++ stockfish-7.tar.gz -> stockfish-8.tar.gz ++++++ ++++ 6711 lines of diff (skipped)
