[python-simpy] Upgrade to 2.3.1

Sarantis Paskalis sarantis at fedoraproject.org
Thu Mar 22 10:28:17 UTC 2012


commit f073d0bd534d5a824be8af51144c38a477a1ec19
Author: Sarantis Paskalis <paskalis at di.uoa.gr>
Date:   Thu Mar 22 12:27:56 2012 +0200

    Upgrade to 2.3.1

 .gitignore        |    2 ++
 python-simpy.spec |   16 +++++++++-------
 sources           |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8436c83..e59e048 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 SimPy-2.1.0.tar.gz
 /SimPy-2.2.tar.gz
+/SimPy-2.3.tar.gz
+/SimPy-2.3.1.tar.gz
diff --git a/python-simpy.spec b/python-simpy.spec
index adad4ee..f4fd153 100644
--- a/python-simpy.spec
+++ b/python-simpy.spec
@@ -1,6 +1,6 @@
 Name:		python-simpy
-Version:	2.2
-Release:	2%{?dist}
+Version:	2.3.1
+Release:	1%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPLv2+
@@ -36,11 +36,10 @@ package contains the documentation including source code documentation.
 
 %prep
 %setup -q -n SimPy-%{version}
-# Remove the shebangs to make rpmlint happy
-sed -i -e '/^#!.*python/,1D' SimPy/*.py
-# Drop executable bits for files
-find . -type d -print | xargs chmod 755
-find . -type f -print | xargs chmod 644
+# Fix EOL encodings to make rpmlint happy
+sed -i 's/\r//' docs/examples/*.py
+sed -i 's/\r//' docs/html/_sources/*.txt
+sed -i 's/\r//' docs/html/_sources/Tutorials/*.txt
 
 
 %build
@@ -69,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 22 2012 Sarantis Paskalis - 2.3.1-1
+- Upgrade to 2.3.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index c053f30..bd00e05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-511efdf4454e77484a47dc001f7325d1  SimPy-2.2.tar.gz
+f7bda62c2455effdf9a593b905c545a4  SimPy-2.3.1.tar.gz


More information about the scm-commits mailing list