15
0
forked from pool/python-cffi

Accepting request 398809 from home:badshah400:branches:openSUSE:Factory:Rings:2-TestDVD

Add upstream patch to actually fix problem with gcc >= 6; drop previous patch used to workaround issue.

OBS-URL: https://build.opensuse.org/request/show/398809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=29
This commit is contained in:
2016-05-30 07:26:32 +00:00
committed by Git OBS Bridge
parent 01151b11a5
commit 68f8dd10a1
4 changed files with 50 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 29 05:23:27 UTC 2016 - badshah400@gmail.com
- Add python-cffi-avoid-bitshifting-negative-int.patch to actually
fix the "negative left shift" warning by replacing bitshifting
in appropriate places by bitwise and comparison to self; patch
taken from upstream git. Drop cffi-1.5.2-wnoerror.patch: no
longer required.
-------------------------------------------------------------------
Fri May 27 13:00:22 UTC 2016 - jmatejek@suse.com