rpms/python-execnet/F-13 .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 python-execnet.spec, 1.4, 1.5 sources, 1.5, 1.6

Thomas Moschny thm at fedoraproject.org
Sun Jul 11 19:04:05 UTC 2010


Author: thm

Update of /cvs/pkgs/rpms/python-execnet/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5889/F-13

Modified Files:
	.cvsignore import.log python-execnet.spec sources 
Log Message:
Update to 1.0.7.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 May 2010 10:55:12 -0000	1.5
+++ .cvsignore	11 Jul 2010 19:04:05 -0000	1.6
@@ -1 +1 @@
-execnet-1.0.6.tar.gz
+execnet-1.0.7.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/F-13/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	8 May 2010 10:55:12 -0000	1.4
+++ import.log	11 Jul 2010 19:04:05 -0000	1.5
@@ -2,3 +2,4 @@ python-execnet-1_0_2-3_fc12:HEAD:python-
 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:F-13:python-execnet-1.0.6-1.fc12.src.rpm:1273316084
+python-execnet-1_0_7-1_fc13:F-13:python-execnet-1.0.7-1.fc13.src.rpm:1278873833


Index: python-execnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/F-13/python-execnet.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-execnet.spec	8 May 2010 10:55:12 -0000	1.4
+++ python-execnet.spec	11 Jul 2010 19:04:05 -0000	1.5
@@ -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
 %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 at 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 at gmx.de> - 1.0.6-1
 - Update to 1.0.6.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	8 May 2010 10:55:12 -0000	1.5
+++ sources	11 Jul 2010 19:04:05 -0000	1.6
@@ -1 +1 @@
-fb9ec6875b2ce406394a14252c1bd578  execnet-1.0.6.tar.gz
+13c9849696a0771f55310020625dfb76  execnet-1.0.7.tar.gz



More information about the scm-commits mailing list