[libint] Update to 1.1.5.

Susi Lehtola jussilehtola at fedoraproject.org
Wed May 15 16:18:51 UTC 2013


commit cc15976d70bf18d6b0f13fb4940f5c5dbf7a3f86
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Wed May 15 19:18:46 2013 +0300

    Update to 1.1.5.

 .gitignore  |    1 +
 libint.spec |   15 +++++++++------
 sources     |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd2fe0d..1ae1d12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libint-1.1.4.tar.gz
+/libint-1.1.5.tar.gz
diff --git a/libint.spec b/libint.spec
index b7f2d44..02d317c 100644
--- a/libint.spec
+++ b/libint.spec
@@ -1,6 +1,6 @@
 Name:		libint
-Version:	1.1.4
-Release:	11%{?dist}
+Version:	1.1.5
+Release:	1%{?dist}
 Summary:	A library for computing electron repulsion integrals efficiently
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -34,9 +34,9 @@ super-scalar architectures.
 %package devel
 Summary:	Development headers and libraries for libint
 Group:		Development/Libraries
-Requires:	libint = %{version}-%{release}
-Requires:	libderiv = %{version}-%{release}
-Requires:	libr12 = %{version}-%{release}
+Requires:	libint%{?_isa} = %{version}-%{release}
+Requires:	libderiv%{?_isa} = %{version}-%{release}
+Requires:	libr12%{?_isa} = %{version}-%{release}
 
 %description devel
 This package contains development headers and libraries for libint.
@@ -103,7 +103,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE
+%doc LICENSE COPYING
 %{_libdir}/libint*.so.*
 
 %files -n libderiv
@@ -124,6 +124,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed May 15 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.1.5-1
+- Update to 1.1.5, bringing aarch64 support.
+
 * Tue Feb 19 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.1.4-11
 - Fix FTBFS in rawhide.
 
diff --git a/sources b/sources
index 38f7350..ae05906 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bc36ba047e23e16b5bc9c0cc8f4a9f7  libint-1.1.4.tar.gz
+bc6a4d1945ed215155e7674774711884  libint-1.1.5.tar.gz


More information about the scm-commits mailing list