From 6b7f238889ad3218145d068a303dddb16a3c5406 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: May 26 2014 10:34:39 +0000 Subject: updated to new snapshot git20140523.681b5ec17c0ca9c98cb54047dcd679bec9171989 --- diff --git a/shogun.spec b/shogun.spec index 5f64cce..996e575 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 96b815fd1fa9769a24122f9016ff5a685a8a6944} -%{!?rel_build:%global commit_date 20140516} +%{!?rel_build:%global commit 681b5ec17c0ca9c98cb54047dcd679bec9171989} +%{!?rel_build:%global commit_date 20140523} %{!?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.18%{?gitrel}%{?dist} +Release: 0.19%{?gitrel}%{?dist} Summary: Large Scale Machine Learning Toolbox # ===== License-breakdown ===== @@ -165,6 +165,7 @@ BuildRequires: libxml2-devel BuildRequires: lpsolve-devel BuildRequires: lzo-devel BuildRequires: NLopt-devel +BuildRequires: opencv-devel BuildRequires: protobuf-devel BuildRequires: qd-devel BuildRequires: %{name}-data @@ -262,6 +263,7 @@ Requires: libxml2-devel%{?_isa} Requires: lpsolve-devel%{?_isa} Requires: lzo-devel%{?_isa} Requires: NLopt-devel%{?_isa} +Requires: opencv-devel%{?_isa} Requires: qd-devel%{?_isa} Requires: snappy-devel%{?_isa} Requires: tapkee-devel @@ -955,6 +957,9 @@ popd ############################################################################### %changelog +* Mon May 26 2014 Björn Esser - 3.2.0.1-0.19.git20140523.681b5ec +- rebuilt + * Sat May 17 2014 Björn Esser - 3.2.0.1-0.18.git20140516.96b815f - adapted the logic for finding rubygem-narray on Fedora >= 21