From 400062b4c4e2dacbef681ca77317d6ae3d9f77e1344c66b4a04b9ac4ba1d4af5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 23 Dec 2011 12:58:15 +0000 Subject: [PATCH] - update to 4.13.1: - Deprecation warnings can no longer be disabled. - Added the all_raise_py_exception argument to the %Module directive. - Added the /NoRaisesPyException/ function annotation. - Added the /PyName/ typedef annotation. - Class templates now allow super-classes to be defined as template arguments. - Added support for 'public' preceding the name of a class in a super-class list. - Added support for 'protected' and 'private' preceding the name of a class in a super-class list. Any such super-class will be ignored. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=68 --- python-sip.changes | 15 +++++++++++++++ python-sip.spec | 16 ++++++---------- python3-sip.spec | 13 +++++-------- sip-4.13.1.tar.gz | 3 +++ sip-4.13.tar.bz2 | 3 --- 5 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 sip-4.13.1.tar.gz delete mode 100644 sip-4.13.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index c7d4b2d..7f9a718 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 23 13:49:02 CET 2011 - dmueller@suse.de + +- update to 4.13.1: + - Deprecation warnings can no longer be disabled. + - Added the all_raise_py_exception argument to the %Module directive. + - Added the /NoRaisesPyException/ function annotation. + - Added the /PyName/ typedef annotation. + - Class templates now allow super-classes to be defined as template + arguments. + - Added support for 'public' preceding the name of a class in a super-class + list. + - Added support for 'protected' and 'private' preceding the name of a class + in a super-class list. Any such super-class will be ignored. + ------------------------------------------------------------------- Thu Oct 27 16:55:43 UTC 2011 - Sascha.Manns@open-slx.de diff --git a/python-sip.spec b/python-sip.spec index 4c1c5c5..f60b6d1 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -15,20 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: python-sip -BuildRequires: c++_compiler python python-devel +BuildRequires: c++_compiler +BuildRequires: python +BuildRequires: python-devel +Summary: SIP tool to use python sip bindings License: GPL-2.0 or GPL-3.0 or SIP Group: Development/Libraries/Python -Summary: SIP tool to use python sip bindings -Version: 4.13 +Version: 4.13.1 Release: 0 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: sip-%{rversion}.tar.bz2 +Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz Patch0: disable-rpaths.diff Patch1: build-compare.diff %py_requires @@ -40,8 +40,6 @@ Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. %package devel -License: GPL-2.0 or GPL-3.0 or SIP -Group: Development/Libraries/Python Summary: SIP tool to create python bindings Requires: %name = %version Requires: c++_compiler python-devel python-sip-bin @@ -57,8 +55,6 @@ own sip bindings. %package bin -License: GPL-2.0 or GPL-3.0 or SIP -Group: Development/Libraries/Python Summary: SIP tool to create python bindings Provides: python-sip:/usr/bin/sip diff --git a/python3-sip.spec b/python3-sip.spec index d98dd16..a054b4e 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -16,16 +16,15 @@ # - Name: python3-sip -Version: 4.13 -Release: 2 -License: GPL-2.0 or GPL-3.0 or SIP +Version: 4.13.1 +Release: 0 Summary: SIP tool to use python sip bindings +License: GPL-2.0 or GPL-3.0 or SIP +Group: Development/Libraries/Python %define rversion %{version} Url: http://www.riverbankcomputing.com/software/sip/intro -Group: Development/Libraries/Python -Source0: sip-%{rversion}.tar.bz2 +Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz Patch0: disable-rpaths.diff Patch1: build-compare.diff BuildRequires: c++_compiler @@ -50,9 +49,7 @@ Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. %package devel -License: GPL-2.0 or GPL-3.0 or SIP Summary: SIP tool to create python bindings -Group: Development/Libraries/Python Requires: %{name} = %{version} Requires: c++_compiler Requires: python-sip-bin diff --git a/sip-4.13.1.tar.gz b/sip-4.13.1.tar.gz new file mode 100644 index 0000000..0ea7f58 --- /dev/null +++ b/sip-4.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8b2465dbe756608326cc9a2cbcd8b98773743bdc59984ed082bddf19a0b226 +size 733021 diff --git a/sip-4.13.tar.bz2 b/sip-4.13.tar.bz2 deleted file mode 100644 index 4c41eaa..0000000 --- a/sip-4.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a636f694094494bc67dce5680ce9b70dab14137e2246cbccbe2aca04890f51 -size 531916