[ape] Update to 2.1.0.

Susi Lehtola jussilehtola at fedoraproject.org
Wed Mar 6 14:06:24 UTC 2013


commit e22ecafcb68093c79fed1a8d89ccefbb7fc17135
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Wed Mar 6 16:06:21 2013 +0200

    Update to 2.1.0.

 .gitignore             |    1 +
 ape-2.0.2-libxc2.patch |   42 ------------------------------------------
 ape.spec               |   22 +++++++++++-----------
 sources                |    2 +-
 4 files changed, 13 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7682451..68fa241 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ape-1.1.0.tar.gz
 /ape-2.0.0.tar.gz
 /ape-2.0.2.tar.gz
+/ape-2.1.0.tar.gz
diff --git a/ape.spec b/ape.spec
index 64e4a58..1efd62f 100644
--- a/ape.spec
+++ b/ape.spec
@@ -1,6 +1,6 @@
 Name:		ape
-Version:	2.0.2
-Release:	2%{?dist}
+Version:	2.1.0
+Release:	1%{?dist}
 Summary:	A tool for generating atomic pseudopotentials within a DFT framework
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -8,9 +8,6 @@ URL:		http://www.tddft.org/programs/APE
 Source0:	http://www.tddft.org/programs/APE/sites/default/files/ape-%{version}.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-# Build against libxc 2.0.0
-Patch0:		ape-2.0.2-libxc2.patch
-
 BuildRequires:	gcc-gfortran
 BuildRequires:	gsl-devel
 BuildRequires:	libxc-devel
@@ -24,12 +21,12 @@ pseudopotentials within a Density-Functional Theory framework.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # The APE configure script uses FCFLAGS instead of FFLAGS declared by the configure macro.
 export FC=gfortran
 export FCFLAGS="%{optflags} -ffree-form -ffree-line-length-none -I%{_fmoddir}"
+export FCCPP="cpp -ffreestanding"
 %configure
 # SMP make is not working.
 #make %{?_smp_mflags}
@@ -60,11 +57,11 @@ fi
 # of big changes all over the program sometime after the release of 1.1.0.
 # It should be enabled when version 1.2 is released.
 
-#%check
-## Add binary to PATH
-#export PATH=$PATH:`pwd`/src
-#cd testsuite
-#./ape-run_testsuite -l
+%check
+# Add binary to PATH
+export PATH=$PATH:`pwd`/src
+cd testsuite
+./ape-run_testsuite -l
 
 %files
 %defattr(-,root,root,-)
@@ -73,6 +70,9 @@ fi
 %{_infodir}/ape.info.*
 
 %changelog
+* Wed Mar 06 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 21561b6..e40489f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfc662ed4e92c21e959469d72fb754f5  ape-2.0.2.tar.gz
+73b75b8c121ed3425417ff4b8b4cebb1  ape-2.1.0.tar.gz


More information about the scm-commits mailing list