[eigen3/f16] Update to release 3.0.3

rmattes rmattes at fedoraproject.org
Mon Dec 19 03:12:19 UTC 2011


commit cade728dae289d452bc895f9648a094d2389f20d
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Nov 15 00:44:54 2011 -0500

    Update to release 3.0.3

 .gitignore  |    1 +
 eigen3.spec |   12 ++++++++----
 sources     |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4df11ba..69bd927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /eigen-3.0.0.tar.bz2
+/eigen-3.0.3.tar.bz2
diff --git a/eigen3.spec b/eigen3.spec
index 4131c7e..f2ed6af 100644
--- a/eigen3.spec
+++ b/eigen3.spec
@@ -1,12 +1,12 @@
 Name:           eigen3
-Version:        3.0.0
-Release:        2%{?dist}
+Version:        3.0.3
+Release:        1%{?dist}
 Summary:        A lightweight C++ template library for vector and matrix math
 
 Group:          Development/Libraries
 License:        LGPLv3+ or GPLv2+
 URL:            http://eigen.tuxfamily.org/index.php?title=Main_Page
-# Source file is at: http://bitbucket.org/eigen/eigen/get/3.0.0.tar.bz2
+# Source file is at: http://bitbucket.org/eigen/eigen/get/3.0.3.tar.bz2
 # Renamed source file so it's not just a version number
 Source0:        eigen-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,6 +31,7 @@ BuildRequires:  graphviz
 BuildRequires:  tex(latex)
 
 %description
+%{summary}
 
 %package devel
 Summary: A lightweight C++ template library for vector and matrix math
@@ -43,7 +44,7 @@ Provides: %{name}-static = %{version}-%{release}
 %{summary}
 
 %prep
-%setup -q -n eigen-eigen-65ee2328342f
+%setup -q -n eigen-eigen-%{version}
 %patch0 -p0
 
 %build
@@ -72,6 +73,9 @@ rm -rf %{buildroot}
 %{_datadir}/pkgconfig/*
 
 %changelog
+* Tue Nov 15 2011 Rich Mattes <richmattes at gmail.com> - 3.0.3-1
+- Update to release 3.0.3
+
 * Sun Apr 17 2011 Rich Mattes <richmattes at gmail.com> - 3.0.0-2
 - Patched sources to fix build failure
 - Removed fixes made upstream
diff --git a/sources b/sources
index 22f464c..7c080dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-046baf7072f008653361f8321560a26f  eigen-3.0.0.tar.bz2
+bfe750809b54a012a402034a650b4c62  eigen-3.0.3.tar.bz2


More information about the scm-commits mailing list