From ae31ba09dfb1eb8125af4ea4c606a6cf8699e07abeb27310261392c7df7531ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 27 Nov 2009 12:39:21 +0000 Subject: [PATCH 1/5] Accepting request 24944 from home:frispete:branches:KDE:Qt Copy from home:frispete:branches:KDE:Qt/python-sip via accept of submit request 24944 revision 30. Request was accepted with message: thanks! OBS-URL: https://build.opensuse.org/request/show/24944 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=28 --- python-sip.changes | 6 ++++++ python-sip.spec | 6 ++++-- sip-4.9.2.tar.bz2 | 3 --- sip-4.9.3.tar.bz2 | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 sip-4.9.2.tar.bz2 create mode 100644 sip-4.9.3.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index 65082b2..f714cfb 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 24 10:46:00 CET 2009 - hpj@urpla.net + +- update to 4.9.3: + * A bug fix release. + ------------------------------------------------------------------- Fri Nov 20 12:15:54 CET 2009 - dmueller@suse.de diff --git a/python-sip.spec b/python-sip.spec index 0c3c066..cf1f6cd 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -23,7 +23,7 @@ BuildRequires: c++_compiler python python-devel License: GPL v2 or later Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.9.2 +Version: 4.9.3 Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro @@ -47,12 +47,14 @@ Authors: Riverbank Computing Limited +%debug_package %package devel License: GPL v2 or later Group: Development/Libraries/Python Summary: SIP tool to create python bindings Provides: python-sip:/usr/bin/sip Requires: %name = %version +Requires: c++_compiler python-devel %description devel SIP is a tool that makes it very easy to create Python bindings for C @@ -82,7 +84,7 @@ Authors: export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" export SUSE_ASNEEDED=0 -python configure.py +python configure.py --debug CFLAGS+="$RPM_OPT_FLAGS" CXXFLAGS+="$RPM_OPT_FLAGS" make %{?jobs:-j %jobs} %install diff --git a/sip-4.9.2.tar.bz2 b/sip-4.9.2.tar.bz2 deleted file mode 100644 index 8a40a4a..0000000 --- a/sip-4.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cbdd165446b5fefe6579ba52754ec968766d0d81983e74c60aba7a32c69d3c3 -size 494064 diff --git a/sip-4.9.3.tar.bz2 b/sip-4.9.3.tar.bz2 new file mode 100644 index 0000000..2862311 --- /dev/null +++ b/sip-4.9.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158f7453bd3da28fc461c65f88e2ceefe1841ff9a8df4de9c8dfee3cecc05808 +size 494120 From d7f5932a03d72c419ae5967980596bfcdd3c591fd7923931e9ba1b0e65abdb5a Mon Sep 17 00:00:00 2001 From: Lubos Lunak Date: Fri, 27 Nov 2009 13:47:42 +0000 Subject: [PATCH 2/5] fix build OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=29 --- python-sip.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-sip.spec b/python-sip.spec index cf1f6cd..b0f0916 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -47,7 +47,6 @@ Authors: Riverbank Computing Limited -%debug_package %package devel License: GPL v2 or later Group: Development/Libraries/Python From 729ac34011d9df303b2b56772df5e4d6ce3bcf4fe7aa82190179e9f6494f4e19 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sun, 29 Nov 2009 07:19:17 +0000 Subject: [PATCH 3/5] unbreak OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=30 --- python-sip.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-sip.spec b/python-sip.spec index b0f0916..6d4d207 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,5 +1,5 @@ # -# spec file for package python-sip (Version 4.9.2) +# spec file for package python-sip (Version 4.9.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: python-sip BuildRequires: c++_compiler python python-devel -License: GPL v2 or later +License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings Version: 4.9.3 @@ -48,7 +48,7 @@ Authors: %package devel -License: GPL v2 or later +License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to create python bindings Provides: python-sip:/usr/bin/sip From 3a985e8ae2869a716e1c6d469488e09f08a9fa1b2744ffae624797fbdbda1934 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Jan 2010 19:14:49 +0000 Subject: [PATCH 4/5] Accepting request 29769 from KDE:Qt46 Copy from KDE:Qt46/python-sip via accept of submit request 29769 revision 3. Request was accepted with message: thanks! OBS-URL: https://build.opensuse.org/request/show/29769 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=31 --- python-sip.changes | 21 +++++++++++++++++++++ python-sip.spec | 2 +- sip-4.10.tar.bz2 | 3 +++ sip-4.9.3.tar.bz2 | 3 --- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 sip-4.10.tar.bz2 delete mode 100644 sip-4.9.3.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index f714cfb..92195b6 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 15 10:11:19 UTC 2010 - tittiatcoke@gmail.com + +- update to 4.10 + * Added the sip.voidptr.ascapsule() method. + * Added the -P command line option to build modules with + "protected" redefined to "public" if supported by the platform. + This can result in significantly smaller modules. + * Added the -o command line option to automatically generate docstrings. + * Added the -k command line option and /KeywordArgs/ and /NoKeywordArgs/ + function annotations to support keyword arguments. + * Added the /Default/ exception annotation. + * Added the /DocType/ argument, function, mapped type and variable annotations. + * Added the /DocValue/ argument annotation. + * Added the %Docstring directive to specify explicit docstrings for classes, + functions and methods. + * Added sipError to %MethodCode to allow user errors to be distinguished + from interpreter errors. + * Added sipBadCallableArg() to the C API. + * Added support for configuring and building outside of the source tree. + ------------------------------------------------------------------- Tue Nov 24 10:46:00 CET 2009 - hpj@urpla.net diff --git a/python-sip.spec b/python-sip.spec index 6d4d207..58b45e6 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -23,7 +23,7 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.9.3 +Version: 4.10 Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro diff --git a/sip-4.10.tar.bz2 b/sip-4.10.tar.bz2 new file mode 100644 index 0000000..7ff398d --- /dev/null +++ b/sip-4.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7fc47d863ae97251756f78c813c489c955e1ddad00e0c2a820e2044046df88 +size 493166 diff --git a/sip-4.9.3.tar.bz2 b/sip-4.9.3.tar.bz2 deleted file mode 100644 index 2862311..0000000 --- a/sip-4.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:158f7453bd3da28fc461c65f88e2ceefe1841ff9a8df4de9c8dfee3cecc05808 -size 494120 From 45c04c244ebbeccfff48560e32a6836e629cdde7a02c757f9fb6a27663ab8874 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 9 Feb 2010 21:46:32 +0000 Subject: [PATCH 5/5] checked in (request 31828) OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=32 --- python-sip.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-sip.spec b/python-sip.spec index 58b45e6..6825254 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,7 +1,7 @@ # -# spec file for package python-sip (Version 4.9.3) +# spec file for package python-sip (Version 4.10) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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