From 77f668c82d1822064d37564b38d8ec367e25d082 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 11 Jul 2010 17:48:19 +0000 Subject: Update to 1.0.7. --- .cvsignore | 2 +- import.log | 1 + python-execnet.spec | 17 +++++++++++------ sources | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 025492c..3d0c0ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -execnet-1.0.6.tar.gz +execnet-1.0.7.tar.gz diff --git a/import.log b/import.log index 6e19ea8..5e1e5a6 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ python-execnet-1_0_2-3_fc12:HEAD:python-execnet-1.0.2-3.fc12.src.rpm:1263139591 python-execnet-1_0_4-1_fc12:HEAD:python-execnet-1.0.4-1.fc12.src.rpm:1264852985 python-execnet-1_0_5-1_fc12:HEAD:python-execnet-1.0.5-1.fc12.src.rpm:1266185763 python-execnet-1_0_6-1_fc12:HEAD:python-execnet-1.0.6-1.fc12.src.rpm:1273314904 +python-execnet-1_0_7-1_fc13:HEAD:python-execnet-1.0.7-1.fc13.src.rpm:1278870379 diff --git a/python-execnet.spec b/python-execnet.spec index 9839612..b5351ea 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -3,7 +3,7 @@ %global srcname execnet Name: python-%{srcname} -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?rctag:.%rctag}%{?dist} Summary: Elastic Python Deployment Group: Development/Languages @@ -36,6 +36,11 @@ enables interoperation between CPython 2.4-3.1, Jython 2.5 and PyPy %prep %setup -q -n %{srcname}-%{version}%{?rctag} +# remove shebangs and fix permissions +find . -type f -a \( -name '*.py' -o -name 'py.*' \) \ + -exec sed -i '1{/^#!/d}' {} \; \ + -exec chmod u=rw,go=r {} \; + %build %{__python} setup.py build @@ -46,11 +51,6 @@ make -C doc html rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} -# remove shebangs and fix permissions -find %{buildroot}%{python_sitelib} \( -name '*.py' -o -name 'py.*' \) \ - -exec sed -i '1{/^#!/d}' {} \; \ - -exec chmod u=rw,go=r {} \; - # remove hidden file rm doc/_build/html/.buildinfo @@ -70,6 +70,11 @@ rm -rf %{buildroot} %changelog +* Sat Jul 10 2010 Thomas Moschny - 1.0.7-1 +- Update to 1.0.7. +- Do cleanups already in %%prep to avoid inconsistent mtimes between + source files and bytecode. + * Sat May 8 2010 Thomas Moschny - 1.0.6-1 - Update to 1.0.6. diff --git a/sources b/sources index ff16884..4f30956 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb9ec6875b2ce406394a14252c1bd578 execnet-1.0.6.tar.gz +13c9849696a0771f55310020625dfb76 execnet-1.0.7.tar.gz -- cgit