[python-twisted-core] Standard epoll bindings are now used (upstream ticket #3114)

belegdol belegdol at fedoraproject.org
Sun Jun 17 03:49:52 UTC 2012


commit 13910077b6d06dff3124f935d111cf1132d7c92d
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Sun Jun 17 05:49:37 2012 +0200

    Standard epoll bindings are now used (upstream ticket #3114)

 python-twisted-core.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/python-twisted-core.spec b/python-twisted-core.spec
index 4cfa54d..17f5707 100644
--- a/python-twisted-core.spec
+++ b/python-twisted-core.spec
@@ -91,11 +91,9 @@ touch $RPM_BUILD_ROOT%{python_sitearch}/twisted/plugins/dropin.cache
 
 # C files don't need to be packaged
 rm -f $RPM_BUILD_ROOT%{python_sitearch}/twisted/protocols/_c_urlarg.c
-rm -f $RPM_BUILD_ROOT%{python_sitearch}/twisted/python/_epoll.c
 rm -f $RPM_BUILD_ROOT%{python_sitearch}/twisted/test/raiser.c
 
 # Fix permissions of shared objects
-chmod 755 $RPM_BUILD_ROOT%{python_sitearch}/twisted/python/_epoll.so
 chmod 755 $RPM_BUILD_ROOT%{python_sitearch}/twisted/test/raiser.so
 
 # See if there's any egg-info
@@ -166,6 +164,7 @@ fi
 %changelog
 * Sun Jun 17 2012 Julian Sikorski <belegdol at fedoraproject.org> - 12.1.0-1
 - Updated to 12.1.0
+- Standard epoll bindings are now used (upstream ticket #3114)
 
 * Sun Feb 12 2012 Julian Sikorski <belegdol at fedoraproject.org> - 12.0.0-1
 - Updated to 12.0.0


More information about the scm-commits mailing list