diff --git a/.gitignore b/.gitignore index 9b3497b..b57e549 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /eigen-3.1.2.tar.bz2 /eigen-3.1.3.tar.bz2 /eigen-3.2.tar.bz2 +/eigen-3.2.1.tar.bz2 diff --git a/eigen3.spec b/eigen3.spec index 21a00eb..294c825 100644 --- a/eigen3.spec +++ b/eigen3.spec @@ -5,8 +5,8 @@ %global debug_package %{nil} Name: eigen3 -Version: 3.2 -Release: 3%{?dist} +Version: 3.2.1 +Release: 1%{?dist} Summary: A lightweight C++ template library for vector and matrix math Group: Development/Libraries @@ -129,6 +129,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V -E '$excluded_tests'" %{_datadir}/pkgconfig/* %changelog +* Wed Feb 26 2014 Sandro Mani - 3.2.1-1 +- Udpate to release 3.2.1 + * Sun Aug 11 2013 Sandro Mani - 3.2-3 - Build and run tests - Drop -DBLAS_LIBRARIES_DIR, not used diff --git a/sources b/sources index b8485fb..a48af90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -894381be5be65bb7099c6fd91d61b357 eigen-3.2.tar.bz2 +ece1dbf64a49753218ce951624f4c487 eigen-3.2.1.tar.bz2