From 882c9ccb5d136b98b15911795f6a78a2382e2786 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Oct 01 2015 12:22:22 +0000 Subject: Update to 3.2.6 --- diff --git a/.gitignore b/.gitignore index ec2398f..1d4a398 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /eigen-3.2.3.tar.bz2 /eigen-3.2.4.tar.bz2 /eigen-3.2.5.tar.bz2 +/eigen-3.2.6.tar.bz2 diff --git a/eigen3.spec b/eigen3.spec index 1bb2f52..8352c3a 100644 --- a/eigen3.spec +++ b/eigen3.spec @@ -4,11 +4,11 @@ # debuginfo package for the empty main package. %global debug_package %{nil} -%global commit bdd17ee3b1b3 +%global commit c58038c56923 Name: eigen3 -Version: 3.2.5 -Release: 2%{?dist} +Version: 3.2.6 +Release: 1%{?dist} Summary: A lightweight C++ template library for vector and matrix math Group: Development/Libraries @@ -102,6 +102,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V" || exit 0 %doc %{_target_platform}/doc/html %changelog +* Thu Oct 02 2015 Sandro Mani - 3.2.6-1 +- Update to release 3.2.6 + * Fri Aug 21 2015 Rich Mattes - 3.2.5-2 - Apply patch to install FindEigen3.cmake diff --git a/sources b/sources index f615851..1cdc1c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21a928f6e0f1c7f24b6f63ff823593f5 eigen-3.2.5.tar.bz2 +87274966745d2d3e7964fcc654d0a24b eigen-3.2.6.tar.bz2