Update to 3.2.5

This commit is contained in:
Sandro Mani 2015-06-16 15:28:38 +02:00
parent 2bd9b730d4
commit 318fa0c633
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/eigen-3.2.2.tar.bz2
/eigen-3.2.3.tar.bz2
/eigen-3.2.4.tar.bz2
/eigen-3.2.5.tar.bz2

View File

@ -4,10 +4,10 @@
# debuginfo package for the empty main package.
%global debug_package %{nil}
%global commit 10219c95fe65
%global commit bdd17ee3b1b3
Name: eigen3
Version: 3.2.4
Version: 3.2.5
Release: 1%{?dist}
Summary: A lightweight C++ template library for vector and matrix math
@ -89,7 +89,7 @@ make -C %{_target_platform} %{?_smp_mflags} buildtests
make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V" || exit 0
%files devel
%doc COPYING.README COPYING.BSD COPYING.MPL2 COPYING.LGPL
%license COPYING.README COPYING.BSD COPYING.MPL2 COPYING.LGPL
%{_includedir}/eigen3
%{_datadir}/pkgconfig/*
@ -97,6 +97,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V" || exit 0
%doc %{_target_platform}/doc/html
%changelog
* Tue Jun 16 2015 Sandro Mani <manisandro@gmail.com> - 3.2.5-1
- Update to release 3.2.5
* Thu Jan 22 2015 Sandro Mani <manisandro@gmail.com> - 3.2.4-1
- Update to release 3.2.4

View File

@ -1 +1 @@
4c4b5ed9a388a1e475166d575af25477 eigen-3.2.4.tar.bz2
21a928f6e0f1c7f24b6f63ff823593f5 eigen-3.2.5.tar.bz2