[python-cclib] Update to 1.0.1.

Jussi Lehtola jussilehtola at fedoraproject.org
Tue Mar 15 18:07:42 UTC 2011


commit 5e60788609854d73e16b683a01cdf7d516edf778
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Tue Mar 15 20:07:40 2011 +0200

    Update to 1.0.1.

 .gitignore        |    1 +
 python-cclib.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06c551f..8d94cb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cclib-1.0.tar.gz
+/cclib-1.0.1.tar.gz
diff --git a/python-cclib.spec b/python-cclib.spec
index 0cfdc39..a954ebb 100644
--- a/python-cclib.spec
+++ b/python-cclib.spec
@@ -3,8 +3,8 @@
 %global oname cclib
 
 Name:		python-cclib
-Version:	1.0
-Release:	3%{?dist}
+Version:	1.0.1
+Release:	1%{?dist}
 Summary:	A library for processing results of computational chemistry packages
 Group:		Development/Languages
 License:	LGPLv2+
@@ -31,7 +31,7 @@ Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.
 %prep
 %setup -q -c -n %{oname}-%{version} -T
 tar zxf %{SOURCE0}
-chmod u=rwX -R  %{oname}-%{version}
+chmod u=rwX -R %{oname}-%{version}
 mv %{oname}-%{version}/* .
 # Fix permissions
 find . -type f -exec chmod 644 {} \;
@@ -68,6 +68,9 @@ PYTHONPATH=../build/lib python testall.py
 %{_bindir}/cda
 
 %changelog
+* Tue Mar 15 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 5a5f2a6..97c0afc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53299db95bd0525536e0f38aeefcf71d  cclib-1.0.tar.gz
+fbb773877f6b5d2de1aa046baeeed9b4  cclib-1.0.1.tar.gz


More information about the scm-commits mailing list