This commit is contained in:
parent
8f443f2a91
commit
ca08a48439
10
disable-rpaths.diff
Normal file
10
disable-rpaths.diff
Normal file
@ -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:
|
@ -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
|
Fri Jan 26 17:39:25 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,14 +12,15 @@
|
|||||||
|
|
||||||
Name: python-sip
|
Name: python-sip
|
||||||
BuildRequires: c++_compiler python-devel
|
BuildRequires: c++_compiler python-devel
|
||||||
License: GPL
|
License: GNU General Public License (GPL)
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Summary: SIP tool to create python bindings
|
Summary: SIP tool to create python bindings
|
||||||
Version: 4.5.2
|
Version: 4.6
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://www.riverbankcomputing.co.uk/sip/
|
URL: http://www.riverbankcomputing.co.uk/sip/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: sip-%{version}.tar.bz2
|
Source0: sip-%{version}.tar.bz2
|
||||||
|
Patch0: disable-rpaths.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SIP is a tool that makes it very easy to create Python bindings for C
|
SIP is a tool that makes it very easy to create Python bindings for C
|
||||||
@ -35,6 +36,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sip-%{version}
|
%setup -q -n sip-%{version}
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -59,6 +61,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{py_sitedir}/sipdistutils.py
|
%{py_sitedir}/sipdistutils.py
|
||||||
/usr/share/sip
|
/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
|
* Fri Jan 26 2007 - dmueller@suse.de
|
||||||
- Initial package (4.5.2)
|
- Initial package (4.5.2)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:050dc6f4526ab04cc22ff92bffc26217683d6223db5d5c2bea14d4d60459fe3b
|
|
||||||
size 294915
|
|
3
sip-4.6.tar.bz2
Normal file
3
sip-4.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19f6fd65155938b8f08c46af658e79a3a2adaa81e77a8d5ce5451fbcdbf15c0f
|
||||||
|
size 301734
|
Loading…
x
Reference in New Issue
Block a user