Accepting request 140218 from KDE:Qt
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/140218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=58
This commit is contained in:
commit
436a62f984
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 09:54:38 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- update to 4.14.1:
|
||||
- SIP_PYBUFFER can now be used to define objects that implement the Python
|
||||
buffer protocol.
|
||||
- Added /Capsule/ typedef annotation.
|
||||
- Added the 'z' format character to sipBuildResult().
|
||||
- Added the 'z', '!' and '$' format characters to sipParseResult().
|
||||
- The C prototype foo(void) is now accepted.
|
||||
- sipdistutils.py will now include swig_opts if no sip_opts have been
|
||||
defined.
|
||||
- Bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:42:10 UTC 2012 - einar@heavensinferno.net
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
%define rversion %{version}
|
||||
%define python_sip_api 9.0
|
||||
%define python_sip_api 9.1
|
||||
|
||||
Name: python-sip
|
||||
Version: 4.14
|
||||
Version: 4.14.1
|
||||
Release: 0
|
||||
Summary: SIP tool to use python sip bindings
|
||||
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://www.riverbankcomputing.com/software/sip/intro
|
||||
Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
|
||||
Url: http://www.riverbankcomputing.com/software/sip/introa
|
||||
Source0: http://downloads.sourceforge.net/project/pyqt/sip/sip-%{rversion}/sip-%{rversion}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
|
||||
Patch0: disable-rpaths.diff
|
||||
# PATCH-FIX-OPENSUSE build-compare.diff cmorve69@yahoo.es -- Fix build-compare
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 09:55:09 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- update to 4.14.1:
|
||||
- SIP_PYBUFFER can now be used to define objects that implement the Python
|
||||
buffer protocol.
|
||||
- Added /Capsule/ typedef annotation.
|
||||
- Added the 'z' format character to sipBuildResult().
|
||||
- Added the 'z', '!' and '$' format characters to sipParseResult().
|
||||
- The C prototype foo(void) is now accepted.
|
||||
- sipdistutils.py will now include swig_opts if no sip_opts have been
|
||||
defined.
|
||||
- Bug fixes.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:43:35 UTC 2012 - einar@heavensinferno.net
|
||||
|
||||
|
@ -22,16 +22,16 @@
|
||||
%global py3_abi %(python3-config --abiflags)
|
||||
|
||||
%define rversion %{version}
|
||||
%define python_sip_api 9.0
|
||||
%define python_sip_api 9.1
|
||||
|
||||
Name: python3-sip
|
||||
Version: 4.14
|
||||
Version: 4.14.1
|
||||
Release: 0
|
||||
Summary: SIP tool to use python sip bindings
|
||||
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://www.riverbankcomputing.com/software/sip/intro
|
||||
Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/project/pyqt/sip/sip-%{rversion}/sip-%{rversion}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
|
||||
Patch0: disable-rpaths.diff
|
||||
# PATCH-FIX-OPENSUSE build-compare.diff cmorve69@yahoo.es -- Fix build-compare
|
||||
|
3
sip-4.14.1.tar.gz
Normal file
3
sip-4.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cffd8a61dca229341b88e67f4b453e271c76fdb8b03b6986f82f12760127fad2
|
||||
size 745329
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52175dfd8d8a82b861bf698843e344a69c313f1fe80ba45a19fbdf63ab57c937
|
||||
size 742647
|
Loading…
Reference in New Issue
Block a user