10
0
forked from pool/python-sip

Accepting request 213381 from home:luca_b:branches:KDE:Qt

- New upstream version 4.15.4:
  - Fixed all the compiler warning messages when building the sip module.
  - Fixed the parsing of C++ types involving multiple const and pointers.
  - Added SIP_SSIZE_T_FORMAT to the C API.
  - Moved the lexer and parser meta-source files to a separate directory to avoid
  problems with make accidentaly regenerating them.
  - Allow the pointers used to store the parsed results from Python
  reimplementations to be NULL.
  - Remove the __pycache__ directory when cleaning.

OBS-URL: https://build.opensuse.org/request/show/213381
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=113
This commit is contained in:
2014-01-10 15:03:13 +00:00
committed by Git OBS Bridge
parent 4ef7b1cbb1
commit 40bb38bebc
6 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 9 20:06:06 UTC 2014 - lbeltrame@kde.org
- New upstream version 4.15.4:
- Fixed all the compiler warning messages when building the sip module.
- Fixed the parsing of C++ types involving multiple const and pointers.
- Added SIP_SSIZE_T_FORMAT to the C API.
- Moved the lexer and parser meta-source files to a separate directory to avoid
problems with make accidentaly regenerating them.
- Allow the pointers used to store the parsed results from Python
reimplementations to be NULL.
- Remove the __pycache__ directory when cleaning.
-------------------------------------------------------------------
Sun Oct 20 07:42:07 UTC 2013 - lbeltrame@kde.org