diff --git a/python-sip.changes b/python-sip.changes index d10e00e..76aa6f4 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Oct 1 05:42:10 UTC 2012 - einar@heavensinferno.net + +- Update to latest upstream version: + + - The internal API version is increased to 9.0 requiring the regeneration + of all modules. + - Added the %InstanceCode directive. + - Added the %VirtualErrorHandler directive. + - Added the default_VirtualErrorHandler argument to the %Module directive. + - Added the VirtualErrorHandler class annotation. + - Added the NoVirtualErrorHandler and VirtualErrorHandler function + annotations. + - The AllowNone and NoRelease mapped type annotations can now be used + with mapped type templates. + - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated + corresponding to the -t arguments passed on the command line. + - Deprecated sipTransferBreak(). + - For Python v2.x unsigned short and unsigned char (when used as a byte) + are now converted to int, rather than long, objects. + - Added support for MSVC 2010 to the build system. +- + ------------------------------------------------------------------- Thu Jul 5 12:30:23 UTC 2012 - dmueller@suse.com diff --git a/python-sip.spec b/python-sip.spec index 4016bbb..1ce8259 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -17,10 +17,10 @@ %define rversion %{version} -%define python_sip_api 8.1 +%define python_sip_api 9.0 Name: python-sip -Version: 4.13.3 +Version: 4.14 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 0953700..ffd0891 100644 --- a/python3-sip.changes +++ b/python3-sip.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 1 05:43:35 UTC 2012 - einar@heavensinferno.net + +- Update to the latest upstream version: + + - The internal API version is increased to 9.0 requiring the regeneration + of all modules. + - Added the %InstanceCode directive. + - Added the %VirtualErrorHandler directive. + - Added the default_VirtualErrorHandler argument to the %Module directive. + - Added the VirtualErrorHandler class annotation. + - Added the NoVirtualErrorHandler and VirtualErrorHandler function + annotations. + - The AllowNone and NoRelease mapped type annotations can now be used + with mapped type templates. + - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated + corresponding to the -t arguments passed on the command line. + - Deprecated sipTransferBreak(). + - For Python v2.x unsigned short and unsigned char (when used as a byte) + are now converted to int, rather than long, objects. + - Added support for MSVC 2010 to the build system. + ------------------------------------------------------------------- Thu Jul 5 12:30:36 UTC 2012 - dmueller@suse.com diff --git a/python3-sip.spec b/python3-sip.spec index 2f3c714..6b0db65 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -22,10 +22,10 @@ %global py3_abi %(python3-config --abiflags) %define rversion %{version} -%define python_sip_api 8.1 +%define python_sip_api 9.0 Name: python3-sip -Version: 4.13.3 +Version: 4.14 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.13.3.tar.gz b/sip-4.13.3.tar.gz deleted file mode 100644 index f181ae3..0000000 --- a/sip-4.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1 -size 734458 diff --git a/sip-4.14.tar.gz b/sip-4.14.tar.gz new file mode 100644 index 0000000..9ed00dd --- /dev/null +++ b/sip-4.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52175dfd8d8a82b861bf698843e344a69c313f1fe80ba45a19fbdf63ab57c937 +size 742647