[python-cclib/f13/master] Update to 1.0.1.

Jussi Lehtola jussilehtola at fedoraproject.org
Tue Mar 15 18:28:31 UTC 2011


commit e4833ae5c2f44aadd8d90a4c0a9b558d58a267c2
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Tue Mar 15 20:28:28 2011 +0200

    Update to 1.0.1.

 python-cclib.spec |   24 +++++++++++++++++++++---
 sources           |    2 +-
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/python-cclib.spec b/python-cclib.spec
index 72cfdf7..a954ebb 100644
--- a/python-cclib.spec
+++ b/python-cclib.spec
@@ -3,8 +3,8 @@
 %global oname cclib
 
 Name:		python-cclib
-Version:	0.91
-Release:	7%{?dist}
+Version:	1.0.1
+Release:	1%{?dist}
 Summary:	A library for processing results of computational chemistry packages
 Group:		Development/Languages
 License:	LGPLv2+
@@ -29,7 +29,10 @@ version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK,
 Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.
 
 %prep
-%setup -q -n %{oname}-%{version}
+%setup -q -c -n %{oname}-%{version} -T
+tar zxf %{SOURCE0}
+chmod u=rwX -R %{oname}-%{version}
+mv %{oname}-%{version}/* .
 # Fix permissions
 find . -type f -exec chmod 644 {} \;
 # Fix line endings
@@ -65,6 +68,21 @@ 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
+
+* Sat Jul 24 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0-2
+- Workaround bad permissions in tarball causing FTBFS.
+
+* Fri Mar 12 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0-1
+- Update to 1.0.
+
+* Wed Feb 24 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0a-1
+- Update to 1.0a.
+
 * Sun Feb 14 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.91-7
 - Bump release.
 
diff --git a/sources b/sources
index 76bbb0e..97c0afc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64dddde2cf1ab50cf8cb7f2882c88025  cclib-0.91.tar.gz
+fbb773877f6b5d2de1aa046baeeed9b4  cclib-1.0.1.tar.gz


More information about the scm-commits mailing list