diff --git a/python-sip.changes b/python-sip.changes index 95ed6c9..bf76c39 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -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 diff --git a/python-sip.spec b/python-sip.spec index 3f79a90..3c4676c 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,7 +1,7 @@ # # spec file for package python-sip # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define python_sip_api 10.1 Name: python-sip -Version: 4.15.3 +Version: 4.15.4 Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0 or GPL-3.0 or SUSE-SIP diff --git a/python3-sip.changes b/python3-sip.changes index 5d479d1..cc1dc22 100644 --- a/python3-sip.changes +++ b/python3-sip.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 9 20:09:03 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:54 UTC 2013 - lbeltrame@kde.org diff --git a/python3-sip.spec b/python3-sip.spec index 28081bd..b910995 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -1,7 +1,7 @@ # # spec file for package python3-sip # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define python_sip_api 10.1 Name: python3-sip -Version: 4.15.3 +Version: 4.15.4 Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0 or GPL-3.0 or SUSE-SIP diff --git a/sip-4.15.3.tar.gz b/sip-4.15.3.tar.gz deleted file mode 100644 index 2c07020..0000000 --- a/sip-4.15.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46f245252866dbdb7fb5aca194bda991cc84ba8090d5e864765ee7e511a053d4 -size 773818 diff --git a/sip-4.15.4.tar.gz b/sip-4.15.4.tar.gz new file mode 100644 index 0000000..899c5be --- /dev/null +++ b/sip-4.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594b742873cd135dc945e61f0fff4d9d35ea5da8d23e2fc8f3820c3771a52228 +size 776179