From 50bf717f718c753c9f7cfe19c365c0cac059a22c9723d9e02cf0d8ca8d2b8d47 Mon Sep 17 00:00:00 2001 From: Mikhail Terekhov Date: Thu, 29 May 2014 02:58:28 +0000 Subject: [PATCH 1/2] Accepting request 235721 from home:termim:branches:KDE:Qt Update to 4.16 OBS-URL: https://build.opensuse.org/request/show/235721 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=119 --- python-sip.changes | 18 ++++++++++++++++++ python-sip.spec | 4 ++-- python3-sip.changes | 18 ++++++++++++++++++ python3-sip.spec | 4 ++-- sip-4.15.5.tar.gz | 3 --- sip-4.16.tar.gz | 3 +++ 6 files changed, 43 insertions(+), 7 deletions(-) delete mode 100644 sip-4.15.5.tar.gz create mode 100644 sip-4.16.tar.gz diff --git a/python-sip.changes b/python-sip.changes index a48076c..a2a7747 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu May 29 02:13:29 UTC 2014 - termim@gmail.com + +- Update to 4.16 + - Added the /NoSetter/ variable annotation. + - Added the -B option to sip. + - Changed the handling of timelines (introducing a potential incompatibility) + so that later versions of wrapped libraries can be wrapped so long as they + are compatible with known versions. + - Added support for the 'no_receiver_check' argument to connect() in PyQt + v4.11. + - Added the --configuration option to configure.py. + - Added the --sysroot option to configure.py. + - Added the --target-py-version option to configure.py. + - Added the --no-tools option to configure.py. + - Added the --use-qmake option to configure.py. + - Bug fixes. + ------------------------------------------------------------------- Mon Mar 17 07:00:40 UTC 2014 - termim@gmail.com diff --git a/python-sip.spec b/python-sip.spec index 2d9a67d..ef6b0ee 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -17,10 +17,10 @@ %define rversion %{version} -%define python_sip_api 11.0 +%define python_sip_api 11.1 Name: python-sip -Version: 4.15.5 +Version: 4.16 Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0 or GPL-3.0 or SUSE-SIP diff --git a/python3-sip.changes b/python3-sip.changes index b02370f..edd095a 100644 --- a/python3-sip.changes +++ b/python3-sip.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu May 29 02:12:07 UTC 2014 - termim@gmail.com + +- Update to 4.16 + - Added the /NoSetter/ variable annotation. + - Added the -B option to sip. + - Changed the handling of timelines (introducing a potential incompatibility) + so that later versions of wrapped libraries can be wrapped so long as they + are compatible with known versions. + - Added support for the 'no_receiver_check' argument to connect() in PyQt + v4.11. + - Added the --configuration option to configure.py. + - Added the --sysroot option to configure.py. + - Added the --target-py-version option to configure.py. + - Added the --no-tools option to configure.py. + - Added the --use-qmake option to configure.py. + - Bug fixes. + ------------------------------------------------------------------- Mon Mar 17 07:00:40 UTC 2014 - termim@gmail.com diff --git a/python3-sip.spec b/python3-sip.spec index dac7f1f..8f70aca 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -17,10 +17,10 @@ %define rversion %{version} -%define python_sip_api 11.0 +%define python_sip_api 11.1 Name: python3-sip -Version: 4.15.5 +Version: 4.16 Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0 or GPL-3.0 or SUSE-SIP diff --git a/sip-4.15.5.tar.gz b/sip-4.15.5.tar.gz deleted file mode 100644 index d798717..0000000 --- a/sip-4.15.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b11d87e7f382ce22bf013137f29462e75b56f5ea46f3fea6061bb20f967d559 -size 843133 diff --git a/sip-4.16.tar.gz b/sip-4.16.tar.gz new file mode 100644 index 0000000..dd57936 --- /dev/null +++ b/sip-4.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d769ce2486bab4cb0b3bea8868153c7e5c27b50ee74fec3329e35ed50a346398 +size 793162 From ecff97e164ae9c4b1ddbcee5602e2fd6a10ee9dbdeff041f9f7d320dbc130c0d Mon Sep 17 00:00:00 2001 From: Mikhail Terekhov Date: Tue, 10 Jun 2014 03:07:22 +0000 Subject: [PATCH 2/2] Accepting request 236696 from home:termim:branches:KDE:Qt update to 4.16.1 OBS-URL: https://build.opensuse.org/request/show/236696 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=120 --- python-sip.changes | 6 ++++++ python-sip.spec | 7 +++---- python3-sip.changes | 6 ++++++ python3-sip.spec | 7 +++---- sip-4.16.1.tar.gz | 3 +++ sip-4.16.tar.gz | 3 --- 6 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 sip-4.16.1.tar.gz delete mode 100644 sip-4.16.tar.gz diff --git a/python-sip.changes b/python-sip.changes index a2a7747..13d3f53 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 10 03:02:11 UTC 2014 - termim@gmail.com + +- Update to 4.16.1 + - Bug fixes. + ------------------------------------------------------------------- Thu May 29 02:13:29 UTC 2014 - termim@gmail.com diff --git a/python-sip.spec b/python-sip.spec index ef6b0ee..53466f0 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -16,17 +16,16 @@ # -%define rversion %{version} %define python_sip_api 11.1 Name: python-sip -Version: 4.16 +Version: 4.16.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/introa -Source0: http://downloads.sourceforge.net/project/pyqt/sip/sip-%{rversion}/sip-%{rversion}.tar.gz +Source0: sip-%{version}.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 @@ -64,7 +63,7 @@ This package contains all the developer tools you need to create your own sip bindings. %prep -%setup -q -n sip-%{rversion} +%setup -q -n sip-%{version} %patch0 %patch1 diff --git a/python3-sip.changes b/python3-sip.changes index edd095a..9452c49 100644 --- a/python3-sip.changes +++ b/python3-sip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 10 03:02:59 UTC 2014 - termim@gmail.com + +- Update to 4.16.1 + - Bug fixes. + ------------------------------------------------------------------- Thu May 29 02:12:07 UTC 2014 - termim@gmail.com diff --git a/python3-sip.spec b/python3-sip.spec index 8f70aca..49e149e 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -16,17 +16,16 @@ # -%define rversion %{version} %define python_sip_api 11.1 Name: python3-sip -Version: 4.16 +Version: 4.16.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://downloads.sourceforge.net/project/pyqt/sip/sip-%{rversion}/sip-%{rversion}.tar.gz +Source0: sip-%{version}.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 @@ -67,7 +66,7 @@ This package contains all the developer tools you need to create your own sip bindings. %prep -%setup -q -n sip-%{rversion} +%setup -q -n sip-%{version} %patch0 %patch1 diff --git a/sip-4.16.1.tar.gz b/sip-4.16.1.tar.gz new file mode 100644 index 0000000..ea2ed5d --- /dev/null +++ b/sip-4.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49eabd36897ab0362c247f0e3cbb10387023e9936cd9898d7442419c3a176c2 +size 793382 diff --git a/sip-4.16.tar.gz b/sip-4.16.tar.gz deleted file mode 100644 index dd57936..0000000 --- a/sip-4.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d769ce2486bab4cb0b3bea8868153c7e5c27b50ee74fec3329e35ed50a346398 -size 793162