[cp2k] update to upstream 2.5.1 release

Dominik Mierzejewski rathann at fedoraproject.org
Fri Mar 14 22:48:08 UTC 2014


commit 2406bd9edf08246ae4d34e23433f4aa4fa07a92d
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Fri Mar 14 23:47:54 2014 +0100

    update to upstream 2.5.1 release
    
    - drop backported compilation fix

 .gitignore        |    1 +
 cp2k-r13644.patch |   11 -----------
 cp2k.spec         |    9 +++++----
 sources           |    2 +-
 4 files changed, 7 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb612b4..46f5398 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /cp2k-2.5-20131112.tar.bz2
 /cp2k-2.5-20131112.tar.xz
 /cp2k-2.5.0.tar.bz2
+/cp2k-2.5.1.tar.bz2
diff --git a/cp2k.spec b/cp2k.spec
index e0e29f0..61e9225 100644
--- a/cp2k.spec
+++ b/cp2k.spec
@@ -2,7 +2,7 @@
 %define snapshot 20131112
 
 Name: cp2k
-Version: 2.5.0
+Version: 2.5.1
 Release: 1%{?dist}
 Group: Applications/Engineering
 Summary: Ab Initio Molecular Dynamics
@@ -22,8 +22,6 @@ Source4: cp2k-snapshot.sh
 # use external makedepf90
 # skip compilation during regtests
 Patch0: %{name}-rpm.patch
-# fix fes compilation (fixed in SVN r13644)
-Patch1: cp2k-r13644.patch
 BuildRequires: atlas-devel >= 3.10.1
 # for regtests
 BuildRequires: bc
@@ -107,7 +105,6 @@ This package contains the documentation and the manual.
 %prep
 %setup -q
 %patch0 -p1 -b .r
-%patch1 -p1 -b .r13644
 rm -r tools/makedepf90
 chmod -x src/harris_{functional,{env,energy}_types}.F
 
@@ -207,6 +204,10 @@ popd
 %{_libdir}/mpich%{?_opt_cc_suffix}/bin/cp2k.psmp_mpich
 
 %changelog
+* Fri Mar 14 2014 Dominik Mierzejewski <rpm at greysector.net> - 2.5.1-1
+- update to upstream 2.5.1 release
+- drop backported compilation fix
+
 * Tue Mar 11 2014 Dominik Mierzejewski <rpm at greysector.net> - 2.5.0-1
 - update to upstream 2.5 release
 - backport compilation fix from SVN
diff --git a/sources b/sources
index f87bafe..915b7f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16e90e0994593544912e1d211ccce002  cp2k-2.5.0.tar.bz2
+927564583f3e0fe9edb4114fdef5a396  cp2k-2.5.1.tar.bz2


More information about the scm-commits mailing list