[python-pyro] new sources

david hannequin hvad at fedoraproject.org
Tue Aug 28 20:36:07 UTC 2012


commit 24532591845ebc75a741e35882404a1c19dbd6a9
Author: hvad <david.hannequin at gmail.com>
Date:   Tue Aug 28 22:35:45 2012 +0200

    new sources

 .gitignore        |    1 +
 Pyro4-4.14.tar.gz |  Bin 0 -> 269055 bytes
 python-pyro.spec  |   21 +++++++++++++--------
 sources           |    2 +-
 4 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adeb633..7520b72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /python-pyro.spec
 /Pyro4-4.3.tar.gz
 /Pyro4-4.9.tar.gz
+/Pyro4-4.14.tar.gz
diff --git a/Pyro4-4.14.tar.gz b/Pyro4-4.14.tar.gz
new file mode 100644
index 0000000..e92f1b5
Binary files /dev/null and b/Pyro4-4.14.tar.gz differ
diff --git a/python-pyro.spec b/python-pyro.spec
index 03d4213..b28f902 100644
--- a/python-pyro.spec
+++ b/python-pyro.spec
@@ -1,13 +1,13 @@
 %global with_python3 1
 
 Name:           python-pyro 
-Version:        4.9
-Release:        4%{?dist}
+Version:        4.14
+Release:        1%{?dist}
 Summary:        PYthon Remote Objects
 
 Group:          Development/Languages
 License:        MIT 
-URL:            http://www.xs4all.nl/~irmen/pyro4/index.html
+URL:            http://packages.python.org/Pyro4/ 
 Source0:        http://pypi.python.org/packages/source/P/Pyro4/Pyro4-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -57,21 +57,22 @@ popd
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 find examples -type f -exec sed -i 's/\r//' {} \;
-#find source -type f -exec sed -i 's/\r//' {} \;
+find docs -type f -exec sed -i 's/\r//' {} \;
 sed -i 's/\r//' README.txt LICENSE
 chmod -x examples/echoserver/{Readme.txt,client.py}
-chmod -x examples/gui_eventloop/gui_threads.py
-
+chmod -x examples/gui_eventloop/{gui_threads.py,gui_nothreads.py}
+chmod -x examples/maxsize/Readme.txt
 
 
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 find examples -type f -exec sed -i 's/\r//' {} \;
-#find source -type f -exec sed -i 's/\r//' {} \;
+find docs -type f -exec sed -i 's/\r//' {} \;
 sed -i 's/\r//' README.txt LICENSE
 chmod -x examples/echoserver/{Readme.txt,client.py}
-chmod -x examples/gui_eventloop/gui_threads.py
+chmod -x examples/gui_eventloop/{gui_threads.py,gui_nothreads.py}
+chmod -x examples/maxsize/Readme.txt
 popd
 %endif # with_python3
 
@@ -90,6 +91,10 @@ popd
 %endif
 
 %changelog
+* Wed Aug 22 2012 David Hannequin <david.hannequin at gmail.com> 4.14-1
+- Update from upstream
+- Fix url 
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 4.9-4
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 
diff --git a/sources b/sources
index f35664b..f28f10d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00bf604303898ee920975a8ddd76bae1  Pyro4-4.9.tar.gz
+ad096f8e2d58ecac402a58eb6d10531a  Pyro4-4.14.tar.gz


More information about the scm-commits mailing list