Accepting request 108217 from home:k0da:ppc

- The perl 5.12 packages are compiled with -Duse64bitint, which 
  means that IVs are 64-bits even on 32-bit architectures. When 
  converting IVs, SWIG assumes that an IV is the same size as a 
  long, which causes OverflowErrors with  unsigned longs when 
  the value is greater than 2^31.

OBS-URL: https://build.opensuse.org/request/show/108217
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=31
This commit is contained in:
Ismail Dönmez
2012-03-06 20:46:07 +00:00
committed by Git OBS Bridge
parent d61fa65c83
commit e65876f8c1
3 changed files with 91 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 6 19:24:07 UTC 2012 - dvaleev@suse.com
- The perl 5.12 packages are compiled with -Duse64bitint, which
means that IVs are 64-bits even on 32-bit architectures. When
converting IVs, SWIG assumes that an IV is the same size as a
long, which causes OverflowErrors with unsigned longs when
the value is greater than 2^31.
-------------------------------------------------------------------
Tue Mar 6 09:15:47 UTC 2012 - kkaempf@suse.com