From c413db660fb5afead2ea86a2abd291425c0f849f Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Jun 17 2014 07:26:51 +0000 Subject: updated to new snapshot git20140616.31f5609f7a7345ca05b5c1f8c7425236da2270df --- diff --git a/shogun.spec b/shogun.spec index d2540a1..112f3cd 100644 --- a/shogun.spec +++ b/shogun.spec @@ -2,8 +2,8 @@ #%%global rel_build 1 # Settings used for build from snapshots. -%{!?rel_build:%global commit 98900c2996ccc4509099a6a337a71d7ca9991bd6} -%{!?rel_build:%global commit_date 20140604} +%{!?rel_build:%global commit 31f5609f7a7345ca05b5c1f8c7425236da2270df} +%{!?rel_build:%global commit_date 20140616} %{!?rel_build:%global shortcommit %(c=%{commit};echo ${c:0:7})} %{!?rel_build:%global gitver git%{commit_date}-%{shortcommit}} %{!?rel_build:%global gitrel .git%{commit_date}.%{shortcommit}} @@ -80,7 +80,7 @@ of it's 'no-redistribute', 'no-commercial-use' license. Name: shogun Version: %{branch}.0.1 -Release: 0.22%{?gitrel}%{?dist} +Release: 0.23%{?gitrel}%{?dist} Summary: Large Scale Machine Learning Toolbox # ===== License-breakdown ===== @@ -649,10 +649,6 @@ do rm -rf ${_file}.orig done -# Fix typemapping for Mono (C#) with SWIG >= 3.0.0. -sed -i -e 's!-w473;-w454;-w312;-w325;-fvirtual!-DSWIG2_CSHARP;&!g' \ - CMakeLists.txt - # This is needed for testsuite not to fail on some tests. echo "# noop" > examples/undocumented/python_modular/tools/__init__.py @@ -981,6 +977,9 @@ popd ############################################################################### %changelog +* Tue Jun 17 2014 Björn Esser - 3.2.0.1-0.23.git20140616.31f5609 +- updated to new snapshot git20140616.31f5609f7a7345ca05b5c1f8c7425236da2270df + * Thu Jun 05 2014 Björn Esser - 3.2.0.1-0.22.git20140604.98900c2 - export additional C[XX]FLAGS on 32Bit-arches for SSE and SSE2 - fix typemapping for Mono (C#) with SWIG >= 3.0.0