From ca08a484395c02d1a83f19219f9e840b65d08df839270eab08b78e908f97d54f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 12 Apr 2007 16:15:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=2 --- disable-rpaths.diff | 10 ++++++++++ python-sip.changes | 13 +++++++++++++ python-sip.spec | 20 ++++++++++++++++---- sip-4.5.2.tar.bz2 | 3 --- sip-4.6.tar.bz2 | 3 +++ 5 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 disable-rpaths.diff delete mode 100644 sip-4.5.2.tar.bz2 create mode 100644 sip-4.6.tar.bz2 diff --git a/disable-rpaths.diff b/disable-rpaths.diff new file mode 100644 index 0000000..e8c8f10 --- /dev/null +++ b/disable-rpaths.diff @@ -0,0 +1,10 @@ +--- siputils.py ++++ siputils.py +@@ -737,6 +737,7 @@ class Makefile: + rpaths is the cannonical list of rpaths. + """ + flags = [] ++ return flags + prefix = self.optional_string("RPATH") + + if prefix: diff --git a/python-sip.changes b/python-sip.changes index 40466e3..e71dbe0 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 11 12:05:27 CEST 2007 - dmueller@suse.de + +- update to 4.6: + * Added support for wchar_t. + * The -g command line option releases the GIL whenever a call is made to the + * wrapped library. + * Added the /HoldGIL/ annotation to explicitly retain the GIL when calling a + particular function in the wrapped library. + * Added sipFindClass() and sipFindNamedEnum() to the public API. + */TransferThis/ may be specified more than once. + * Added support for __truediv__ and __itruediv__. + ------------------------------------------------------------------- Fri Jan 26 17:39:25 CET 2007 - dmueller@suse.de diff --git a/python-sip.spec b/python-sip.spec index 24b86da..87a74fe 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,5 +1,5 @@ # -# spec file for package python-sip (Version 4.5.2) +# spec file for package python-sip (Version 4.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,15 @@ Name: python-sip BuildRequires: c++_compiler python-devel -License: GPL +License: GNU General Public License (GPL) Group: Development/Libraries/Python Summary: SIP tool to create python bindings -Version: 4.5.2 +Version: 4.6 Release: 1 URL: http://www.riverbankcomputing.co.uk/sip/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: sip-%{version}.tar.bz2 +Patch0: disable-rpaths.diff %description SIP is a tool that makes it very easy to create Python bindings for C @@ -35,6 +36,7 @@ Authors: %prep %setup -q -n sip-%{version} +%patch0 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -59,6 +61,16 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/sipdistutils.py /usr/share/sip -%changelog -n python-sip +%changelog +* Wed Apr 11 2007 - dmueller@suse.de +- update to 4.6: + * Added support for wchar_t. + * The -g command line option releases the GIL whenever a call is made to the + * wrapped library. + * Added the /HoldGIL/ annotation to explicitly retain the GIL when calling a + particular function in the wrapped library. + * Added sipFindClass() and sipFindNamedEnum() to the public API. + */TransferThis/ may be specified more than once. + * Added support for __truediv__ and __itruediv__. * Fri Jan 26 2007 - dmueller@suse.de - Initial package (4.5.2) diff --git a/sip-4.5.2.tar.bz2 b/sip-4.5.2.tar.bz2 deleted file mode 100644 index 6eee2f6..0000000 --- a/sip-4.5.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050dc6f4526ab04cc22ff92bffc26217683d6223db5d5c2bea14d4d60459fe3b -size 294915 diff --git a/sip-4.6.tar.bz2 b/sip-4.6.tar.bz2 new file mode 100644 index 0000000..a04196e --- /dev/null +++ b/sip-4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f6fd65155938b8f08c46af658e79a3a2adaa81e77a8d5ce5451fbcdbf15c0f +size 301734