[towhee/el6/master] Update to 6.2.15.

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Feb 6 19:40:02 UTC 2011


commit 00d706f48d073511a66b80cebb74af5abb2f91eb
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Feb 6 21:39:58 2011 +0200

    Update to 6.2.15.

 sources     |    2 +-
 towhee.spec |   10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index dc1bd82..24c7274 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-277bc8bda6d2f43d6682ad7bbe284446  towhee-6.2.14.tar.gz
+016580cf903f9aebaa1f498bafcec35b  towhee-6.2.15.tar.gz
diff --git a/towhee.spec b/towhee.spec
index 5f8ac9f..eeaf404 100644
--- a/towhee.spec
+++ b/towhee.spec
@@ -1,5 +1,5 @@
 Name:		towhee
-Version:	6.2.14
+Version:	6.2.15
 Release:	1%{?dist}
 Summary:	A Monte Carlo molecular simulation code
 Group:		Applications/Engineering
@@ -86,6 +86,10 @@ This package contains examples for Towhee operation.
 
 %prep
 %setup -q
+# Get rid of spurious executable flags
+find ForceFields/ -type f -exec chmod 644 {} \;
+find Examples/ -type f -exec chmod 644 {} \;
+
 # Fix Force field locations in examples
 for file in Examples/*/towhee_input; do
  sed "s|/towheebase/ForceFields|%{_datadir}/%{name}/ForceFields|g" $file > $file.new && \
@@ -150,7 +154,6 @@ cp -a ForceFields %{buildroot}%{_datadir}/%{name}
 # Remove makefiles from the examples & remove executable permissions
 find Manual/ -name "Makefile*" -exec rm {} \;
 find Examples/ -name "Makefile*" -exec rm {} \;
-find Examples/ -type f -exec chmod 644 {} \;
 
 # Rename utilities
 for bin in {analyse_{movie,histogram},car2towhee,charmm2pdb,{faux,pdb,xmd,xtl,xyz}2towhee,fitcoex,jre_to_towhee,maftodensity,rdf2pmfpair,unitcell}; do
@@ -196,6 +199,9 @@ rm -rf %{buildroot}
 %doc Examples/*
 
 %changelog
+* Sun Feb 06 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.15-1
+- Update to 6.2.15.
+
 * Fri Dec 10 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.14-1
 - Update to 6.2.14.
 


More information about the scm-commits mailing list