summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Moschny <thm@fedoraproject.org>2010-07-11 17:48:19 +0000
committerThomas Moschny <thm@fedoraproject.org>2010-07-11 17:48:19 +0000
commit77f668c82d1822064d37564b38d8ec367e25d082 (patch)
tree0a3d12a63d1d53f0e97fdd6bfc6d0f0823986577
parent2641d2e184da0ae85fab6a4f2d5c05372db9ce02 (diff)
downloadpython-execnet-77f668c82d1822064d37564b38d8ec367e25d082.tar.gz
python-execnet-77f668c82d1822064d37564b38d8ec367e25d082.tar.xz
python-execnet-77f668c82d1822064d37564b38d8ec367e25d082.zip
Update to 1.0.7.
-rw-r--r--.cvsignore2
-rw-r--r--import.log1
-rw-r--r--python-execnet.spec17
-rw-r--r--sources2
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 <thomas.moschny@gmx.de> - 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 <thomas.moschny@gmx.de> - 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