14
0
forked from pool/python-Cython

- update to 0.27.3

* see CHANGES.txt for details
- Disable abs test wrt upstream issue with new GCC versions:
  * https://github.com/cython/cython/issues/1911

- Export fno-strict-aliasing to CFLAGS
- Also fixes bsc#1062237

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=92
This commit is contained in:
Tomáš Chvátal
2018-02-20 12:16:33 +00:00
committed by Git OBS Bridge
parent f5174e97ef
commit bedfd71b59
4 changed files with 22 additions and 23 deletions

View File

@@ -1,8 +1,14 @@
-------------------------------------------------------------------
Tue Feb 20 11:25:47 UTC 2018 - tchvatal@suse.com
- Export fno-strict-aliasing to CFLAGS
-------------------------------------------------------------------
Mon Jan 29 00:23:03 UTC 2018 - mimi.vx@gmail.com
- update to 0.27.3
- big list of changes since 0.26.1 please see CHANGES.txt
- Also fixes bsc#1062237
-------------------------------------------------------------------
Mon Oct 2 22:02:54 UTC 2017 - jengelh@inai.de