This commit is contained in:
parent
ca08a48439
commit
1ae5748184
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 3 00:23:12 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 4.7:
|
||||||
|
* Added %PickleCode to allow handwritten code to pickle a wrapped C++
|
||||||
|
instance or C structure.
|
||||||
|
* Added %CompositeModule to create modules that are composites of ordinary
|
||||||
|
modules.
|
||||||
|
* Added %ConsolidatedModule (and the -p command line option) to create
|
||||||
|
modules that contain all the wrapper code on behalf of ordinary modules.
|
||||||
|
* Added the dump() function to the sip module.
|
||||||
|
* Added sipTransferBreak() to the SIP API.
|
||||||
|
* Added support for /Transfer/ as a function annotation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 11 12:05:27 CEST 2007 - dmueller@suse.de
|
Wed Apr 11 12:05:27 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sip (Version 4.6)
|
# spec file for package python-sip (Version 4.7)
|
||||||
#
|
#
|
||||||
# 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,10 +12,10 @@
|
|||||||
|
|
||||||
Name: python-sip
|
Name: python-sip
|
||||||
BuildRequires: c++_compiler python-devel
|
BuildRequires: c++_compiler python-devel
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Summary: SIP tool to create python bindings
|
Summary: SIP tool to create python bindings
|
||||||
Version: 4.6
|
Version: 4.7
|
||||||
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
|
||||||
@ -62,6 +62,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/sip
|
/usr/share/sip
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 03 2007 - dmueller@suse.de
|
||||||
|
- update to 4.7:
|
||||||
|
* Added %%PickleCode to allow handwritten code to pickle a wrapped C++
|
||||||
|
instance or C structure.
|
||||||
|
* Added %%CompositeModule to create modules that are composites of ordinary
|
||||||
|
modules.
|
||||||
|
* Added %%ConsolidatedModule (and the -p command line option) to create
|
||||||
|
modules that contain all the wrapper code on behalf of ordinary modules.
|
||||||
|
* Added the dump() function to the sip module.
|
||||||
|
* Added sipTransferBreak() to the SIP API.
|
||||||
|
* Added support for /Transfer/ as a function annotation.
|
||||||
* Wed Apr 11 2007 - dmueller@suse.de
|
* Wed Apr 11 2007 - dmueller@suse.de
|
||||||
- update to 4.6:
|
- update to 4.6:
|
||||||
* Added support for wchar_t.
|
* Added support for wchar_t.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19f6fd65155938b8f08c46af658e79a3a2adaa81e77a8d5ce5451fbcdbf15c0f
|
|
||||||
size 301734
|
|
3
sip-4.7.tar.bz2
Normal file
3
sip-4.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b38efec729c425e837789e263257ce9b43bcd76245d5b8c1a16acf20694c49d6
|
||||||
|
size 308118
|
Loading…
x
Reference in New Issue
Block a user