Update to 3.2.6

This commit is contained in:
Sandro Mani 2015-10-01 14:22:22 +02:00
parent 4826eba128
commit 882c9ccb5d
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/eigen-3.2.3.tar.bz2 /eigen-3.2.3.tar.bz2
/eigen-3.2.4.tar.bz2 /eigen-3.2.4.tar.bz2
/eigen-3.2.5.tar.bz2 /eigen-3.2.5.tar.bz2
/eigen-3.2.6.tar.bz2

View File

@ -4,11 +4,11 @@
# debuginfo package for the empty main package. # debuginfo package for the empty main package.
%global debug_package %{nil} %global debug_package %{nil}
%global commit bdd17ee3b1b3 %global commit c58038c56923
Name: eigen3 Name: eigen3
Version: 3.2.5 Version: 3.2.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: A lightweight C++ template library for vector and matrix math Summary: A lightweight C++ template library for vector and matrix math
Group: Development/Libraries Group: Development/Libraries
@ -102,6 +102,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V" || exit 0
%doc %{_target_platform}/doc/html %doc %{_target_platform}/doc/html
%changelog %changelog
* Thu Oct 02 2015 Sandro Mani <manisandro@gmail.com> - 3.2.6-1
- Update to release 3.2.6
* Fri Aug 21 2015 Rich Mattes <richmattes@gmail.com> - 3.2.5-2 * Fri Aug 21 2015 Rich Mattes <richmattes@gmail.com> - 3.2.5-2
- Apply patch to install FindEigen3.cmake - Apply patch to install FindEigen3.cmake

View File

@ -1 +1 @@
21a928f6e0f1c7f24b6f63ff823593f5 eigen-3.2.5.tar.bz2 87274966745d2d3e7964fcc654d0a24b eigen-3.2.6.tar.bz2