[python-cclib] Update to 1.1.

Susi Lehtola jussilehtola at fedoraproject.org
Fri Jun 13 13:47:04 UTC 2014


commit 9c6c4c261c873a0976a0cf6db72da5eea34807c4
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Fri Jun 13 16:46:59 2014 +0300

    Update to 1.1.

 .gitignore        |    1 +
 python-cclib.spec |   19 ++++++++++++++-----
 sources           |    2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d94cb4..e4efe8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cclib-1.0.tar.gz
 /cclib-1.0.1.tar.gz
+/cclib-1.1.tar.gz
diff --git a/python-cclib.spec b/python-cclib.spec
index 125ef1f..950f4a5 100644
--- a/python-cclib.spec
+++ b/python-cclib.spec
@@ -3,8 +3,8 @@
 %global oname cclib
 
 Name:		python-cclib
-Version:	1.0.1
-Release:	6%{?dist}
+Version:	1.1
+Release:	1%{?dist}
 Summary:	A library for processing results of computational chemistry packages
 Group:		Development/Languages
 License:	LGPLv2+
@@ -37,9 +37,15 @@ mv %{oname}-%{version}/* .
 find . -type f -exec chmod 644 {} \;
 # Fix line endings
 for file in PKG-INFO test/*.py; do
- sed -e 's|\r||g' $file > $file.new &&
- touch -r $file $file.new &&
- mv $file.new $file
+    sed -e 's|\r||g' $file > $file.new &&
+    touch -r $file $file.new &&
+    mv $file.new $file
+done
+# Fix encodings
+for f in THANKS CHANGELOG; do
+    iconv -f ISO-8859-1 -t utf8 $f > $f.new && \
+	touch -r $f $f.new && \
+	mv $f.new $f
 done
 
 %build
@@ -68,6 +74,9 @@ PYTHONPATH=../build/lib python testall.py
 %{_bindir}/cda
 
 %changelog
+* Fri Jun 13 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.1-1
+- Update to 1.1.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 97c0afc..7e8f259 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbb773877f6b5d2de1aa046baeeed9b4  cclib-1.0.1.tar.gz
+7ee9ef17e201fb2e118ae03fadba5eeb  cclib-1.1.tar.gz


More information about the scm-commits mailing list