From 334deb1d4c1b43533831819d11d74f1b8aa827074a7d646d9eea1ddecb154da4 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 13 Feb 2019 09:17:44 +0000 Subject: [PATCH 1/2] Accepting request 674321 from home:termim:branches:KDE:Qt5 - Update to 4.19.14: * The reference count displayed by sip.dump() now has the same caveat as sys.getrefcount(). * Added SIP_NULLPTR to the C API. * Added support for size_t. * Added sipLong_AsSizeT() to the C API. * Added the '=' format characters to sipBuildResult() and sipParseResult(). OBS-URL: https://build.opensuse.org/request/show/674321 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=24 --- python-sip.changes | 12 ++++++++++++ python-sip.spec | 4 ++-- sip-4.19.13.tar.gz | 3 --- sip-4.19.14.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 sip-4.19.13.tar.gz create mode 100644 sip-4.19.14.tar.gz diff --git a/python-sip.changes b/python-sip.changes index 75bd25f..4919d90 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 12 20:32:17 UTC 2019 - Mikhail Terekhov + +- Update to 4.19.14: + * The reference count displayed by sip.dump() now has the same + caveat as sys.getrefcount(). + * Added SIP_NULLPTR to the C API. + * Added support for size_t. + * Added sipLong_AsSizeT() to the C API. + * Added the '=' format characters to sipBuildResult() and + sipParseResult(). + ------------------------------------------------------------------- Sun Jan 6 02:06:41 UTC 2019 - wbauer@tmo.at diff --git a/python-sip.spec b/python-sip.spec index d3cd79e..daf355d 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -16,10 +16,10 @@ # -%define python_sip_api 12.5 +%define python_sip_api 12.6 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sip -Version: 4.19.13 +Version: 4.19.14 Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP diff --git a/sip-4.19.13.tar.gz b/sip-4.19.13.tar.gz deleted file mode 100644 index d38ce0e..0000000 --- a/sip-4.19.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e353a7056599bf5fbd5d3ff9842a6ab2ea3cf4e0304a0f925ec5862907c0d15e -size 1038815 diff --git a/sip-4.19.14.tar.gz b/sip-4.19.14.tar.gz new file mode 100644 index 0000000..6d2d557 --- /dev/null +++ b/sip-4.19.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87 +size 1049688 From 26545754533a70767c88c6b51cc82f23f987b20e59b022581d58bb27d1c35b2f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 13 Feb 2019 09:56:44 +0000 Subject: [PATCH 2/2] - Switch to a working location for the tarball OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=25 --- python-sip.changes | 5 +++++ python-sip.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-sip.changes b/python-sip.changes index 4919d90..93f227b 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 13 09:54:09 UTC 2019 - Fabian Vogt + +- Switch to a working location for the tarball + ------------------------------------------------------------------- Tue Feb 12 20:32:17 UTC 2019 - Mikhail Terekhov diff --git a/python-sip.spec b/python-sip.spec index daf355d..f375426 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,7 +1,7 @@ # # spec file for package python-sip # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,8 +24,8 @@ Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP Group: Development/Libraries/Python -URL: https://www.riverbankcomputing.com/software/sip/introa -Source0: https://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz +URL: https://www.riverbankcomputing.com/software/sip +Source0: https://www.riverbankcomputing.com/static/Downloads/sip/sip-%{version}.tar.gz # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths Patch0: disable-rpaths.diff # PATCH-FIX-OPENSUSE disable-strip.diff -- Disable stripping