[stockfish] Prerelease for expected upstream bump to version 7 (rhbz#1196373).

Raphael Groner raphgro at fedoraproject.org
Tue Mar 3 15:39:20 UTC 2015


commit 767223240db60ca1c110818b5253f6c116e3ee77
Author: Raphael Groner <projects.rg at smart.ms>
Date:   Tue Mar 3 16:39:11 2015 +0100

    Prerelease for expected upstream bump to version 7 (rhbz#1196373).

 .gitignore               |  1 +
 Stockfish-CMakeLists.txt |  2 ++
 sources                  |  2 +-
 stockfish.spec           | 23 ++++++++++++++++-------
 4 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0185ef9..eb486df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /stockfish-1e6d21d.tar.gz
+/stockfish-cb2111f.tar.gz
diff --git a/Stockfish-CMakeLists.txt b/Stockfish-CMakeLists.txt
index 057a9e1..ca876fd 100644
--- a/Stockfish-CMakeLists.txt
+++ b/Stockfish-CMakeLists.txt
@@ -3,6 +3,8 @@ project (Stockfish)
 
 set(EXE stockfish)
 
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+
 include_directories(${PROJECT_SOURCE_DIR}/syzygy)
 
 aux_source_directory(. SOURCES)
diff --git a/sources b/sources
index 596b0f9..113959d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c644181e42faf1e1bce24c277ea27c47  stockfish-1e6d21d.tar.gz
+c69285b8814ed5671c73b8ac86f096f7  stockfish-cb2111f.tar.gz
diff --git a/stockfish.spec b/stockfish.spec
index 0035e16..ec441dd 100644
--- a/stockfish.spec
+++ b/stockfish.spec
@@ -3,14 +3,14 @@
 %global owner   official-stockfish
 
 # release betterly from latest commits to be fastest
-%global commit       1e6d21dbb6918a2d5f2f09730b0c30e3a4895d5c
-%global commitdate   20150228
+%global commit       cb2111f0b62afec5fd977e1dd4ca5843bd006956
+%global commitdate   20150302
 %global shortcommit  %(c=%{commit}; echo ${c:0:7})
 
 
 Name:           stockfish
-Version:        6
-Release:        4.%{commitdate}git%{shortcommit}%{?dist}
+Version:        7
+Release:        0.1.%{commitdate}git%{shortcommit}%{?dist}
 Summary:        Powerful open source chess engine
 License:        GPLv3+
 URL:            http://stockfishchess.org/
@@ -58,8 +58,8 @@ sed -e 's,\(EngineDir = \).*,\1%{_bindir},' \
 
 
 %build
-%cmake src
-CXXFLAGS="%{optflags} -std=c++11" make %{?_smp_mflags}
+CXXFLAGS="%{optflags} -std=c++11" %cmake src
+make %{?_smp_mflags}
 
 
 %install
@@ -86,10 +86,19 @@ cp -p polyglot.ini %{buildroot}%{_sysconfdir}/%{name}
 
 
 %changelog
+* Mon Mar 02 2015 Raphael Groner <projects.rg at smart.ms> - 7-0.1.20150302gitcb2111f
+- prepare next major version bump with latest upstream commit
+- merged c++11 branch (upstream)
+- disable spinlocks (upstream)
+- favour fishtest (upstream)
+
 * Mon Mar 02 2015 Raphael Groner <projects.rg at smart.ms> - 6-4.20150228git1e6d21d
-- fix Release dist extension
 - fix ownership of etc/
 - add Suggests: polyglot-chess (rhbz#1197333)
+- latest commit from upstream
+- merged c++11 branch (upstream)
+- disable spinlocks (upstream)
+- favour fishtest (upstream)
 
 * Sun Mar 01 2015 Raphael Groner <projects.rg at smart.ms> - 6-3.20150228git1e6d21d
 - implement cmake


More information about the scm-commits mailing list