Accepting request 178868 from home:dirkmueller:branches:devel:languages:python
- update to 0.4.1: * fix segfaults when using gcc 4.8 on amd64/x86 unix * try to disable certain gcc 4.8 optimizations that make greenlet crash * Fix greenlet on aarch64 with gcc 4.8 * workaround segfault on SunOS/sun4v * Add support for Aarch64 * Add support for x32 psABI on x86_64 * Changed memory constraints for assembly macro for PPC Linux platforms. - remove python-greenlet-aarch64-support.diff OBS-URL: https://build.opensuse.org/request/show/178868 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=10
This commit is contained in:
parent
a1e4200c4c
commit
887d060850
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f52af03bf8a89045fc159c6a76d5642349b30fb41c3df1a22b12bbd3920b1ee
|
|
||||||
size 72790
|
|
3
greenlet-0.4.1.zip
Normal file
3
greenlet-0.4.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea671592f8460541286b133ed46a6cf5311a6b75051cc31b53e2bc38992b775a
|
||||||
|
size 75749
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 12:35:26 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 0.4.1:
|
||||||
|
* fix segfaults when using gcc 4.8 on amd64/x86 unix
|
||||||
|
* try to disable certain gcc 4.8 optimizations that make greenlet
|
||||||
|
crash
|
||||||
|
* Fix greenlet on aarch64 with gcc 4.8
|
||||||
|
* workaround segfault on SunOS/sun4v
|
||||||
|
* Add support for Aarch64
|
||||||
|
* Add support for x32 psABI on x86_64
|
||||||
|
* Changed memory constraints for assembly macro for PPC Linux
|
||||||
|
platforms.
|
||||||
|
- remove python-greenlet-aarch64-support.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 8 11:40:21 UTC 2013 - matz@suse.de
|
Mon Apr 8 11:40:21 UTC 2013 - matz@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-greenlet
|
Name: python-greenlet
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: http://pypi.python.org/pypi/greenlet
|
URL: http://pypi.python.org/pypi/greenlet
|
||||||
Summary: Lightweight in-process concurrent programming
|
Summary: Lightweight in-process concurrent programming
|
||||||
@ -33,7 +33,6 @@ BuildRequires: python-Sphinx
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
%endif
|
%endif
|
||||||
Patch1: python-greenlet-aarch64-support.diff
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The greenlet package is a spin-off of Stackless, a version of CPython
|
The greenlet package is a spin-off of Stackless, a version of CPython
|
||||||
@ -54,7 +53,6 @@ This package contains header files required for C modules development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n greenlet-%{version}
|
%setup -q -n greenlet-%{version}
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" python setup.py build
|
CFLAGS="%{optflags}" python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user