15
0
forked from pool/python-cffi

Accepting request 398372 from home:matejcik:branches:devel:languages:python

- disable "negative left shift" warning in test suite to prevent
  failures with gcc6, until upstream fixes the undefined code
  in question (boo#981848, cffi-1.5.2-wnoerror.patch)

OBS-URL: https://build.opensuse.org/request/show/398372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=28
This commit is contained in:
Jan Matejek
2016-05-27 13:52:37 +00:00
committed by Git OBS Bridge
parent 3edd6bed23
commit 01151b11a5
3 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 27 13:00:22 UTC 2016 - jmatejek@suse.com
- disable "negative left shift" warning in test suite to prevent
failures with gcc6, until upstream fixes the undefined code
in question (boo#981848, cffi-1.5.2-wnoerror.patch)
-------------------------------------------------------------------
Thu May 26 02:33:02 UTC 2016 - badshah400@gmail.com