This commit is contained in:
committed by
Git OBS Bridge
parent
4adca239da
commit
9034515e12
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 10:55:50 CET 2008 - dmueller@suse.de
|
||||
|
||||
- update to 4.7.9:
|
||||
- Added the /Deprecated/ class and function annotation (based on a patch from
|
||||
Lorenzo Berni).
|
||||
- Templates now support instance variables and enums.
|
||||
- A Python int object can now be used whenever an enum is expected without
|
||||
needing to explicitly cast it using the enum's constructor. The
|
||||
/Constrained/ argument annotation can be used to suppress this behaviour.
|
||||
- typedef type names are now used in string representations of types (e.g. in
|
||||
the names of mapped types) to reflect what the programmer sees rather than
|
||||
what the compiler sees. The /NoTypeName/ typedef annotation can be used to
|
||||
suppress this behaviour.
|
||||
- The new handling of the typedef names was correctly using the real types for
|
||||
virtual handler arguments but not the return values.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 10 18:14:20 CEST 2008 - dmueller@suse.de
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-sip (Version 4.7.7)
|
||||
# spec file for package python-sip (Version 4.7.9)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -23,7 +23,7 @@ BuildRequires: c++_compiler python python-devel
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/Python
|
||||
Summary: SIP tool to create python bindings
|
||||
Version: 4.7.7
|
||||
Version: 4.7.9
|
||||
Release: 1
|
||||
Url: http://www.riverbankcomputing.co.uk/sip/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -71,6 +71,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/sip
|
||||
|
||||
%changelog
|
||||
* Fri Dec 05 2008 dmueller@suse.de
|
||||
- update to 4.7.9:
|
||||
- Added the /Deprecated/ class and function annotation (based on a patch from
|
||||
Lorenzo Berni).
|
||||
- Templates now support instance variables and enums.
|
||||
- A Python int object can now be used whenever an enum is expected without
|
||||
needing to explicitly cast it using the enum's constructor. The
|
||||
/Constrained/ argument annotation can be used to suppress this behaviour.
|
||||
- typedef type names are now used in string representations of types (e.g. in
|
||||
the names of mapped types) to reflect what the programmer sees rather than
|
||||
what the compiler sees. The /NoTypeName/ typedef annotation can be used to
|
||||
suppress this behaviour.
|
||||
- The new handling of the typedef names was correctly using the real types for
|
||||
virtual handler arguments but not the return values.
|
||||
* Sun Aug 10 2008 dmueller@suse.de
|
||||
- update to 4.7.7:
|
||||
* C++ structs are now properly handled as a class with
|
||||
@@ -100,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- %%py_requires no longer has buildrequires
|
||||
* Sat Aug 11 2007 dmueller@suse.de
|
||||
- add conflict against python-qt 3.x versions
|
||||
* Fri Aug 03 2007 dmueller@suse.de
|
||||
* Thu Aug 02 2007 dmueller@suse.de
|
||||
- update to 4.7:
|
||||
* Added %%PickleCode to allow handwritten code to pickle a wrapped C++
|
||||
instance or C structure.
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42b58bd7c7e738dd887ac985f6529e6bd08a51236cf1c858d4df26d211ec718b
|
||||
size 333799
|
3
sip-4.7.9.tar.bz2
Normal file
3
sip-4.7.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30387f694ddc1fcd9c2e5a34cc1962151d67b8b528931a3d0f3d703673ccf78f
|
||||
size 337298
|
Reference in New Issue
Block a user