From 0301e137b44f17aac23fcd869bcb31f05a4ad4d53515482fe2b100c007309fc4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 8 Jun 2010 14:52:09 +0000 Subject: [PATCH 1/5] - update to 4.10.2: - A bug fix release. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=39 --- python-sip.changes | 6 ++++++ python-sip.spec | 4 ++-- sip-4.10.1.tar.bz2 | 3 --- sip-4.10.2.tar.bz2 | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 sip-4.10.1.tar.bz2 create mode 100644 sip-4.10.2.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index ec16a53..a9d2b5f 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de + +- update to 4.10.2: + - A bug fix release. + ------------------------------------------------------------------- Wed May 19 19:49:19 UTC 2010 - cmorve69@yahoo.es diff --git a/python-sip.spec b/python-sip.spec index c66f627..d68d5f4 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -23,8 +23,8 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.10.1 -Release: 2 +Version: 4.10.2 +Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/sip-4.10.1.tar.bz2 b/sip-4.10.1.tar.bz2 deleted file mode 100644 index b06562c..0000000 --- a/sip-4.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0c87c31dc840de6f17706e333437942cc152a3d10b8b52ac7d5b59fa3d10007 -size 448886 diff --git a/sip-4.10.2.tar.bz2 b/sip-4.10.2.tar.bz2 new file mode 100644 index 0000000..8ee897f --- /dev/null +++ b/sip-4.10.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4c0b0a37bdfc871eb4fde350b0ff0e07ceffe0aa73e66c05988c04718be45e +size 449166 From fbb051486d74b0709fc3d129caf6d9f9d7c457aac4103e639d879b4f7b5543d4 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 14 Jun 2010 15:08:54 +0000 Subject: [PATCH 2/5] checked in (request 41422) OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=40 --- python-sip.changes | 6 ------ python-sip.spec | 4 ++-- sip-4.10.1.tar.bz2 | 3 +++ sip-4.10.2.tar.bz2 | 3 --- 4 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 sip-4.10.1.tar.bz2 delete mode 100644 sip-4.10.2.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index a9d2b5f..ec16a53 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de - -- update to 4.10.2: - - A bug fix release. - ------------------------------------------------------------------- Wed May 19 19:49:19 UTC 2010 - cmorve69@yahoo.es diff --git a/python-sip.spec b/python-sip.spec index d68d5f4..c66f627 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -23,8 +23,8 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.10.2 -Release: 1 +Version: 4.10.1 +Release: 2 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/sip-4.10.1.tar.bz2 b/sip-4.10.1.tar.bz2 new file mode 100644 index 0000000..b06562c --- /dev/null +++ b/sip-4.10.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c87c31dc840de6f17706e333437942cc152a3d10b8b52ac7d5b59fa3d10007 +size 448886 diff --git a/sip-4.10.2.tar.bz2 b/sip-4.10.2.tar.bz2 deleted file mode 100644 index 8ee897f..0000000 --- a/sip-4.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a4c0b0a37bdfc871eb4fde350b0ff0e07ceffe0aa73e66c05988c04718be45e -size 449166 From 635beba9ebc33e8a07194d25272a1b18405e55881c85bf45365ee531e73b3eb2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Sep 2010 08:46:33 +0000 Subject: [PATCH 3/5] - update to 4.11: - Added the %UnitPostIncludeCode directive. - /KeepReference/ will now accept a key to track when the same object is passed to more than one method. - operator() and __call__() can now accept keyword arguments. - Added support for Python v3.2. - update to 4.10.5: - A bug fix release for Python v3 and Python v2.7. - Use capsules when being built for Python v2.7 to work around an apparent bug in the support for PyCObject. - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS. - Added the /__len__/ function annotation. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=41 --- python-sip.changes | 26 ++++++++++++++++++++++++++ python-sip.spec | 6 +++--- sip-4.10.1.tar.bz2 | 3 --- sip-4.11.tar.bz2 | 3 +++ 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 sip-4.10.1.tar.bz2 create mode 100644 sip-4.11.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index ec16a53..72a8552 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Sep 1 10:42:55 CEST 2010 - dmueller@suse.de + +- update to 4.11: + - Added the %UnitPostIncludeCode directive. + - /KeepReference/ will now accept a key to track when the same object is + passed to more than one method. + - operator() and __call__() can now accept keyword arguments. + - Added support for Python v3.2. + +------------------------------------------------------------------- +Mon Aug 16 22:54:32 CEST 2010 - dmueller@suse.de + +- update to 4.10.5: + - A bug fix release for Python v3 and Python v2.7. + - Use capsules when being built for Python v2.7 to work around an apparent + bug in the support for PyCObject. + - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS. + - Added the /__len__/ function annotation. + +------------------------------------------------------------------- +Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de + +- update to 4.10.2: + - A bug fix release. + ------------------------------------------------------------------- Wed May 19 19:49:19 UTC 2010 - cmorve69@yahoo.es diff --git a/python-sip.spec b/python-sip.spec index c66f627..c49b231 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,5 +1,5 @@ # -# spec file for package python-sip (Version 4.10.1) +# spec file for package python-sip (Version 4.10.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,8 +23,8 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.10.1 -Release: 2 +Version: 4.11 +Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/sip-4.10.1.tar.bz2 b/sip-4.10.1.tar.bz2 deleted file mode 100644 index b06562c..0000000 --- a/sip-4.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0c87c31dc840de6f17706e333437942cc152a3d10b8b52ac7d5b59fa3d10007 -size 448886 diff --git a/sip-4.11.tar.bz2 b/sip-4.11.tar.bz2 new file mode 100644 index 0000000..ffd42c6 --- /dev/null +++ b/sip-4.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f5969b8e917e6f2a549921a004158f82471cb86e3ede5fb42a64a653e46bc0 +size 453646 From 5ef8a7649a4f6dbf3f21fb017b07c65ff3a67b20d60ff8f0c8ecf5c0545dae21 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 3 Sep 2010 12:20:13 +0000 Subject: [PATCH 4/5] checked in (request 46893) OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=42 --- python-sip.changes | 20 -------------------- python-sip.spec | 2 +- sip-4.10.2.tar.bz2 | 3 +++ sip-4.11.tar.bz2 | 3 --- 4 files changed, 4 insertions(+), 24 deletions(-) create mode 100644 sip-4.10.2.tar.bz2 delete mode 100644 sip-4.11.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index 72a8552..a9d2b5f 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,23 +1,3 @@ -------------------------------------------------------------------- -Wed Sep 1 10:42:55 CEST 2010 - dmueller@suse.de - -- update to 4.11: - - Added the %UnitPostIncludeCode directive. - - /KeepReference/ will now accept a key to track when the same object is - passed to more than one method. - - operator() and __call__() can now accept keyword arguments. - - Added support for Python v3.2. - -------------------------------------------------------------------- -Mon Aug 16 22:54:32 CEST 2010 - dmueller@suse.de - -- update to 4.10.5: - - A bug fix release for Python v3 and Python v2.7. - - Use capsules when being built for Python v2.7 to work around an apparent - bug in the support for PyCObject. - - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS. - - Added the /__len__/ function annotation. - ------------------------------------------------------------------- Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de diff --git a/python-sip.spec b/python-sip.spec index c49b231..ec163fd 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -23,7 +23,7 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.11 +Version: 4.10.2 Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro diff --git a/sip-4.10.2.tar.bz2 b/sip-4.10.2.tar.bz2 new file mode 100644 index 0000000..8ee897f --- /dev/null +++ b/sip-4.10.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4c0b0a37bdfc871eb4fde350b0ff0e07ceffe0aa73e66c05988c04718be45e +size 449166 diff --git a/sip-4.11.tar.bz2 b/sip-4.11.tar.bz2 deleted file mode 100644 index ffd42c6..0000000 --- a/sip-4.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11f5969b8e917e6f2a549921a004158f82471cb86e3ede5fb42a64a653e46bc0 -size 453646 From 3e59cb28321be38ebee3e247bd31fe71e89fb174af930784397ddb58f94595b2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 3 Sep 2010 12:20:14 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/python-sip revision 34.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=261f1b67d5cf6dbc8f69c788755f12ce --- python-sip.changes | 20 ++++++++++++++++++++ python-sip.spec | 4 ++-- sip-4.10.2.tar.bz2 | 3 --- sip-4.11.tar.bz2 | 3 +++ 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 sip-4.10.2.tar.bz2 create mode 100644 sip-4.11.tar.bz2 diff --git a/python-sip.changes b/python-sip.changes index a9d2b5f..72a8552 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Sep 1 10:42:55 CEST 2010 - dmueller@suse.de + +- update to 4.11: + - Added the %UnitPostIncludeCode directive. + - /KeepReference/ will now accept a key to track when the same object is + passed to more than one method. + - operator() and __call__() can now accept keyword arguments. + - Added support for Python v3.2. + +------------------------------------------------------------------- +Mon Aug 16 22:54:32 CEST 2010 - dmueller@suse.de + +- update to 4.10.5: + - A bug fix release for Python v3 and Python v2.7. + - Use capsules when being built for Python v2.7 to work around an apparent + bug in the support for PyCObject. + - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS. + - Added the /__len__/ function annotation. + ------------------------------------------------------------------- Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de diff --git a/python-sip.spec b/python-sip.spec index ec163fd..1d31018 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,5 +1,5 @@ # -# spec file for package python-sip (Version 4.10.2) +# spec file for package python-sip (Version 4.11) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.10.2 +Version: 4.11 Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro diff --git a/sip-4.10.2.tar.bz2 b/sip-4.10.2.tar.bz2 deleted file mode 100644 index 8ee897f..0000000 --- a/sip-4.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a4c0b0a37bdfc871eb4fde350b0ff0e07ceffe0aa73e66c05988c04718be45e -size 449166 diff --git a/sip-4.11.tar.bz2 b/sip-4.11.tar.bz2 new file mode 100644 index 0000000..ffd42c6 --- /dev/null +++ b/sip-4.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f5969b8e917e6f2a549921a004158f82471cb86e3ede5fb42a64a653e46bc0 +size 453646