commit python-sip for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2020-11-02 09:37:03

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.3463 (New)


Package is "python-sip"

Mon Nov  2 09:37:03 2020 rev:107 rq:844384 version:4.19.24

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2020-09-03 
01:12:44.596439425 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new.3463/python-sip.changes  
2020-11-02 09:37:12.113426177 +0100
@@ -1,0 +2,7 @@
+Sun Oct 25 21:22:24 UTC 2020 - Benjamin Greiner 
+
+- Fix for multiple python3 flavors gh#openSUSE/python-rpm-macros#64
+- clean up alternatives: use %python_clone -a 
+- only make install in siplib for PyQt4.sip and PyQt5.sip libraries
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.HY34ED/_old  2020-11-02 09:37:13.833427827 +0100
+++ /var/tmp/diff_new_pack.HY34ED/_new  2020-11-02 09:37:13.837427831 +0100
@@ -165,52 +165,51 @@
 }
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-
 %{python_expand pushd build_%{$python_bin_suffix}
 %make_install
 popd
 
-# Prepare for update-alternatives usage
-mv %{buildroot}%{_bindir}/sip %{buildroot}%{_bindir}/sip-%{$python_bin_suffix}
-# Make sure the correct sip executable is picked
-sed -i 's,%{_bindir}/sip,%{_bindir}/sip-%{$python_bin_suffix},' 
%{buildroot}%{python_sitearch}/sipconfig.py
-}
-
-%{python_expand pushd build_PyQt4_%{$python_bin_suffix}
+pushd build_PyQt4_%{$python_bin_suffix}/siplib
 %make_install
 popd
-}
 
-%{python_expand pushd build_PyQt5_%{$python_bin_suffix}
+pushd build_PyQt5_%{$python_bin_suffix}/siplib
 %make_install
 popd
 
-%fdupes %{buildroot}%{python_sitearch}
+# Make sure the correct sip executable is picked
+sed -i 's,%{_bindir}/sip,%{_bindir}/sip-%{$python_bin_suffix},' 
%{buildroot}%{$python_sitearch}/sipconfig.py
 }
 
 mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
 
 echo "%%python_sip_api_ver %{python_sip_api}" > 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.python_all-sip
 
-%if 0%{?have_python2}
-echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python2_prefix}-sip
-echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" >> 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python2_prefix}-sip
-
-%py_compile %{buildroot}%{python2_sitearch}
+%{python_expand # flavor specific macros
+echo "%%requires_$python_sip_api Requires: %{$python_prefix}-sip(api) = 
%%python_sip_api_ver" \
+> %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{$python_prefix}-sip
+}
+# macro for old python2 name
+%if 0%{?have_python2} && ! 0%{?skip_python2}
+echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver"  \
+>> %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python2_prefix}-sip
 %endif
-
-%if 0%{?have_python3}
-echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python3_prefix}-sip
-
-%py3_compile %{buildroot}%{python3_sitearch}
+# additional: default python3 in case of multiple python3 flavors
+%if 0%{?have_python3} && ! 0%{?skip_python3}
+grep '%%requires_%{python3_prefix}_sip_api'  
%{buildroot}%{_rpmconfigdir}/macros.d/macros.*-sip || \
+  echo "%%requires_%{python3_prefix}_sip_api Requires: 
%{python_prefix}-sip(api) = %%python_sip_api_ver" >> 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.python_all-sip
 %endif
 
-%prepare_alternative sip
+%{python_expand # TODO replace with python_compileall as soon as it is 
available
+$python -m compileall %{buildroot}%{$python_sitearch}
+$python -O -m compileall %{buildroot}%{$python_sitearch}
+}
+%python_clone -a %{buildroot}/%{_bindir}/sip
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 mkdir -p %{buildroot}%{_datadir}/sip
 
 %post devel
-%{python_install_alternative sip}
+%python_install_alternative sip
 
 %postun devel
 %python_uninstall_alternative sip
@@ -234,7 +233,7 @@
 %{python_sitearch}/PyQt4/sip.pyi
 %dir %{python_sitearch}/PyQt5
 %{python_sitearch}/PyQt5/sip.pyi
-%{_includedir}/python%{python_version}*/sip.h
+%{_includedir}/python%{python_bin_suffix}*/sip.h
 %{python_sitearch}/sipconfig.py*
 %{python_sitearch}/sipdistutils.py*
 %{python_sitearch}/sip.pyi




commit python-sip for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2020-09-03 01:12:19

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.3399 (New)


Package is "python-sip"

Thu Sep  3 01:12:19 2020 rev:106 rq:830191 version:4.19.24

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-09-25 
07:49:06.622723246 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new.3399/python-sip.changes  
2020-09-03 01:12:44.596439425 +0200
@@ -1,0 +2,13 @@
+Thu Aug 27 19:26:56 UTC 2020 - Benjamin Greiner 
+
+- Update to 4.19.24
+  * Added support for Python v3.9.
+  * %InstanceCode is now used to provide the default result of
+virtual handlers that return a class or mapped type by value.
+  * 'android_abi' can now be used in a configuration file when
+building the sip module using qmake.  This is required when
+using Qt v5.14 or later on Android.
+- all intermediate versions are tagged "minor bug-fix release"
+- refresh disable-strip.diff
+
+---

Old:

  sip-4.19.19.tar.gz

New:

  sip-4.19.24.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.LtAf84/_old  2020-09-03 01:12:47.316440425 +0200
+++ /var/tmp/diff_new_pack.LtAf84/_new  2020-09-03 01:12:47.320440427 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define python_sip_api 12.7
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.19
+Version:4.19.24
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

++ disable-strip.diff ++
--- /var/tmp/diff_new_pack.LtAf84/_old  2020-09-03 01:12:47.30436 +0200
+++ /var/tmp/diff_new_pack.LtAf84/_new  2020-09-03 01:12:47.30436 +0200
@@ -6,11 +6,11 @@
 
 This prevents the debug package from being created.
 
-diff --git a/siputils.py b/siputils.py
-index a29300d..d58537c 100644
 a/siputils.py
-+++ b/siputils.py
-@@ -1473,7 +1473,7 @@ class ModuleMakefile(Makefile):
+Index: sip-4.19.24/siputils.py
+===
+--- sip-4.19.24.orig/siputils.py
 sip-4.19.24/siputils.py
+@@ -1474,7 +1474,7 @@ class ModuleMakefile(Makefile):
  """
  def __init__(self, configuration, build_file, install_dir=None, static=0,
   console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0,
@@ -19,7 +19,7 @@
   export_all=0, universal=None, arch=None,
   deployment_target=None):
  """Initialise an instance of a module Makefile.
-@@ -1784,7 +1784,7 @@ class SIPModuleMakefile(ModuleMakefile):
+@@ -1785,7 +1785,7 @@ class SIPModuleMakefile(ModuleMakefile):
  """
  def __init__(self, configuration, build_file, install_dir=None, static=0,
   console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0,

++ sip-4.19.19.tar.gz -> sip-4.19.24.tar.gz ++
 47056 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-09-25 07:49:05

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.7948 (New)


Package is "python-sip"

Wed Sep 25 07:49:05 2019 rev:105 rq:732208 version:4.19.19

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-07-16 
08:39:30.223049858 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new.7948/python-sip.changes  
2019-09-25 07:49:06.622723246 +0200
@@ -1,0 +2,9 @@
+Fri Sep 20 11:28:06 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 4.19.19
+  * Correction to the docs.
+  * Added sipIsOwnedByPython(), sipRegisterExitNotifier() and
+sipVisitWrappers() to the public API.
+  * Deprecated the -B option to sip.
+
+---

Old:

  sip-4.19.18.tar.gz

New:

  sip-4.19.19.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.tpXb9L/_old  2019-09-25 07:49:08.210723006 +0200
+++ /var/tmp/diff_new_pack.tpXb9L/_new  2019-09-25 07:49:08.214723006 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define python_sip_api 12.6
+%define python_sip_api 12.7
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.18
+Version:4.19.19
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

++ sip-4.19.18.tar.gz -> sip-4.19.19.tar.gz ++
 6490 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-07-16 08:39:29

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.1887 (New)


Package is "python-sip"

Tue Jul 16 08:39:29 2019 rev:104 rq:714845 version:4.19.18

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-06-12 
13:06:43.497172837 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new.1887/python-sip.changes  
2019-07-16 08:39:30.223049858 +0200
@@ -1,0 +2,9 @@
+Fri Jul 12 10:06:02 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 4.19.18
+  * Define SIP_NULLPTR as NULL (rather than 0)
+  * Updated the docs regarding sip5.
+  * Fixed warnings triggered by Python v3.8.
+  * Don't try and acquire the GIL if the interpreter is no longer there.
+
+---

Old:

  sip-4.19.17.tar.gz

New:

  sip-4.19.18.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.mHiz2r/_old  2019-07-16 08:39:30.799049530 +0200
+++ /var/tmp/diff_new_pack.mHiz2r/_new  2019-07-16 08:39:30.803049527 +0200
@@ -19,7 +19,7 @@
 %define python_sip_api 12.6
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.17
+Version:4.19.18
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

++ sip-4.19.17.tar.gz -> sip-4.19.18.tar.gz ++
 6068 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-06-12 13:06:40

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.4811 (New)


Package is "python-sip"

Wed Jun 12 13:06:40 2019 rev:103 rq:707281 version:4.19.17

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-04-19 
21:25:59.695997312 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new.4811/python-sip.changes  
2019-06-12 13:06:43.497172837 +0200
@@ -1,0 +2,5 @@
+Mon Jun  3 16:45:49 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 4.19.17. Check the ChangeLog file for the list of changes.
+
+---

Old:

  sip-4.19.16.tar.gz

New:

  sip-4.19.17.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.2rAC1g/_old  2019-06-12 13:06:44.821172280 +0200
+++ /var/tmp/diff_new_pack.2rAC1g/_new  2019-06-12 13:06:44.821172280 +0200
@@ -19,7 +19,7 @@
 %define python_sip_api 12.6
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.16
+Version:4.19.17
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

++ sip-4.19.16.tar.gz -> sip-4.19.17.tar.gz ++
 5787 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-04-19 21:25:56

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.5536 (New)


Package is "python-sip"

Fri Apr 19 21:25:56 2019 rev:102 rq:695842 version:4.19.16

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-02-28 
21:24:08.301918356 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new.5536/python-sip.changes  
2019-04-19 21:25:59.695997312 +0200
@@ -1,0 +2,27 @@
+Thu Apr 18 21:25:28 UTC 2019 - Todd R 
+
+- Update to 4.19.16
+  * Further fixes for diamond class hierarchies.
+  * Don't cast to a class that occurs more than once in a super-class 
hierarchy.
+  * Added support for the haiku platform.
+  * Updated the docs and roadmap for SIP v5.
+
+---
+Wed Apr 17 15:22:28 UTC 2019 - Todd R 
+
+- Package .dist-info directory.  The bugs with it have been fixed
+  and some packages require it in order to properly detect that
+  sip is installed.
+
+---
+Sat Apr  6 14:12:54 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 4.19.15
+  * Fixed a code generation regression specific to PyQt4.
+  * Fixed the handling of duplicate classes in an MRO
+  * Fixed the handling of size_t as a template argument.
+Check https://www.riverbankcomputing.com/static/Downloads/sip/4.19.15/ChangeLog
+for the complete changelog
+- Drop fix_qt4_code_gen.patch. Merged upstream
+
+---

Old:

  fix_qt4_code_gen.patch
  sip-4.19.14.tar.gz

New:

  sip-4.19.16.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.VXmrpb/_old  2019-04-19 21:26:02.796001260 +0200
+++ /var/tmp/diff_new_pack.VXmrpb/_new  2019-04-19 21:26:02.824001296 +0200
@@ -19,19 +19,17 @@
 %define python_sip_api 12.6
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.14
+Version:4.19.16
 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
-Source0:
https://www.riverbankcomputing.com/static/Downloads/sip/sip-%{version}.tar.gz
+Source0:
https://www.riverbankcomputing.com/static/Downloads/sip/%{version}/sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
 # PATCH-FIX-OPENSUSE disable-strip.diff -- Disable stripping
 Patch1: disable-strip.diff
-# PATCH-FIX-UPSTREAM fix_qt4_code_gen.patch -- Fixed a code generation 
regression specific to PyQt4.
-Patch2: fix_qt4_code_gen.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
@@ -119,8 +117,7 @@
 $python ../configure.py --debug \
   CFLAGS+="%{optflags}" \
   CXXFLAGS+="%{optflags}" \
-  LIBS+="-l$ldlibrary" \
-  --no-dist-info
+LIBS+="-l$ldlibrary"
 
 make %{?_smp_mflags}
 
@@ -227,6 +224,7 @@
 %{python_sitearch}/PyQt4/sip.so
 %dir %{python_sitearch}/PyQt5
 %{python_sitearch}/PyQt5/sip.so
+%{python_sitearch}/sip-%{version}.dist-info/
 
 %files %{python_files devel}
 %license LICENSE*

++ sip-4.19.14.tar.gz -> sip-4.19.16.tar.gz ++
 7079 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-02-28 21:24:06

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.28833 (New)


Package is "python-sip"

Thu Feb 28 21:24:06 2019 rev:101 rq:678047 version:4.19.14

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-02-14 
14:30:18.167736623 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new.28833/python-sip.changes 
2019-02-28 21:24:08.301918356 +0100
@@ -1,0 +2,8 @@
+Thu Feb 21 15:13:17 UTC 2019 - Todd R 
+
+- Add fix_qt4_code_gen.patch
+  Fixes python-qt4 building.  Should be in next upstream release.
+  See: 
http://python.6.x6.nabble.com/PyQt4-compilation-error-with-sip-4-19-14-convert-std-nullptr-t-to-int-in-initialization-td5248504.html
+  From: https://www.riverbankcomputing.com/hg/sip/rev/7bd4d19479ad
+
+---

New:

  fix_qt4_code_gen.patch



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.MxX1l0/_old  2019-02-28 21:24:08.905918154 +0100
+++ /var/tmp/diff_new_pack.MxX1l0/_new  2019-02-28 21:24:08.909918152 +0100
@@ -30,6 +30,8 @@
 Patch0: disable-rpaths.diff
 # PATCH-FIX-OPENSUSE disable-strip.diff -- Disable stripping
 Patch1: disable-strip.diff
+# PATCH-FIX-UPSTREAM fix_qt4_code_gen.patch -- Fixed a code generation 
regression specific to PyQt4.
+Patch2: fix_qt4_code_gen.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes

++ fix_qt4_code_gen.patch ++
# HG changeset patch
# User Phil Thompson 
# Date 1550579387 0
# Node ID 7bd4d19479adc46c40e8d43629aaac871fae6cd7
# Parent  4ab117a13343cd8d8f5804600936f445fb2d59ef
Fixed a code generation regression specific to PyQt4.

diff -r 4ab117a13343 -r 7bd4d19479ad sipgen/gencode.c
--- a/sipgen/gencode.c  Tue Feb 12 09:27:11 2019 +
+++ b/sipgen/gencode.c  Tue Feb 19 12:29:47 2019 +
@@ -295,7 +295,7 @@
 static int emptyIfaceFile(sipSpec *pt, ifaceFileDef *iff);
 static void declareLimitedAPI(int py_debug, moduleDef *mod, FILE *fp);
 static int generatePluginSignalsTable(sipSpec *pt, classDef *cd,
-const char *pyqt_prefix, FILE *fp);
+int pyqt_version, FILE *fp);
 static int generatePyQt5ClassPlugin(sipSpec *pt, classDef *cd, FILE *fp);
 static int generatePyQt4ClassPlugin(sipSpec *pt, classDef *cd, FILE *fp);
 static void generateGlobalFunctionTableEntries(sipSpec *pt, moduleDef *mod,
@@ -15542,7 +15542,7 @@
  * Generate the PyQt4/5 signals table.
  */
 static int generatePluginSignalsTable(sipSpec *pt, classDef *cd,
-const char *pyqt_prefix, FILE *fp)
+int pyqt_version, FILE *fp)
 {
 int is_signals = FALSE;
 
@@ -15586,8 +15586,8 @@
 "\n"
 "\n"
 "/* Define this type's signals. */\n"
-"static const %sQtSignal signals_%C[] = {\n"
-, pyqt_prefix, classFQCName(cd));
+"static const pyqt%dQtSignal signals_%C[] = {\n"
+, pyqt_version, classFQCName(cd));
 }
 
 /*
@@ -15628,9 +15628,9 @@
 
 if (is_signals)
 prcode(fp,
-"{SIP_NULLPTR, SIP_NULLPTR, SIP_NULLPTR, SIP_NULLPTR}\n"
+"{SIP_NULLPTR, SIP_NULLPTR, SIP_NULLPTR, %s}\n"
 "};\n"
-);
+, (pyqt_version == 5 ? "SIP_NULLPTR" : "0"));
 }
 
 return is_signals;
@@ -15643,7 +15643,7 @@
  */
 static int generatePyQt5ClassPlugin(sipSpec *pt, classDef *cd, FILE *fp)
 {
-int is_signals = generatePluginSignalsTable(pt, cd, "pyqt5", fp);
+int is_signals = generatePluginSignalsTable(pt, cd, 5, fp);
 
 prcode(fp,
 "\n"
@@ -15696,7 +15696,7 @@
  */
 static int generatePyQt4ClassPlugin(sipSpec *pt, classDef *cd, FILE *fp)
 {
-int is_signals = generatePluginSignalsTable(pt, cd, "pyqt4", fp);
+int is_signals = generatePluginSignalsTable(pt, cd, 4, fp);
 
 prcode(fp,
 "\n"




commit python-sip for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-02-14 14:30:15

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.28833 (New)


Package is "python-sip"

Thu Feb 14 14:30:15 2019 rev:100 rq:674453 version:4.19.14

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-01-10 
15:20:05.986531620 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new.28833/python-sip.changes 
2019-02-14 14:30:18.167736623 +0100
@@ -1,0 +2,17 @@
+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 
+
+- 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().
+
+---

Old:

  sip-4.19.13.tar.gz

New:

  sip-4.19.14.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.y6aw9I/_old  2019-02-14 14:30:21.487735093 +0100
+++ /var/tmp/diff_new_pack.y6aw9I/_new  2019-02-14 14:30:21.491735091 +0100
@@ -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
@@ -16,16 +16,16 @@
 #
 
 
-%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
 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

++ sip-4.19.13.tar.gz -> sip-4.19.14.tar.gz ++
 15476 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-01-10 15:20:04

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new.28833 (New)


Package is "python-sip"

Thu Jan 10 15:20:04 2019 rev:99 rq:664039 version:4.19.13

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2018-11-06 
13:49:50.332623633 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new.28833/python-sip.changes 
2019-01-10 15:20:05.986531620 +0100
@@ -1,0 +2,12 @@
+Sun Jan  6 02:06:41 UTC 2019 - wba...@tmo.at
+
+- Build a private Qt4 module as well, that's needed by the latest
+  python-qt4 (boo#1119636)
+
+---
+Wed Dec 19 19:54:05 UTC 2018 - Todd R 
+
+- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
+  for the rpm macros.
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.zAAhqp/_old  2019-01-10 15:20:06.986530665 +0100
+++ /var/tmp/diff_new_pack.zAAhqp/_new  2019-01-10 15:20:06.990530661 +0100
@@ -129,6 +129,24 @@
 popd
 }
 
+# Now build the PyQt4 sip module
+%{python_expand mkdir build_PyQt4_%{$python_bin_suffix}
+pushd build_PyQt4_%{$python_bin_suffix}
+
+# Link against libpython
+ldlibrary=`$python -c "import sysconfig as 
s;print(s.get_config_var('LDLIBRARY')[3:-3])"`
+$python ../configure.py --debug \
+  --sip-module=PyQt4.sip \
+  CFLAGS+="%{optflags}" \
+  CXXFLAGS+="%{optflags}" \
+  LIBS+="-l$ldlibrary" \
+  --no-dist-info
+
+make %{?_smp_mflags}
+
+popd
+}
+
 # Now build the PyQt5 sip module
 %{python_expand mkdir build_PyQt5_%{$python_bin_suffix}
 pushd build_PyQt5_%{$python_bin_suffix}
@@ -160,6 +178,11 @@
 sed -i 's,%{_bindir}/sip,%{_bindir}/sip-%{$python_bin_suffix},' 
%{buildroot}%{python_sitearch}/sipconfig.py
 }
 
+%{python_expand pushd build_PyQt4_%{$python_bin_suffix}
+%make_install
+popd
+}
+
 %{python_expand pushd build_PyQt5_%{$python_bin_suffix}
 %make_install
 popd
@@ -167,19 +190,19 @@
 %fdupes %{buildroot}%{python_sitearch}
 }
 
-mkdir -p %{buildroot}/%{_sysconfdir}/rpm/
+mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
 
-echo "%%python_sip_api_ver %{python_sip_api}" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.python_all-sip
+echo "%%python_sip_api_ver %{python_sip_api}" > 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.python_all-sip
 
 %if 0%{?have_python2}
-echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
-echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" >> 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
+echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python2_prefix}-sip
+echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" >> 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python2_prefix}-sip
 
 %py_compile %{buildroot}%{python2_sitearch}
 %endif
 
 %if 0%{?have_python3}
-echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python3_prefix}-sip
+echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{python3_prefix}-sip
 
 %py3_compile %{buildroot}%{python3_sitearch}
 %endif
@@ -198,13 +221,17 @@
 %doc ChangeLog NEWS
 %doc build_%{python_bin_suffix}/README
 %{python_sitearch}/sip.so
+%dir %{python_sitearch}/PyQt4
+%{python_sitearch}/PyQt4/sip.so
 %dir %{python_sitearch}/PyQt5
 %{python_sitearch}/PyQt5/sip.so
 
 %files %{python_files devel}
 %license LICENSE*
-%config %{_sysconfdir}/rpm/macros.%{python_prefix}-sip
+%{_rpmconfigdir}/macros.d/macros.%{python_prefix}-sip
 %python_alternative %{_bindir}/sip
+%dir %{python_sitearch}/PyQt4
+%{python_sitearch}/PyQt4/sip.pyi
 %dir %{python_sitearch}/PyQt5
 %{python_sitearch}/PyQt5/sip.pyi
 %{_includedir}/python%{python_version}*/sip.h
@@ -220,7 +247,7 @@
 
 %files -n python-sip-common
 %license LICENSE*
-%config %{_sysconfdir}/rpm/macros.python_all-sip
+%{_rpmconfigdir}/macros.d/macros.python_all-sip
 %{_datadir}/sip/
 
 %changelog




commit python-sip for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2018-11-06 13:49:48

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Tue Nov  6 13:49:48 2018 rev:98 rq:643603 version:4.19.13

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2018-04-19 
15:20:30.836897417 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2018-11-06 13:49:50.332623633 +0100
@@ -1,0 +2,29 @@
+Sun Oct 21 09:31:18 UTC 2018 - Christophe Giboudeaux 
+
+- Add disable-strip.diff to fix the -debuginfo creation.
+- Update to 4.19.13:
+  * Build system fixes
+  * Removed support in the XML/API export for deprecated features
+  * Pass the fully qualified Python names of types for arguments and
+results.
+  * Various fixes for the XML export
+  * Fixed a bug when arguments that were templates could lose their type
+hints
+
+---
+Mon Jul  2 16:52:01 UTC 2018 - christo...@krop.fr
+
+- Update to 4.19.12:
+  * Added the /ScopesStripped/ argument annotation.
+  * The members of traditional C/C++ enums are now also visible within the
+scope of the enum itself. This means that members of scoped and unscoped
+enums can be accessed in the same way from Python.
+  * Private copies of the sip module are now easier to configure and use.
+SIP v5 will only support private copies.
+  * Added the -n option to the sip code generator to support private copies of
+the sip module.
+  See https://www.riverbankcomputing.com/static/Downloads/sip/ChangeLog for
+  the complete changelog.
+- Run spec-cleaner
+
+---

Old:

  sip-4.19.8.tar.gz

New:

  disable-strip.diff
  sip-4.19.13.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.PsWGaD/_old  2018-11-06 13:49:52.376620862 +0100
+++ /var/tmp/diff_new_pack.PsWGaD/_new  2018-11-06 13:49:52.384620851 +0100
@@ -12,30 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define python_sip_api 12.4
-
+%define python_sip_api 12.5
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.8
+Version:4.19.13
 Release:0
 Summary:SIP tool to use python sip bindings
-License:GPL-2.0 or GPL-3.0 or SUSE-SIP
+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
+URL:https://www.riverbankcomputing.com/software/sip/introa
 Source0:
https://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
+# PATCH-FIX-OPENSUSE disable-strip.diff -- Disable stripping
+Patch1: disable-strip.diff
 BuildRequires:  %{python_module devel}
 BuildRequires:  c++_compiler
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   %{name}-common = %{version}
 Provides:   python-sip(api) = %{python_sip_api}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %python_subpackages
 
 %description
@@ -44,7 +44,6 @@
 Python bindings for the Qt toolkit, but can be used to create bindings
 for any C or C++ library.
 
-
 %package devel
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
@@ -52,10 +51,10 @@
 Requires:   %{name}-common = %{version}
 Requires:   c++_compiler
 Requires:   python-devel
-Provides:   %{name}-bin = %{version}
-Obsoletes:  %{name}-bin < %{version}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Provides:   %{name}-bin = %{version}
+Obsoletes:  %{name}-bin < %{version}
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -66,7 +65,6 @@
 This package contains all the developer tools you need to create your
 own sip bindings.
 
-
 %package -n %{name}-doc
 Summary:SIP tool to create python bindings -- common documentation
 Group:  Development/Libraries/Python
@@ -81,7 +79,6 @@
 This package contains common documentation files shared between python2
 and python3 versions of sip.
 
-
 %package -n %{name}-common
 Summary:SIP tool to create python bindings -- commo

commit python-sip for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2018-04-19 15:20:29

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Thu Apr 19 15:20:29 2018 rev:97 rq:597462 version:4.19.8

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2018-01-30 
15:41:31.294678008 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2018-04-19 15:20:30.836897417 +0200
@@ -1,0 +2,6 @@
+Fri Apr 13 23:33:06 UTC 2018 - ter...@gmail.com
+
+- Update to version v4.19.8
+  - Bug fixes.
+
+---

Old:

  sip-4.19.7.tar.gz

New:

  sip-4.19.8.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.TeDvcc/_old  2018-04-19 15:20:31.588867216 +0200
+++ /var/tmp/diff_new_pack.TeDvcc/_new  2018-04-19 15:20:31.592867055 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define python_sip_api 12.3
+%define python_sip_api 12.4
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.7
+Version:4.19.8
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.19.7.tar.gz -> sip-4.19.8.tar.gz ++
 35460 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2018-01-30 15:41:30

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Tue Jan 30 15:41:30 2018 rev:96 rq:570865 version:4.19.7

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-11-30 
12:35:02.372501984 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2018-01-30 15:41:31.294678008 +0100
@@ -1,0 +2,32 @@
+Fri Jan 26 08:33:38 UTC 2018 - aloi...@gmx.com
+
+- Update to version v4.19.7
+  * The %Docstring directive can now include automatically
+generated signature descriptions using the "signature" option.
+  * typedefs can now have %Docstring directives.
+  * Bug fixes.
+  version v4.19.6
+  * Bug fixes.
+  version v4.19.5
+  * Bug fixes.
+  version v4.19.4
+  * Added support for C++11 scoped enums implemented as Python
+enums.
+  * Added enableoverflowchecking() to the sip module.
+  * Added sipEnableOverflowChecking() to the C API.
+  * Added sipTypeIsScopedEnum() to the C API.
+  * Added sipConvertToBool() to the C API.
+  * Added sipConvertToEnum() to the C API.
+  * Deprecated sipCanConvertToEnum() in the C API.
+  * Added sipLong_AsChar(), sipLong_AsSignedChar() and
+sipLong_AsUnsignedChar() to the C API.
+  * Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C
+API.
+  * Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API.
+  * Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C
+API.
+  * Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to
+the C API.
+  * Bug fixes.
+
+---

Old:

  sip-4.19.3.tar.gz

New:

  sip-4.19.7.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.PMpoGI/_old  2018-01-30 15:41:33.630568954 +0100
+++ /var/tmp/diff_new_pack.PMpoGI/_new  2018-01-30 15:41:33.634568767 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,17 +16,17 @@
 #
 
 
-%define python_sip_api 12.2
+%define python_sip_api 12.3
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.3
+Version:4.19.7
 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:sip-%{version}.tar.gz
+Url:https://www.riverbankcomputing.com/software/sip/introa
+Source0:
https://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
 BuildRequires:  %{python_module devel}

++ sip-4.19.3.tar.gz -> sip-4.19.7.tar.gz ++
 20960 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-11-30 12:35:01

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Thu Nov 30 12:35:01 2017 rev:95 rq:544563 version:4.19.3

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-09-04 
12:28:26.026063187 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-11-30 12:35:02.372501984 +0100
@@ -1,0 +2,5 @@
+Wed Nov 15 14:11:50 UTC 2017 - mimi...@gmail.com
+
+- fix have_python conditions
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.AAJiX3/_old  2017-11-30 12:35:04.188435954 +0100
+++ /var/tmp/diff_new_pack.AAJiX3/_new  2017-11-30 12:35:04.192435809 +0100
@@ -145,14 +145,14 @@
 
 echo "%%python_sip_api_ver %{python_sip_api}" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.python_all-sip
 
-%if 0%{have_python2}
+%if 0%{?have_python2}
 echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
 echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" >> 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
 
 %py_compile %{buildroot}%{python2_sitearch}
 %endif
 
-%if 0%{have_python3}
+%if 0%{?have_python3}
 echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python3_prefix}-sip
 
 %py3_compile %{buildroot}%{python3_sitearch}




commit python-sip for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-09-04 12:28:25

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Mon Sep  4 12:28:25 2017 rev:94 rq:519231 version:4.19.3

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-06-01 
16:22:59.601536174 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-09-04 12:28:26.026063187 +0200
@@ -1,0 +2,10 @@
+Mon Aug 28 21:03:01 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 4.19.3
+  * Added support for type hints for properties.
+  * Added sipEventType and sipRegisterEventHandler() to the C API.
+  * Added sipInstanceDestroyed() to the C API.
+  * Added sipPrintObject() to the C API.
+  * Bug fixes.
+
+---

Old:

  sip-4.19.2.tar.gz

New:

  sip-4.19.3.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.Yq2Vty/_old  2017-09-04 12:28:27.325880438 +0200
+++ /var/tmp/diff_new_pack.Yq2Vty/_new  2017-09-04 12:28:27.329879876 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define python_sip_api 12.1
+%define python_sip_api 12.2
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.2
+Version:4.19.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.19.2.tar.gz -> sip-4.19.3.tar.gz ++
 16931 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-06-01 16:22:58

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Thu Jun  1 16:22:58 2017 rev:93 rq:495365 version:4.19.2

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-05-16 
14:25:55.185275780 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-06-01 16:22:59.601536174 +0200
@@ -1,0 +2,5 @@
+Mon May 15 22:33:42 UTC 2017 - toddrme2...@gmail.com
+
+- Provide a basic api version macro
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.dBICQ0/_old  2017-06-01 16:23:00.277440865 +0200
+++ /var/tmp/diff_new_pack.dBICQ0/_new  2017-06-01 16:23:00.281440301 +0200
@@ -49,6 +49,7 @@
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
+Requires:   %{name}-common = %{version}
 Requires:   c++_compiler
 Requires:   python-devel
 Provides:   %{name}-bin = %{version}
@@ -142,15 +143,17 @@
 
 mkdir -p %{buildroot}/%{_sysconfdir}/rpm/
 
+echo "%%python_sip_api_ver %{python_sip_api}" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.python_all-sip
+
 %if 0%{have_python2}
-echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%{python_sip_api}" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
-echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%{python_sip_api}" >> 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
+echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
+echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" >> 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
 
 %py_compile %{buildroot}%{python2_sitearch}
 %endif
 
 %if 0%{have_python3}
-echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%{python_sip_api}" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python3_prefix}-sip
+echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python3_prefix}-sip
 
 %py3_compile %{buildroot}%{python3_sitearch}
 %endif
@@ -190,6 +193,7 @@
 %files -n python-sip-common
 %defattr(-,root,root,-)
 %doc LICENSE*
+%config %{_sysconfdir}/rpm/macros.python_all-sip
 %{_datadir}/sip/
 
 %changelog




commit python-sip for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-05-16 14:25:53

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Tue May 16 14:25:53 2017 rev:92 rq:490795 version:4.19.2

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-04-19 
18:07:07.365270364 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-05-16 14:25:55.185275780 +0200
@@ -1,0 +2,9 @@
+Sat Apr  8 13:52:52 UTC 2017 - h...@urpla.net
+
+- Update to 4.19.2
+  * siplib/siplib.c.in: Remove an unnecessary comment.
+  * siplib/siplib.c.in:
+Fixed a crash when a user defined class uses sip.wrappertype as it's
+meta-type but is not derived from sip.simplewrapper.
+
+---

Old:

  sip-4.19.1.tar.gz

New:

  sip-4.19.2.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.FLKhPa/_old  2017-05-16 14:25:55.985163418 +0200
+++ /var/tmp/diff_new_pack.FLKhPa/_new  2017-05-16 14:25:55.989162856 +0200
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.1
+Version:4.19.2
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.19.1.tar.gz -> sip-4.19.2.tar.gz ++
 6250 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2017-04-19 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-04-19 18:07:06

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Wed Apr 19 18:07:06 2017 rev:91 rq:485037 version:4.19.1

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-02-21 
13:36:42.007822489 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-04-19 18:07:07.365270364 +0200
@@ -1,0 +2,41 @@
+Mon Apr  3 17:22:56 UTC 2017 - h...@urpla.net
+
+- Fix requires_python3_sip_api macro
+
+---
+Wed Mar 29 15:38:33 UTC 2017 - toddrme2...@gmail.com
+
+- Fix Provides macro.
+- Split largest part of docs into own subpackage to reduce package
+  size.
+
+---
+Sat Mar 11 03:51:53 UTC 2017 - toddrme2...@gmail.com
+
+- Fix sip api macro.
+- Fix header location.
+- Compile and install .pyc files.
+
+---
+Wed Mar  8 16:36:29 UTC 2017 - toddrme2...@gmail.com
+
+- spec file cleanups
+- better use of multipython macros
+- include more documentation
+
+---
+Mon Mar  6 16:21:09 UTC 2017 - toddrme2...@gmail.com
+
+- Add shared data directory and corresponding package.
+
+---
+Wed Mar  1 16:08:40 UTC 2017 - toddrme2...@gmail.com
+
+- Fix python library handling.
+
+---
+Mon Feb 27 19:37:19 UTC 2017 - toddrme2...@gmail.com
+
+- Switch to single spec version.
+
+---

Old:

  python3-sip.changes
  python3-sip.spec



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.RNDPOE/_old  2017-04-19 18:07:08.593096683 +0200
+++ /var/tmp/diff_new_pack.RNDPOE/_new  2017-04-19 18:07:08.593096683 +0200
@@ -17,6 +17,8 @@
 
 
 %define python_sip_api 12.1
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
 Version:4.19.1
 Release:0
@@ -27,12 +29,14 @@
 Source0:sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
+BuildRequires:  %{python_module devel}
 BuildRequires:  c++_compiler
-BuildRequires:  python
-BuildRequires:  python-devel
+BuildRequires:  python-rpm-macros
+Requires:   %{name}-common = %{version}
 Provides:   python-sip(api) = %{python_sip_api}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
+
+%python_subpackages
 
 %description
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -40,15 +44,17 @@
 Python bindings for the Qt toolkit, but can be used to create bindings
 for any C or C++ library.
 
+
 %package devel
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   c++_compiler
 Requires:   python-devel
+Provides:   %{name}-bin = %{version}
+Obsoletes:  %{name}-bin < %{version}
 Requires(post): update-alternatives
-Provides:   python-sip-bin = %{version}
-Obsoletes:  python-sip-bin < %{version}
+Requires(postun): update-alternatives
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -59,17 +65,41 @@
 This package contains all the developer tools you need to create your
 own sip bindings.
 
+
+%package -n %{name}-doc
+Summary:SIP tool to create python bindings -- common documentation
+Group:  Development/Libraries/Python
+Provides:   %{python_module sip-doc = %{version}}
+
+%description  -n %{name}-doc
+SIP is a tool that makes it very easy to create Python bindings for C
+and C++ libraries. It was originally developed to create PyQt, the
+Python bindings for the Qt toolkit, but can be used to create bindings
+for any C or C++ library.
+
+This package contains common documentation files shared between python2
+and python3 versions of sip.
+
+
+%package -n %{name}-common
+Summary:SIP tool to create python bindings -- common files
+Group:  Development/Libraries/Python
+Provides:   %{python_module sip-common = %{version}}
+
+%description  -n %{name}-common
+SIP is a tool that makes it very easy to create Python bindings for C
+and C++ libraries. It was originally developed to create PyQt, the
+Python bindings for the Qt toolkit, but can be used to create bindings
+for any C or C++ li

commit python-sip for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-02-21 13:36:41

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-01-19 
10:39:48.367308314 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-02-21 13:36:42.007822489 +0100
@@ -1,0 +2,9 @@
+Thu Feb 16 18:48:11 UTC 2017 - ter...@gmail.com
+
+- Update to 4.19.1
+  * Added the %PreMethodCode directive.
+  * Added sipEnableGC() to the C API.
+  * Added the -D command line option so that the generated code is
+aware of Python debug builds.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2017-01-19 
10:39:48.407302673 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2017-02-21 13:36:42.035818539 +0100
@@ -1,0 +2,15 @@
+Mon Feb 20 13:34:17 UTC 2017 - dims...@opensuse.org
+
+- Use pkgconfig to find the correct lib to link for python3.
+- Properly define py3_incdir.
+
+---
+Thu Feb 16 18:48:11 UTC 2017 - ter...@gmail.com
+
+- Update to 4.19.1
+  * Added the %PreMethodCode directive.
+  * Added sipEnableGC() to the C API.
+  * Added the -D command line option so that the generated code is
+aware of Python debug builds.
+
+---

Old:

  sip-4.19.tar.gz

New:

  sip-4.19.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.BrTcTr/_old  2017-02-21 13:36:42.551745757 +0100
+++ /var/tmp/diff_new_pack.BrTcTr/_new  2017-02-21 13:36:42.555745193 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define python_sip_api 12.0
+%define python_sip_api 12.1
 Name:   python-sip
-Version:4.19
+Version:4.19.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.BrTcTr/_old  2017-02-21 13:36:42.579741808 +0100
+++ /var/tmp/diff_new_pack.BrTcTr/_new  2017-02-21 13:36:42.579741808 +0100
@@ -16,12 +16,10 @@
 #
 
 
-%define python_sip_api 12.0
-%if 0%{?suse_version} == 1220
-%define py3_incdir %{_includedir}/python3.2mu
-%endif
+%define python_sip_api 12.1
+%define py3_incdir %(python3 -c "from distutils import sysconfig; print 
(sysconfig.get_python_inc())")
 Name:   python3-sip
-Version:4.19
+Version:4.19.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -70,7 +68,7 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 # Link against libpython (fixes bnc#756282 and bnc#721280)
-python3 configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py3_ver}%{py3_abiflags}"
+python3 configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="$(pkg-config --libs python3)"
 make %{?_smp_mflags}
 
 sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')

++ sip-4.19.tar.gz -> sip-4.19.1.tar.gz ++
 15228 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2017-01-19 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-01-19 10:39:48

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2016-08-03 
11:40:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2017-01-19 10:39:48.367308314 +0100
@@ -1,0 +2,9 @@
+Tue Jan  3 19:07:05 UTC 2017 - ter...@gmail.com
+
+- Update to 4.19
+  * added the assign() function to the sip module
+  * added support for the final keyword
+  * added the use_limited_api argument to the %Module directive
+  * added the %HideNamespace directive.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2016-08-03 
11:40:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2017-01-19 10:39:48.407302673 +0100
@@ -1,0 +2,9 @@
+Tue Jan  3 19:08:18 UTC 2017 - ter...@gmail.com
+
+- Update to 4.19
+  * added the assign() function to the sip module
+  * added support for the final keyword
+  * added the use_limited_api argument to the %Module directive
+  * added the %HideNamespace directive.
+
+---

Old:

  sip-4.18.1.tar.gz

New:

  sip-4.19.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.ZrstOh/_old  2017-01-19 10:39:49.275180253 +0100
+++ /var/tmp/diff_new_pack.ZrstOh/_new  2017-01-19 10:39:49.279179689 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,9 +16,9 @@
 #
 
 
-%define python_sip_api 11.3
+%define python_sip_api 12.0
 Name:   python-sip
-Version:4.18.1
+Version:4.19
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.ZrstOh/_old  2017-01-19 10:39:49.299176869 +0100
+++ /var/tmp/diff_new_pack.ZrstOh/_new  2017-01-19 10:39:49.299176869 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-sip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,12 +16,12 @@
 #
 
 
-%define python_sip_api 11.3
+%define python_sip_api 12.0
 %if 0%{?suse_version} == 1220
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.18.1
+Version:4.19
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.18.1.tar.gz -> sip-4.19.tar.gz ++
 69478 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2016-08-03 11:40:36

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2016-07-21 
07:41:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2016-08-03 11:40:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 26 17:26:51 UTC 2016 - ter...@gmail.com
+
+- Update to 4.18.1
+  * Bug fixes
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2016-07-21 
07:41:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2016-08-03 11:40:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 26 17:27:37 UTC 2016 - ter...@gmail.com
+
+- Update to 4.18.1
+  * Bug fixes
+
+---

Old:

  sip-4.18.tar.gz

New:

  sip-4.18.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.z3cfxr/_old  2016-08-03 11:40:39.0 +0200
+++ /var/tmp/diff_new_pack.z3cfxr/_new  2016-08-03 11:40:39.0 +0200
@@ -18,7 +18,7 @@
 
 %define python_sip_api 11.3
 Name:   python-sip
-Version:4.18
+Version:4.18.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.z3cfxr/_old  2016-08-03 11:40:39.0 +0200
+++ /var/tmp/diff_new_pack.z3cfxr/_new  2016-08-03 11:40:39.0 +0200
@@ -21,7 +21,7 @@
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.18
+Version:4.18.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.18.tar.gz -> sip-4.18.1.tar.gz ++
 6310 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2016-07-21 07:41:26

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2016-05-23 
16:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2016-07-21 07:41:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  4 05:09:07 UTC 2016 - h...@urpla.net
+
+- removed build-compare.diff: it is the default since 4.18 anyway
+- disable-rpaths.diff refreshed
+
+---
python3-sip.changes: same change

Old:

  build-compare.diff



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.C61aox/_old  2016-07-21 07:41:29.0 +0200
+++ /var/tmp/diff_new_pack.C61aox/_new  2016-07-21 07:41:29.0 +0200
@@ -27,8 +27,6 @@
 Source0:sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
-# PATCH-FIX-OPENSUSE build-compare.diff cmorv...@yahoo.es -- Fix build-compare
-Patch1: build-compare.diff
 BuildRequires:  c++_compiler
 BuildRequires:  python
 BuildRequires:  python-devel
@@ -63,8 +61,7 @@
 
 %prep
 %setup -q -n sip-%{version}
-%patch0
-%patch1
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.C61aox/_old  2016-07-21 07:41:29.0 +0200
+++ /var/tmp/diff_new_pack.C61aox/_new  2016-07-21 07:41:29.0 +0200
@@ -30,8 +30,6 @@
 Source0:sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
-# PATCH-FIX-OPENSUSE build-compare.diff cmorv...@yahoo.es -- Fix build-compare
-Patch1: build-compare.diff
 BuildRequires:  c++_compiler
 BuildRequires:  python3-devel
 Requires(pre):  python3
@@ -66,8 +64,7 @@
 
 %prep
 %setup -q -n sip-%{version}
-%patch0
-%patch1
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ disable-rpaths.diff ++
--- /var/tmp/diff_new_pack.C61aox/_old  2016-07-21 07:41:29.0 +0200
+++ /var/tmp/diff_new_pack.C61aox/_new  2016-07-21 07:41:29.0 +0200
@@ -1,6 +1,8 @@
 siputils.py
-+++ siputils.py
-@@ -818,6 +818,7 @@
+Index: b/siputils.py
+===
+--- a/siputils.py
 b/siputils.py
+@@ -926,6 +926,7 @@ class Makefile:
  rpaths is the cannonical list of rpaths.
  """
  flags = []




commit python-sip for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2016-05-23 16:37:58

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2015-11-02 
12:54:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2016-05-23 16:37:59.0 +0200
@@ -1,0 +2,18 @@
+Wed May 11 14:28:39 UTC 2016 - ter...@gmail.com
+
+- Update to 4.18 This implements the automatic generation of PEP 484 type
+  hint files. The sip extension module is available as a wheel from PyPi.
+
+  * Added the /TypeHint/ argument, class, mapped type, function, typedef
+and variable annotations. 
+  * Added the /TypeHintIn/ and /TypeHintOut/ argument, class, mapped type
+and typedef annotations.
+  * Added the /TypeHintValue/ argument, class and mapped type annotations.
+  * Added the /NoTypeHint/ class, enum, function and variable annotations.
+  * Added the %ExportedTypeHintCode and %TypeHintCode directives.
+  * Added the -f command line option to treat warnings as errors.
+  * Added the -y command line option to generated PEP 484 compatible type
+hint stub files.
+  * Deprecated the /DocType/ and /DocValue/ annotations.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2015-11-02 
12:54:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2016-05-23 16:37:59.0 +0200
@@ -1,0 +2,18 @@
+Wed May 11 14:30:46 UTC 2016 - ter...@gmail.com
+
+- Update to 4.18 This implements the automatic generation of PEP 484 type
+  hint files. The sip extension module is available as a wheel from PyPi.
+
+  * Added the /TypeHint/ argument, class, mapped type, function, typedef
+and variable annotations. 
+  * Added the /TypeHintIn/ and /TypeHintOut/ argument, class, mapped type
+and typedef annotations.
+  * Added the /TypeHintValue/ argument, class and mapped type annotations.
+  * Added the /NoTypeHint/ class, enum, function and variable annotations.
+  * Added the %ExportedTypeHintCode and %TypeHintCode directives.
+  * Added the -f command line option to treat warnings as errors.
+  * Added the -y command line option to generated PEP 484 compatible type
+hint stub files.
+  * Deprecated the /DocType/ and /DocValue/ annotations.
+
+---

Old:

  sip-4.17.tar.gz

New:

  sip-4.18.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.DYoLig/_old  2016-05-23 16:38:00.0 +0200
+++ /var/tmp/diff_new_pack.DYoLig/_new  2016-05-23 16:38:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,9 +16,9 @@
 #
 
 
-%define python_sip_api 11.2
+%define python_sip_api 11.3
 Name:   python-sip
-Version:4.17
+Version:4.18
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -122,6 +122,7 @@
 %{py_incdir}/sip.h
 %{py_sitedir}/sipconfig.py
 %{py_sitedir}/sipdistutils.py
+%{py_sitedir}/sip.pyi
 %{_datadir}/sip/
 
 %changelog

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.DYoLig/_old  2016-05-23 16:38:00.0 +0200
+++ /var/tmp/diff_new_pack.DYoLig/_new  2016-05-23 16:38:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-sip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,12 +16,12 @@
 #
 
 
-%define python_sip_api 11.2
+%define python_sip_api 11.3
 %if 0%{?suse_version} == 1220
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.17
+Version:4.18
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -126,6 +126,7 @@
 %{py3_incdir}/sip.h
 %{python3_sitearch}/sipconfig.py
 %{python3_sitearch}/sipdistutils.py
+%{python3_sitearch}/sip.pyi
 %{_datadir}/sip/
 
 %changelog

++ sip-4.17.tar.gz -> sip-4.18.tar.gz ++
 25267 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2015-11-02 12:54:46

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2015-07-23 
15:21:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2015-11-02 12:54:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 17:57:26 UTC 2015 - ter...@gmail.com
+
+- Update to 4.17.0
+  * This version adds support for PEP 465, PEP 492 and MSVC 2015.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2015-07-23 
15:21:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2015-11-02 12:54:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 17:56:19 UTC 2015 - ter...@gmail.com
+
+- Update to 4.17.0
+  * This version adds support for PEP 465, PEP 492 and MSVC 2015. 
+
+---

Old:

  sip-4.16.9.tar.gz

New:

  sip-4.17.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.yE0VKq/_old  2015-11-02 12:54:50.0 +0100
+++ /var/tmp/diff_new_pack.yE0VKq/_new  2015-11-02 12:54:50.0 +0100
@@ -18,7 +18,7 @@
 
 %define python_sip_api 11.2
 Name:   python-sip
-Version:4.16.9
+Version:4.17
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.yE0VKq/_old  2015-11-02 12:54:50.0 +0100
+++ /var/tmp/diff_new_pack.yE0VKq/_new  2015-11-02 12:54:50.0 +0100
@@ -21,7 +21,7 @@
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.16.9
+Version:4.17
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.16.9.tar.gz -> sip-4.17.tar.gz ++
 7073 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2015-07-23 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2015-07-23 15:21:44

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2015-06-17 
16:15:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2015-07-23 15:21:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 20 18:04:24 UTC 2015 - ter...@gmail.com
+
+- Update to 4.16.9:
+  * This is mainly a bug-fix release. 
+
+---
@@ -4 +10 @@
-- Update to 4.16.6:
+- Update to 4.16.8:
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2015-06-17 
16:15:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2015-07-23 15:21:45.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 18:04:55 UTC 2015 - ter...@gmail.com
+
+- Update to 4.16.9:
+  * This is mainly a bug-fix release.
+---
@@ -4 +9 @@
-- Update to 4.16.6:
+- Update to 4.16.8:

Old:

  sip-4.16.8.tar.gz

New:

  sip-4.16.9.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.UThreK/_old  2015-07-23 15:21:45.0 +0200
+++ /var/tmp/diff_new_pack.UThreK/_new  2015-07-23 15:21:45.0 +0200
@@ -18,7 +18,7 @@
 
 %define python_sip_api 11.2
 Name:   python-sip
-Version:4.16.8
+Version:4.16.9
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.UThreK/_old  2015-07-23 15:21:45.0 +0200
+++ /var/tmp/diff_new_pack.UThreK/_new  2015-07-23 15:21:45.0 +0200
@@ -21,7 +21,7 @@
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.16.8
+Version:4.16.9
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.16.8.tar.gz -> sip-4.16.9.tar.gz ++
 6091 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2015-06-17 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2015-06-17 16:15:55

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2015-01-03 
22:03:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2015-06-17 16:15:57.0 +0200
@@ -1,0 +2,15 @@
+Sat Jun 13 22:22:47 UTC 2015 - ter...@gmail.com
+
+- Update to 4.16.6:
+  * This is mainly a bug-fix release. 
+- Update to 4.16.7:
+  * This is a minor functional and bug-fix release. 
+- Update to 4.16.6:
+  * Added the /FileExtension/ class annotation.
+  * Installing into a virtual env should now work.
+  * Timestamps are no longer included in generated code. The -T command
+line option is now ignored and deprecated. 
+  * The @file method of passing additional command line options is now
+supported. The -z command line option is now deprecated. 
+
+---
python3-sip.changes: same change

Old:

  sip-4.16.5.tar.gz

New:

  sip-4.16.8.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.bgsEUJ/_old  2015-06-17 16:15:58.0 +0200
+++ /var/tmp/diff_new_pack.bgsEUJ/_new  2015-06-17 16:15:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,9 +16,9 @@
 #
 
 
-%define python_sip_api 11.1
+%define python_sip_api 11.2
 Name:   python-sip
-Version:4.16.5
+Version:4.16.8
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.bgsEUJ/_old  2015-06-17 16:15:58.0 +0200
+++ /var/tmp/diff_new_pack.bgsEUJ/_new  2015-06-17 16:15:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-sip
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,12 +16,12 @@
 #
 
 
-%define python_sip_api 11.1
+%define python_sip_api 11.2
 %if 0%{?suse_version} == 1220
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.16.5
+Version:4.16.8
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.16.5.tar.gz -> sip-4.16.8.tar.gz ++
 36319 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2015-01-03 22:03:02

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-10-14 
13:24:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2015-01-03 22:03:05.0 +0100
@@ -1,0 +2,10 @@
+Tue Dec 30 20:24:04 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.16.5:
+  * Minor functional and bug-fix release.
+  - Changes since 4.16.4:
+  * Added the /AbortOnException/ function annotation.
+  * Added the /DisallowNone/ function annotation.
+  * Added the /DisallowNone/ argument annotation.
+
+---
python3-sip.changes: same change

Old:

  sip-4.16.3.tar.gz

New:

  sip-4.16.5.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.iDC6n7/_old  2015-01-03 22:03:08.0 +0100
+++ /var/tmp/diff_new_pack.iDC6n7/_new  2015-01-03 22:03:08.0 +0100
@@ -18,7 +18,7 @@
 
 %define python_sip_api 11.1
 Name:   python-sip
-Version:4.16.3
+Version:4.16.5
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.iDC6n7/_old  2015-01-03 22:03:08.0 +0100
+++ /var/tmp/diff_new_pack.iDC6n7/_new  2015-01-03 22:03:08.0 +0100
@@ -21,7 +21,7 @@
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.16.3
+Version:4.16.5
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.16.3.tar.gz -> sip-4.16.5.tar.gz ++
 15923 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2014-10-14 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-10-14 13:24:38

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-08-01 
14:34:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-10-14 13:24:44.0 +0200
@@ -1,0 +2,8 @@
+Sat Oct 11 17:01:01 UTC 2014 - ter...@gmail.com
+
+- Update to 4.16.3
+  - This is a minor functional release including the implementation of
+__qualname__ for class enums.
+  - run spec-cleaner
+
+---
python3-sip.changes: same change

Old:

  sip-4.16.2.tar.gz

New:

  sip-4.16.3.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.JjYoJS/_old  2014-10-14 13:24:45.0 +0200
+++ /var/tmp/diff_new_pack.JjYoJS/_new  2014-10-14 13:24:45.0 +0200
@@ -17,9 +17,8 @@
 
 
 %define python_sip_api 11.1
-
 Name:   python-sip
-Version:4.16.2
+Version:4.16.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -33,7 +32,7 @@
 BuildRequires:  c++_compiler
 BuildRequires:  python
 BuildRequires:  python-devel
-Provides:   python-sip(api) = %python_sip_api
+Provides:   python-sip(api) = %{python_sip_api}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -77,15 +76,15 @@
 sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')
 sip_minor=$(grep "define SIP_API_MINOR_NR" siplib/sip.h.in | awk '{print $3}')
 
-if test "%python_sip_api" != "$sip_major.$sip_minor"; then
+if test "%{python_sip_api}" != "$sip_major.$sip_minor"; then
 echo "API version was changed to $sip_major.$sip_minor"
 exit 1
 fi
 
-echo "%%requires_python_sip_api Requires: python-sip(api) = 
$sip_major.$sip_minor" > macros.%name
+echo "%%requires_python_sip_api Requires: python-sip(api) = 
$sip_major.$sip_minor" > macros.%{name}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}%{_datadir}/sip
 
 # For alternatives
@@ -94,7 +93,7 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/sip
 ln -s -f %{_sysconfdir}/alternatives/sip %{buildroot}/%{_bindir}/sip
 
-install -m 644 -D macros.%name %{buildroot}/%{_sysconfdir}/rpm/macros.%name
+install -m 644 -D macros.%{name} %{buildroot}/%{_sysconfdir}/rpm/macros.%{name}
 
 # Point to the correct location for the documentation files
 sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
@@ -116,7 +115,7 @@
 %files devel
 %defattr(-,root,root,-)
 %doc NEWS LICENSE* doc/
-%config %{_sysconfdir}/rpm/macros.%name
+%config %{_sysconfdir}/rpm/macros.%{name}
 %{_bindir}/sip-%{py_ver}
 %ghost %{_sysconfdir}/alternatives/sip
 %{_bindir}/sip

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.JjYoJS/_old  2014-10-14 13:24:45.0 +0200
+++ /var/tmp/diff_new_pack.JjYoJS/_new  2014-10-14 13:24:45.0 +0200
@@ -17,9 +17,11 @@
 
 
 %define python_sip_api 11.1
-
+%if 0%{?suse_version} == 1220
+%define py3_incdir %{_includedir}/python3.2mu
+%endif
 Name:   python3-sip
-Version:4.16.2
+Version:4.16.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -32,13 +34,10 @@
 Patch1: build-compare.diff
 BuildRequires:  c++_compiler
 BuildRequires:  python3-devel
-Provides:   python3-sip(api) = %python_sip_api
 Requires(pre):  python3
 Requires(pre):  python3-base
+Provides:   python3-sip(api) = %{python_sip_api}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} == 1220
-%define py3_incdir %{_includedir}/python3.2mu
-%endif
 
 %description
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -80,15 +79,15 @@
 sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')
 sip_minor=$(grep "define SIP_API_MINOR_NR" siplib/sip.h.in | awk '{print $3}')
 
-if test "%python_sip_api" != "$sip_major.$sip_minor"; then
+if test "%{python_sip_api}" != "$sip_major.$sip_minor"; then
 echo "API version was changed to $sip_major.$sip_minor"
 exit 1
 fi
 
-echo "%%requires_python3_sip_api Requires: python3-sip(api) = 
$sip_major.$sip_minor" > macros.%name
+echo "%%requires_python3_sip_api Requires: python3-sip(api) = 
$sip_major.$sip_minor" > macros.%{name}
 
 %install
-%{make_install}
+%make_install
 mkdir -p %{buildroot}%{_datadir}/sip
 
 # For alternatives
@@ -1

commit python-sip for openSUSE:Factory

2014-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-08-01 14:34:23

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-06-26 
07:57:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-08-01 14:34:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 31 08:45:44 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 4.16.2
+  - Deprecated the %ConsolidatedModule directive as it won't be supported in
+SIP v5.
+  - Bug fixes.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2014-06-26 
07:57:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2014-08-01 14:34:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 31 08:45:26 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 4.16.2
+  - Deprecated the %ConsolidatedModule directive as it won't be supported in
+SIP v5.
+  - Bug fixes.
+
+---

Old:

  sip-4.16.1.tar.gz

New:

  sip-4.16.2.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.NtXQVr/_old  2014-08-01 14:34:27.0 +0200
+++ /var/tmp/diff_new_pack.NtXQVr/_new  2014-08-01 14:34:27.0 +0200
@@ -19,7 +19,7 @@
 %define python_sip_api 11.1
 
 Name:   python-sip
-Version:4.16.1
+Version:4.16.2
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.16.1.tar.gz -> sip-4.16.2.tar.gz ++
 5918 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2014-06-25 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-06-26 07:57:50

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-03-21 
13:34:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-06-26 07:57:52.0 +0200
@@ -1,0 +2,24 @@
+Tue Jun 10 03:02:11 UTC 2014 - ter...@gmail.com
+
+- Update to 4.16.1
+  - Bug fixes.
+
+---
+Thu May 29 02:13:29 UTC 2014 - ter...@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.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2014-03-21 
13:34:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2014-06-26 07:57:52.0 +0200
@@ -1,0 +2,24 @@
+Tue Jun 10 03:02:59 UTC 2014 - ter...@gmail.com
+
+- Update to 4.16.1
+  - Bug fixes.
+
+---
+Thu May 29 02:12:07 UTC 2014 - ter...@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.
+
+---

Old:

  sip-4.15.5.tar.gz

New:

  sip-4.16.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.LBK0ug/_old  2014-06-26 07:57:53.0 +0200
+++ /var/tmp/diff_new_pack.LBK0ug/_new  2014-06-26 07:57:53.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-%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.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 cmorv...@yahoo.es -- Fix build-compare
@@ -64,7 +63,7 @@
 own sip bindings.
 
 %prep
-%setup -q -n sip-%{rversion}
+%setup -q -n sip-%{version}
 %patch0
 %patch1
 

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.LBK0ug/_old  2014-06-26 07:57:53.0 +0200
+++ /var/tmp/diff_new_pack.LBK0ug/_new  2014-06-26 07:57:53.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-%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.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 cmorv...@yahoo.es -- Fix build-compare
@@ -67,7 +66,7 @@
 own sip bindings.
 
 %prep

commit python-sip for openSUSE:Factory

2014-03-21 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-03-21 13:34:20

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-01-23 
15:54:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-03-21 13:34:21.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 17 07:00:40 UTC 2014 - ter...@gmail.com
+
+- Update to 4.15.5
+  - The use_arch argument of sipconfig.create_wrapper() can now specify a space
+separated set of architectures.
+  - Bug fixes.
+
+---
python3-sip.changes: same change

Old:

  sip-4.15.4.tar.gz

New:

  sip-4.15.5.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.phJ53j/_old  2014-03-21 13:34:22.0 +0100
+++ /var/tmp/diff_new_pack.phJ53j/_new  2014-03-21 13:34:22.0 +0100
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 10.1
+%define python_sip_api 11.0
 
 Name:   python-sip
-Version:4.15.4
+Version:4.15.5
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.15.4.tar.gz -> sip-4.15.5.tar.gz ++
 13104 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-01-21 11:12:08

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-01-10 
21:22:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-01-23 15:54:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 19:39:07 UTC 2014 - lbeltr...@kde.org
+
+- Fix SNAFU in preun scriptlet (missing spaces)
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2014-01-10 
21:22:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2014-01-23 15:54:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 19:39:29 UTC 2014 - lbeltr...@kde.org
+
+- Fix SNAFU in preun scriptlet (missing spaces)
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.7q02qJ/_old  2014-01-23 15:54:47.0 +0100
+++ /var/tmp/diff_new_pack.7q02qJ/_new  2014-01-23 15:54:47.0 +0100
@@ -105,7 +105,7 @@
 
 %preun devel
 
-if ["$1" = 0] ; then
+if [ "$1" = 0 ] ; then
 update-alternatives --remove sip %{_bindir}/sip-%{py_ver}
 fi
 

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.7q02qJ/_old  2014-01-23 15:54:48.0 +0100
+++ /var/tmp/diff_new_pack.7q02qJ/_new  2014-01-23 15:54:48.0 +0100
@@ -109,7 +109,7 @@
 
 %preun devel
 
-if ["$1" = 0] ; then
+if [ "$1" = 0 ] ; then
 update-alternatives --remove sip %{_bindir}/sip-%{py3_ver}
 fi
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-01-10 21:22:00

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-10-21 
12:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-01-10 21:22:01.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan  9 20:06:06 UTC 2014 - lbeltr...@kde.org
+
+- New upstream version 4.15.4:
+  - Fixed all the compiler warning messages when building the sip module.
+  - Fixed the parsing of C++ types involving multiple const and pointers.
+  - Added SIP_SSIZE_T_FORMAT to the C API.
+  - Moved the lexer and parser meta-source files to a separate directory to 
avoid
+  problems with make accidentaly regenerating them.
+  - Allow the pointers used to store the parsed results from Python
+  reimplementations to be NULL.
+  - Remove the __pycache__ directory when cleaning.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-10-21 
12:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2014-01-10 21:22:01.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan  9 20:09:03 UTC 2014 - lbeltr...@kde.org
+
+- New upstream version 4.15.4:
+  - Fixed all the compiler warning messages when building the sip module.
+  - Fixed the parsing of C++ types involving multiple const and pointers.
+  - Added SIP_SSIZE_T_FORMAT to the C API.
+  - Moved the lexer and parser meta-source files to a separate directory to 
avoid
+  problems with make accidentaly regenerating them.
+  - Allow the pointers used to store the parsed results from Python
+  reimplementations to be NULL.
+  - Remove the __pycache__ directory when cleaning.
+
+---

Old:

  sip-4.15.3.tar.gz

New:

  sip-4.15.4.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.Gk4TKA/_old  2014-01-10 21:22:03.0 +0100
+++ /var/tmp/diff_new_pack.Gk4TKA/_new  2014-01-10 21:22:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define python_sip_api 10.1
 
 Name:   python-sip
-Version:4.15.3
+Version:4.15.4
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.15.3.tar.gz -> sip-4.15.4.tar.gz ++
 27833 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-10-21 12:58:50

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-09-11 
18:10:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-10-21 12:58:52.0 +0200
@@ -1,0 +2,29 @@
+Sun Oct 20 07:42:07 UTC 2013 - lbeltr...@kde.org
+
+- Use alternatives for /usr/bin/sip to prevent conflicts between
+  Python 3 and Python 2 python-sip-devel packages
+
+---
+Thu Oct 17 12:41:50 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.3. This is a bug fix release for a regression 
+  that affects PyQtChart. 
+
+---
+Thu Sep 19 10:37:30 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.2. This is a minor functional release that will 
+  be needed by PyQt v5.1. It also contains bug fixes needed by 
+  PyKDE4.
+
+---
+Tue Sep 17 13:31:42 UTC 2013 - speili...@suse.com
+
+- Revert sr#79987, moving /usr/bin/sip into python-sip-bin and requiring
+  that in python3-sip-devel (plus split provides) only causes trouble. It will
+  make python3-sip-devel depend forever on Python2 for absolutely no reason.
+  Both python-sip-devel and python3-sip-devel can happily provide /usr/bin/sip
+  since the binary is identical. You can have both installed in parallel and
+  remove either without breaking anything. (bnc#835161)
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-09-11 
18:10:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-10-21 12:58:52.0 +0200
@@ -1,0 +2,36 @@
+Sun Oct 20 07:42:54 UTC 2013 - lbeltr...@kde.org
+
+- Use alternatives for /usr/bin/sip to prevent conflicts between
+  Python 3 and Python 2 python-sip-devel packages
+
+---
+Thu Oct 17 12:41:50 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.3. This is a bug fix release for a regression 
+  that affects PyQtChart. 
+
+---
+Tue Sep 24 09:42:26 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building on openSUSE 12.2.  The approach is kind of ugly,
+  but it is the only way I can find that works.  Feel free to improve
+  it.
+
+---
+Thu Sep 19 10:37:30 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.2. This is a minor functional release that will 
+  be needed by PyQt v5.1. It also contains bug fixes needed by 
+  PyKDE4.
+
+---
+Tue Sep 17 13:31:52 UTC 2013 - speili...@suse.com
+
+- Revert sr#79987, moving /usr/bin/sip into python-sip-bin and requiring
+  that in python3-sip-devel (plus split provides) only causes trouble. It will
+  make python3-sip-devel depend forever on Python2 for absolutely no reason.
+  Both python-sip-devel and python3-sip-devel can happily provide /usr/bin/sip
+  since the binary is identical. You can have both installed in parallel and
+  remove either without breaking anything. (bnc#835161)
+
+---

Old:

  sip-4.15.1.tar.gz

New:

  sip-4.15.3.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.4XTw2L/_old  2013-10-21 12:58:53.0 +0200
+++ /var/tmp/diff_new_pack.4XTw2L/_new  2013-10-21 12:58:53.0 +0200
@@ -20,7 +20,7 @@
 %define python_sip_api 10.1
 
 Name:   python-sip
-Version:4.15.1
+Version:4.15.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -50,7 +50,9 @@
 Requires:   %{name} = %{version}
 Requires:   c++_compiler
 Requires:   python-devel
-Requires:   python-sip-bin
+Requires(post):   update-alternatives
+Provides:   python-sip-bin = %{version}
+Obsoletes:  python-sip-bin < %{version}
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -61,19 +63,6 @@
 This package contains all the developer tools you need to create your
 own sip bindings.
 
-%package bin
-Summary:SIP tool to create python bindings
-Group:  Development/Libraries/Python
-Provides:   python-sip:/usr/bin/si

commit python-sip for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-09-11 18:10:29

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-09-03 
22:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-09-11 18:10:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 06:48:38 UTC 2013 - tittiatc...@gmail.com
+
+- Build issues are resolved with the Python KDE bindings. Return
+  to version 4.15.1
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-09-03 
22:04:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-09-11 18:10:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 06:49:37 UTC 2013 - tittiatc...@gmail.com
+
+- Build issues are resolved with the Python KDE bindings. Return
+  to version 4.15.1
+
+---

Old:

  sip-4.14.7.tar.gz

New:

  sip-4.15.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.CfURjm/_old  2013-09-11 18:10:31.0 +0200
+++ /var/tmp/diff_new_pack.CfURjm/_new  2013-09-11 18:10:31.0 +0200
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 10.0
+%define python_sip_api 10.1
 
 Name:   python-sip
-Version:4.14.7
+Version:4.15.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.CfURjm/_old  2013-09-11 18:10:31.0 +0200
+++ /var/tmp/diff_new_pack.CfURjm/_new  2013-09-11 18:10:31.0 +0200
@@ -18,10 +18,10 @@
 
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 %define rversion %{version}
-%define python_sip_api 10.0
+%define python_sip_api 10.1
 
 Name:   python3-sip
-Version:4.14.7
+Version:4.15.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.14.7.tar.gz -> sip-4.15.1.tar.gz ++
 16861 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-09-03 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-09-03 22:04:44

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-08-28 
21:16:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-09-03 22:04:46.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 30 14:30:52 UTC 2013 - tittiatc...@gmail.com
+
+- Revert back to version 4,14,7 to prevent crashes in Plasma-desktop
+  (bko#323899).
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-08-28 
21:16:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-09-03 22:04:47.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 30 14:36:12 UTC 2013 - tittiatc...@gmail.com
+
+- Revert back to version 4,14,7 to prevent crashes in Plasma-desktop
+  (bko#323899).
+
+---

Old:

  sip-4.15.1.tar.gz

New:

  sip-4.14.7.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.95X7yK/_old  2013-09-03 22:04:48.0 +0200
+++ /var/tmp/diff_new_pack.95X7yK/_new  2013-09-03 22:04:48.0 +0200
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 10.1
+%define python_sip_api 10.0
 
 Name:   python-sip
-Version:4.15.1
+Version:4.14.7
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.95X7yK/_old  2013-09-03 22:04:48.0 +0200
+++ /var/tmp/diff_new_pack.95X7yK/_new  2013-09-03 22:04:48.0 +0200
@@ -18,10 +18,10 @@
 
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 %define rversion %{version}
-%define python_sip_api 10.1
+%define python_sip_api 10.0
 
 Name:   python3-sip
-Version:4.15.1
+Version:4.14.7
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.15.1.tar.gz -> sip-4.14.7.tar.gz ++
 16856 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-08-28 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-08-28 21:16:50

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-06-28 
11:54:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-08-28 21:16:51.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug 27 03:29:18 UTC 2013 - ter...@gmail.com
+-  update to 4.15.1. This fixes a regression in v4.15 related to the handling 
of hidden virtual methods. The regression does not affect PyQt.
+-  update to v4.15. This is a significant functional release and required by 
PyQt v5.0.1 and PyQt v4.10.3.
+- Added the call_super_init argument to the %Module directive to specify 
that classes should support cooperative multi-inheritance.
+- Added the %FinalisationCode directive.
+- Added the /Mixin/ class annotation.
+- Added the /NoScope/ enum annotation.
+- Added sipConvertFromNewPyType() to the C API.
+- Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
+- Added sipRegisterProxyResolver() to the C API.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-06-25 
14:45:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-08-28 21:16:51.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 27 03:31:58 UTC 2013 - ter...@gmail.com
+
+-  update to 4.15.1. This fixes a regression in v4.15 related to the handling 
of hidden virtual methods. The regression does not affect PyQt.
+-  update to v4.15. This is a significant functional release and required by 
PyQt v5.0.1 and PyQt v4.10.3.
+- Added the call_super_init argument to the %Module directive to specify 
that classes should support cooperative multi-inheritance.
+- Added the %FinalisationCode directive.
+- Added the /Mixin/ class annotation.
+- Added the /NoScope/ enum annotation.
+- Added sipConvertFromNewPyType() to the C API.
+- Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
+- Added sipRegisterProxyResolver() to the C API.
+
+---

Old:

  sip-4.14.7.tar.gz

New:

  sip-4.15.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.fnETG0/_old  2013-08-28 21:16:54.0 +0200
+++ /var/tmp/diff_new_pack.fnETG0/_new  2013-08-28 21:16:54.0 +0200
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 10.0
+%define python_sip_api 10.1
 
 Name:   python-sip
-Version:4.14.7
+Version:4.15.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.fnETG0/_old  2013-08-28 21:16:54.0 +0200
+++ /var/tmp/diff_new_pack.fnETG0/_new  2013-08-28 21:16:54.0 +0200
@@ -18,10 +18,10 @@
 
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 %define rversion %{version}
-%define python_sip_api 10.0
+%define python_sip_api 10.1
 
 Name:   python3-sip
-Version:4.14.7
+Version:4.15.1
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.14.7.tar.gz -> sip-4.15.1.tar.gz ++
 16861 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-06-28 11:54:47

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-05-02 
11:44:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-06-28 11:54:49.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 19 07:19:09 UTC 2013 - dmuel...@suse.com
+
+- update to 4.14.7: 
+  - The internal API version is increased to 10.0 requiring the regeneration of
+all modules.
+  - Added the /Sequence/ function annotation.
+  - %ConvertFromTypeCode can now be specified for classes.
+  - Added sipEnableAutoconversion() to the C API.
+  - Added sipSetDestroyOnExit() to the C API.
+  - Bug fixes.
+
+---

Old:

  sip-4.14.6.tar.gz

New:

  sip-4.14.7.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.ZEOqP0/_old  2013-06-28 11:54:50.0 +0200
+++ /var/tmp/diff_new_pack.ZEOqP0/_new  2013-06-28 11:54:50.0 +0200
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 9.2
+%define python_sip_api 10.0
 
 Name:   python-sip
-Version:4.14.6
+Version:4.14.7
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.ZEOqP0/_old  2013-06-28 11:54:50.0 +0200
+++ /var/tmp/diff_new_pack.ZEOqP0/_new  2013-06-28 11:54:50.0 +0200
@@ -18,10 +18,10 @@
 
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 %define rversion %{version}
-%define python_sip_api 9.2
+%define python_sip_api 10.0
 
 Name:   python3-sip
-Version:4.14.6
+Version:4.14.7
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.14.6.tar.gz -> sip-4.14.7.tar.gz ++
 9044 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-06-25 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-06-25 13:48:50

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

New Changes file:

--- /dev/null   2013-06-24 17:57:59.600030256 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-06-25 14:45:07.0 +0200
@@ -0,0 +1,105 @@
+---
+Thu Mar  7 02:57:09 UTC 2013 - m...@suse.com
+
+- Update to 4.14.4
+  * bugfix release
+  * include a potential incompatibility in the use of the %VirtualErrorHandler 
directive.
+
+---
+Sun Dec  9 13:44:20 UTC 2012 - lbeltr...@kde.org
+
+- Update to 4.14.2:
+  - Added sip.setdestroyonexit().
+  - sip.voidptr() will now accept any object that implements the buffer
+protocol.
+
+---
+Thu Nov 22 14:18:55 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---
+Mon Oct 29 09:55:09 UTC 2012 - dmuel...@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 - ei...@heavensinferno.net
+
+- Update to the latest upstream version:
+
+  - The internal API version is increased to 9.0 requiring the regeneration
+of all modules.
+  - Added the %InstanceCode directive.
+  - Added the %VirtualErrorHandler directive.
+  - Added the default_VirtualErrorHandler argument to the %Module directive.
+  - Added the VirtualErrorHandler class annotation.
+  - Added the NoVirtualErrorHandler and VirtualErrorHandler function
+annotations.
+  - The AllowNone and NoRelease mapped type annotations can now be used
+with mapped type templates.
+  - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
+corresponding to the -t arguments passed on the command line.
+  - Deprecated sipTransferBreak().
+  - For Python v2.x unsigned short and unsigned char (when used as a byte)
+are now converted to int, rather than long, objects.
+  - Added support for MSVC 2010 to the build system.
+
+---
+Thu Jul  5 12:30:36 UTC 2012 - dmuel...@suse.com
+
+- install api version as rpm macro
+
+---
+Fri Jun 22 02:59:36 UTC 2012 - m...@suse.com
+
+- Update to version 4.13.3
+  - The /NoRaisesPyException/ and /RaisesPyException/ function annotations can
+now be applied to constructors.
+  - Added support for the Python v3.3 handling of Unicode.
+
+---
+Wed Apr 11 13:40:14 UTC 2012 - asterios.dra...@gmail.com
+
+- Link against libpython. Fixes bnc#756282 and bnc#721280.
+- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
+  Use SUSE- proprietary extension until SIP license is accepted upstream at
+  spdx.org
+- Remove SUSE_ASNEEDED=0 from spec file.
+
+---
+Mon Nov 21 10:33:26 UTC 2011 - cgiboude...@gmx.com
+
+- Define python3_sitearch (fixes the <12.1 build)
+- Spec cleanup
+
+---
+Wed Oct 26 20:19:38 UTC 2011 - sascha.ma...@open-slx.de
+
+- Update to 4.13
+  - last stable release 
+
+---
+Mon Aug 29 18:41:49 UTC 2011 - ter...@gmail.com
+
+- Add python-sip-bin package to avoid conflicts between python2 
+  and python3 versions
+
+---
+Tue Aug 16 00:07:23 UTC 2011 - ter...@gmail.com
+
+- Update to 4.12.4
+  - A bug fix release.
+- Adapted python-sip.spec for python3
+
+

New:

  python3-sip.changes
  python3-sip.spec



Other differences:
--
++ python3-sip.spec ++
#
# spec file for package python3-sip
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright ow

commit python-sip for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-06-24 11:04:11

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:


Old:

  python3-sip.changes
  python3-sip.spec



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-05-02 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-05-02 11:44:50

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-04-05 
07:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-05-02 11:44:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 11:35:07 UTC 2013 - dmuel...@suse.com
+
+- update to 4.14.6:
+  * Bug fix 
+
+---

Old:

  sip-4.14.5.tar.gz

New:

  sip-4.14.6.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.Ywe8eM/_old  2013-05-02 11:44:53.0 +0200
+++ /var/tmp/diff_new_pack.Ywe8eM/_new  2013-05-02 11:44:53.0 +0200
@@ -20,7 +20,7 @@
 %define python_sip_api 9.2
 
 Name:   python-sip
-Version:4.14.5
+Version:4.14.6
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.14.5.tar.gz -> sip-4.14.6.tar.gz ++
 8203 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-04-05 07:44:30

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-03-28 
13:24:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-04-05 07:44:55.0 +0200
@@ -4 +4 @@
-- update to 4.14.5:
+- update to 4.14.5 (bnc#812130):



Other differences:
--
python3-sip.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-03-28 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-03-28 13:24:22

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-03-08 
21:16:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-03-28 13:24:24.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 27 09:25:57 UTC 2013 - dmuel...@suse.com
+
+- update to 4.14.5:
+  * Bug fixes (specifically for QGIS) 
+
+---

Old:

  sip-4.14.4.tar.gz

New:

  sip-4.14.5.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.NRZVf3/_old  2013-03-28 13:24:32.0 +0100
+++ /var/tmp/diff_new_pack.NRZVf3/_new  2013-03-28 13:24:32.0 +0100
@@ -20,7 +20,7 @@
 %define python_sip_api 9.2
 
 Name:   python-sip
-Version:4.14.4
+Version:4.14.5
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.14.4.tar.gz -> sip-4.14.5.tar.gz ++
 5758 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-03-08 21:16:34

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-01-29 
14:34:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-03-08 21:16:35.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar  7 02:56:25 UTC 2013 - m...@suse.com
+
+- Update to 4.14.4
+  * bugfix release
+  * include a potential incompatibility in the use of the %VirtualErrorHandler 
directive.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-01-07 
17:37:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-03-08 21:16:35.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar  7 02:57:09 UTC 2013 - m...@suse.com
+
+- Update to 4.14.4
+  * bugfix release
+  * include a potential incompatibility in the use of the %VirtualErrorHandler 
directive.
+
+---

Old:

  sip-4.14.3.tar.gz

New:

  sip-4.14.4.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.X7UrUs/_old  2013-03-08 21:16:36.0 +0100
+++ /var/tmp/diff_new_pack.X7UrUs/_new  2013-03-08 21:16:36.0 +0100
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 9.1
+%define python_sip_api 9.2
 
 Name:   python-sip
-Version:4.14.3
+Version:4.14.4
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.X7UrUs/_old  2013-03-08 21:16:36.0 +0100
+++ /var/tmp/diff_new_pack.X7UrUs/_new  2013-03-08 21:16:36.0 +0100
@@ -18,10 +18,10 @@
 
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 %define rversion %{version}
-%define python_sip_api 9.1
+%define python_sip_api 9.2
 
 Name:   python3-sip
-Version:4.14.3
+Version:4.14.4
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.14.3.tar.gz -> sip-4.14.4.tar.gz ++
 6845 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-01-29 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-01-29 14:34:46

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-12-14 
10:46:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-01-29 14:34:50.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 29 08:05:15 UTC 2013 - dmuel...@suse.com
+
+- update to 4.14.3:
+  - The /KeepReference/ argument annotation, when applied to factories, will
+now keep the reference with the object created by the factory.
+  - Any object that supports the buffer protocol can now be passed when a
+sip.voidptr is expected.
+
+---

Old:

  sip-4.14.2.tar.gz

New:

  sip-4.14.3.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.LiumEl/_old  2013-01-29 14:34:52.0 +0100
+++ /var/tmp/diff_new_pack.LiumEl/_new  2013-01-29 14:34:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define python_sip_api 9.1
 
 Name:   python-sip
-Version:4.14.2
+Version:4.14.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.LiumEl/_old  2013-01-29 14:34:52.0 +0100
+++ /var/tmp/diff_new_pack.LiumEl/_new  2013-01-29 14:34:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-sip
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 %define rversion %{version}
 %define python_sip_api 9.1
 
 Name:   python3-sip
-Version:4.14.2
+Version:4.14.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.14.2.tar.gz -> sip-4.14.3.tar.gz ++
 6420 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-01-07 17:37:37

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2012-12-14 
10:46:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-01-07 17:37:39.0 +0100
@@ -9,0 +10,5 @@
+Thu Nov 22 14:18:55 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.4jGs77/_old  2013-01-07 17:37:40.0 +0100
+++ /var/tmp/diff_new_pack.4jGs77/_new  2013-01-07 17:37:40.0 +0100
@@ -15,12 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %global py3_incdir %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
-%global python3_sitearch %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_lib(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
-%global py3_ver %(python3 -c "import sys; v=sys.version_info[:2]; 
print('%%d.%%d'%%v)" 2>/dev/null || echo PYTHON-NOT-FOUND)
-%global py3_abi %(python3-config --abiflags)
-
 %define rversion %{version}
 %define python_sip_api 9.1
 
@@ -37,15 +32,10 @@
 # PATCH-FIX-OPENSUSE build-compare.diff cmorv...@yahoo.es -- Fix build-compare
 Patch1: build-compare.diff
 BuildRequires:  c++_compiler
-BuildRequires:  python3
 BuildRequires:  python3-devel
 Provides:   python3-sip(api) = %python_sip_api
 Requires(pre):  python3
-Requires:   python3
-%if 0%{?suse_version} > 1140
 Requires(pre):  python3-base
-Requires:   python3-base
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,7 +71,7 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 # Link against libpython (fixes bnc#756282 and bnc#721280)
-python3 configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py3_ver}%{py3_abi}"
+python3 configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py3_ver}%{py3_abiflags}"
 make %{?_smp_mflags}
 
 sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-12-14 10:46:35

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-11-06 
16:20:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-12-14 10:46:38.0 +0100
@@ -1,0 +2,8 @@
+Sun Dec  9 13:40:23 UTC 2012 - lbeltr...@kde.org
+
+- Update to 4.14.2:
+  - Added sip.setdestroyonexit().
+  - sip.voidptr() will now accept any object that implements the buffer 
+protocol.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2012-11-06 
16:20:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2012-12-14 10:46:38.0 +0100
@@ -1,0 +2,8 @@
+Sun Dec  9 13:44:20 UTC 2012 - lbeltr...@kde.org
+
+- Update to 4.14.2:
+  - Added sip.setdestroyonexit().
+  - sip.voidptr() will now accept any object that implements the buffer
+protocol.
+
+---

Old:

  sip-4.14.1.tar.gz

New:

  sip-4.14.2.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.lA0Ca5/_old  2012-12-14 10:46:40.0 +0100
+++ /var/tmp/diff_new_pack.lA0Ca5/_new  2012-12-14 10:46:40.0 +0100
@@ -20,7 +20,7 @@
 %define python_sip_api 9.1
 
 Name:   python-sip
-Version:4.14.1
+Version:4.14.2
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.14.1.tar.gz -> sip-4.14.2.tar.gz ++
 6238 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2012-11-06 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-11-06 16:20:52

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-10-03 
10:08:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-11-06 16:20:54.0 +0100
@@ -1,0 +2,14 @@
+Mon Oct 29 09:54:38 UTC 2012 - dmuel...@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.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2012-10-03 
10:08:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2012-11-06 16:20:54.0 +0100
@@ -1,0 +2,15 @@
+Mon Oct 29 09:55:09 UTC 2012 - dmuel...@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.
+
+
+---

Old:

  sip-4.14.tar.gz

New:

  sip-4.14.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.NRHCaL/_old  2012-11-06 16:20:56.0 +0100
+++ /var/tmp/diff_new_pack.NRHCaL/_new  2012-11-06 16:20:56.0 +0100
@@ -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 cmorv...@yahoo.es -- Fix build-compare

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.NRHCaL/_old  2012-11-06 16:20:56.0 +0100
+++ /var/tmp/diff_new_pack.NRHCaL/_new  2012-11-06 16:20:56.0 +0100
@@ -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 cmorv...@yahoo.es -- Fix build-compare

++ sip-4.14.tar.gz -> sip-4.14.1.tar.gz ++
 11609 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-10-03 10:08:34

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-07-09 
10:16:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-10-03 10:08:36.0 +0200
@@ -1,0 +2,23 @@
+Mon Oct  1 05:42:10 UTC 2012 - ei...@heavensinferno.net
+
+- Update to latest upstream version:
+
+  - The internal API version is increased to 9.0 requiring the regeneration
+of all modules.
+  - Added the %InstanceCode directive.
+  - Added the %VirtualErrorHandler directive.
+  - Added the default_VirtualErrorHandler argument to the %Module directive.
+  - Added the VirtualErrorHandler class annotation.
+  - Added the NoVirtualErrorHandler and VirtualErrorHandler function
+annotations.
+  - The AllowNone and NoRelease mapped type annotations can now be used
+with mapped type templates.
+  - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
+corresponding to the -t arguments passed on the command line.
+  - Deprecated sipTransferBreak().
+  - For Python v2.x unsigned short and unsigned char (when used as a byte)
+are now converted to int, rather than long, objects.
+  - Added support for MSVC 2010 to the build system.
+- 
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2012-07-09 
10:16:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2012-10-03 10:08:36.0 +0200
@@ -1,0 +2,22 @@
+Mon Oct  1 05:43:35 UTC 2012 - ei...@heavensinferno.net
+
+- Update to the latest upstream version:
+
+  - The internal API version is increased to 9.0 requiring the regeneration
+of all modules.
+  - Added the %InstanceCode directive.
+  - Added the %VirtualErrorHandler directive.
+  - Added the default_VirtualErrorHandler argument to the %Module directive.
+  - Added the VirtualErrorHandler class annotation.
+  - Added the NoVirtualErrorHandler and VirtualErrorHandler function
+annotations.
+  - The AllowNone and NoRelease mapped type annotations can now be used
+with mapped type templates.
+  - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
+corresponding to the -t arguments passed on the command line.
+  - Deprecated sipTransferBreak().
+  - For Python v2.x unsigned short and unsigned char (when used as a byte)
+are now converted to int, rather than long, objects.
+  - Added support for MSVC 2010 to the build system.
+
+---

Old:

  sip-4.13.3.tar.gz

New:

  sip-4.14.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.EhoATz/_old  2012-10-03 10:08:37.0 +0200
+++ /var/tmp/diff_new_pack.EhoATz/_new  2012-10-03 10:08:37.0 +0200
@@ -17,10 +17,10 @@
 
 
 %define rversion %{version}
-%define python_sip_api 8.1
+%define python_sip_api 9.0
 
 Name:   python-sip
-Version:4.13.3
+Version:4.14
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.EhoATz/_old  2012-10-03 10:08:38.0 +0200
+++ /var/tmp/diff_new_pack.EhoATz/_new  2012-10-03 10:08:38.0 +0200
@@ -22,10 +22,10 @@
 %global py3_abi %(python3-config --abiflags)
 
 %define rversion %{version}
-%define python_sip_api 8.1
+%define python_sip_api 9.0
 
 Name:   python3-sip
-Version:4.13.3
+Version:4.14
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.13.3.tar.gz -> sip-4.14.tar.gz ++
 20060 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2012-07-09 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-07-09 10:16:46

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-05-03 
11:00:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-07-09 10:16:48.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul  5 12:30:23 UTC 2012 - dmuel...@suse.com
+
+- install api version as rpm macro
+
+---
+Fri Jun 22 02:58:35 UTC 2012 - m...@suse.com
+
+- Update to version 4.13.3
+  * The /NoRaisesPyException/ and /RaisesPyException/ function annotations can
+now be applied to constructors.
+  * Added support for the Python v3.3 handling of Unicode.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2012-05-03 
11:00:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2012-07-09 10:16:48.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul  5 12:30:36 UTC 2012 - dmuel...@suse.com
+
+- install api version as rpm macro
+
+---
+Fri Jun 22 02:59:36 UTC 2012 - m...@suse.com
+
+- Update to version 4.13.3
+  - The /NoRaisesPyException/ and /RaisesPyException/ function annotations can
+now be applied to constructors.
+  - Added support for the Python v3.3 handling of Unicode.
+
+---

Old:

  sip-4.13.2.tar.gz

New:

  sip-4.13.3.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.WPzPrQ/_old  2012-07-09 10:16:50.0 +0200
+++ /var/tmp/diff_new_pack.WPzPrQ/_new  2012-07-09 10:16:50.0 +0200
@@ -17,9 +17,10 @@
 
 
 %define rversion %{version}
+%define python_sip_api 8.1
 
 Name:   python-sip
-Version:4.13.2
+Version:4.13.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -33,6 +34,7 @@
 BuildRequires:  c++_compiler
 BuildRequires:  python
 BuildRequires:  python-devel
+Provides:   python-sip(api) = %python_sip_api
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -84,10 +86,21 @@
 python configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py_ver}"
 make %{?_smp_mflags}
 
+sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')
+sip_minor=$(grep "define SIP_API_MINOR_NR" siplib/sip.h.in | awk '{print $3}')
+
+if test "%python_sip_api" != "$sip_major.$sip_minor"; then
+echo "API version was changed to $sip_major.$sip_minor"
+exit 1
+fi
+
+echo "%%requires_python_sip_api Requires: python-sip(api) = 
$sip_major.$sip_minor" > macros.%name
+
 %install
 make DESTDIR=%{buildroot} install
 
 mkdir -p %{buildroot}%{_datadir}/sip
+install -m 644 -D macros.%name %{buildroot}/%{_sysconfdir}/rpm/macros.%name
 
 # Point to the correct location for the documentation files
 sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
@@ -104,6 +117,7 @@
 %files devel
 %defattr(-,root,root,-)
 %doc NEWS LICENSE* doc/
+%config %{_sysconfdir}/rpm/macros.%name
 %{py_incdir}/sip.h
 %{py_sitedir}/sipconfig.py
 %{py_sitedir}/sipdistutils.py

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.WPzPrQ/_old  2012-07-09 10:16:50.0 +0200
+++ /var/tmp/diff_new_pack.WPzPrQ/_new  2012-07-09 10:16:50.0 +0200
@@ -22,9 +22,10 @@
 %global py3_abi %(python3-config --abiflags)
 
 %define rversion %{version}
+%define python_sip_api 8.1
 
 Name:   python3-sip
-Version:4.13.2
+Version:4.13.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -38,6 +39,7 @@
 BuildRequires:  c++_compiler
 BuildRequires:  python3
 BuildRequires:  python3-devel
+Provides:   python3-sip(api) = %python_sip_api
 Requires(pre):  python3
 Requires:   python3
 %if 0%{?suse_version} > 1140
@@ -82,6 +84,16 @@
 python3 configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py3_ver}%{py3_abi}"
 make %{?_smp_mflags}
 
+sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')
+sip_minor=$(grep "define SIP_API_MINOR_NR" siplib/sip.h.in | awk '{print $3}')
+
+if test "%python_sip_api" != "$sip_major.$sip_minor"; then
+echo "API version was changed to $sip_major.$sip_minor"
+exit 1

commit python-sip for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-05-03 11:00:12

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-03-26 
11:05:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-05-03 11:00:13.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 20:38:21 UTC 2012 - asterios.dra...@gmail.com
+
+- Link against libpython. Fixes bnc#756282 and bnc#721280.
+- Remove SUSE_ASNEEDED=0 from spec file.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2011-11-22 
17:49:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2012-05-03 11:00:13.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 11 13:40:14 UTC 2012 - asterios.dra...@gmail.com
+
+- Link against libpython. Fixes bnc#756282 and bnc#721280.
+- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
+  Use SUSE- proprietary extension until SIP license is accepted upstream at
+  spdx.org
+- Remove SUSE_ASNEEDED=0 from spec file.
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.xXG2I9/_old  2012-05-03 11:00:15.0 +0200
+++ /var/tmp/diff_new_pack.xXG2I9/_new  2012-05-03 11:00:15.0 +0200
@@ -15,21 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define rversion %{version}
+
 Name:   python-sip
-BuildRequires:  c++_compiler
-BuildRequires:  python
-BuildRequires:  python-devel
+Version:4.13.2
+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
-Version:4.13.2
-Release:0
-%define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
+# PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
+# PATCH-FIX-OPENSUSE build-compare.diff cmorv...@yahoo.es -- Fix build-compare
 Patch1: build-compare.diff
+BuildRequires:  c++_compiler
+BuildRequires:  python
+BuildRequires:  python-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
 %description
@@ -41,8 +45,10 @@
 %package devel
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
-Requires:   %name = %version
-Requires:   c++_compiler python-devel python-sip-bin
+Requires:   %{name} = %{version}
+Requires:   c++_compiler
+Requires:   python-devel
+Requires:   python-sip-bin
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -53,7 +59,6 @@
 This package contains all the developer tools you need to create your 
 own sip bindings.
 
-
 %package bin
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
@@ -65,7 +70,7 @@
 Python bindings for the Qt toolkit, but can be used to create bindings
 for any C or C++ library.
 
-This package contains the sip executable
+This package contains the sip executable.
 
 %prep
 %setup -q -n sip-%{rversion}
@@ -73,35 +78,35 @@
 %patch1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
-export SUSE_ASNEEDED=0
-python configure.py --debug CFLAGS+="$RPM_OPT_FLAGS" CXXFLAGS+="$RPM_OPT_FLAGS"
-make %{?jobs:-j %jobs}
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+# Link against libpython (fixes bnc#756282 and bnc#721280)
+python configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py_ver}"
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/usr/share/sip
-sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
+make DESTDIR=%{buildroot} install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_datadir}/sip
+
+# Point to the correct location for the documentation files
+sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README
 %{py_sitedir}/sip.so
 
 %files bin
-%defattr(-,root,root)
-/usr/bin/sip
+%defattr(-,root,root,-)
+%{_bindir}/sip
 
 %files devel
-%defattr(-,root,root)
-%doc NEWS LICENSE doc
+%defattr(-,root,roo

commit python-sip for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-03-26 11:05:22

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-01-05 
13:51:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-03-26 11:05:23.0 +0200
@@ -1,0 +2,13 @@
+Fri Mar 23 09:39:46 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
+  Use SUSE- proprietary extension until SIP license is accepted upstream at
+  spdx.org
+
+---
+Mon Feb 20 13:10:49 CET 2012 - dmuel...@suse.de
+
+ update to 4.13.2:
+ - A bug fix release. 
+
+---

Old:

  sip-4.13.1.tar.gz

New:

  sip-4.13.2.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.g7fbS5/_old  2012-03-26 11:05:25.0 +0200
+++ /var/tmp/diff_new_pack.g7fbS5/_new  2012-03-26 11:05:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   python-sip
 BuildRequires:  c++_compiler
 BuildRequires:  python
 BuildRequires:  python-devel
 Summary:SIP tool to use python sip bindings
-License:GPL-2.0 or GPL-3.0 or SIP
+License:GPL-2.0 or GPL-3.0 or SUSE-SIP
 Group:  Development/Libraries/Python
-Version:4.13.1
+Version:4.13.2
 Release:0
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
@@ -41,6 +40,7 @@
 
 %package devel
 Summary:SIP tool to create python bindings
+Group:  Development/Libraries/Python
 Requires:   %name = %version
 Requires:   c++_compiler python-devel python-sip-bin
 
@@ -56,6 +56,7 @@
 
 %package bin
 Summary:SIP tool to create python bindings
+Group:  Development/Libraries/Python
 Provides:   python-sip:/usr/bin/sip
 
 %description bin

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.g7fbS5/_old  2012-03-26 11:05:25.0 +0200
+++ /var/tmp/diff_new_pack.g7fbS5/_new  2012-03-26 11:05:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-sip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   python3-sip
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SIP
@@ -50,6 +49,7 @@
 
 %package devel
 Summary:SIP tool to create python bindings
+Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   c++_compiler
 Requires:   python-sip-bin

++ sip-4.13.1.tar.gz -> sip-4.13.2.tar.gz ++
 5752 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-01-05 13:51:41

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2011-11-22 
17:49:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-01-05 13:51:47.0 +0100
@@ -1,0 +2,15 @@
+Fri Dec 23 13:49:02 CET 2011 - dmuel...@suse.de
+
+- update to 4.13.1:
+  - Deprecation warnings can no longer be disabled.
+  - Added the all_raise_py_exception argument to the %Module directive.
+  - Added the /NoRaisesPyException/ function annotation.
+  - Added the /PyName/ typedef annotation.
+  - Class templates now allow super-classes to be defined as template
+   arguments.
+ - Added support for 'public' preceding the name of a class in a super-class
+   list.
+ - Added support for 'protected' and 'private' preceding the name of a class
+   in a super-class list.  Any such super-class will be ignored.
+
+---

Old:

  sip-4.13.tar.bz2

New:

  sip-4.13.1.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.BMKD2L/_old  2012-01-05 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.BMKD2L/_new  2012-01-05 13:51:49.0 +0100
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-sip
-BuildRequires:  c++_compiler python python-devel
+BuildRequires:  c++_compiler
+BuildRequires:  python
+BuildRequires:  python-devel
+Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
-Summary:SIP tool to use python sip bindings
-Version:4.13
+Version:4.13.1
 Release:0
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:sip-%{rversion}.tar.bz2
+Source0:
http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
 Patch0: disable-rpaths.diff
 Patch1: build-compare.diff
 %py_requires
@@ -40,8 +40,6 @@
 for any C or C++ library.
 
 %package devel
-License:GPL-2.0 or GPL-3.0 or SIP
-Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
 Requires:   %name = %version
 Requires:   c++_compiler python-devel python-sip-bin
@@ -57,8 +55,6 @@
 
 
 %package bin
-License:GPL-2.0 or GPL-3.0 or SIP
-Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
 Provides:   python-sip:/usr/bin/sip
 

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.BMKD2L/_old  2012-01-05 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.BMKD2L/_new  2012-01-05 13:51:49.0 +0100
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   python3-sip
-Version:4.13
-Release:2
-License:GPL-2.0 or GPL-3.0 or SIP
+Version:4.13.1
+Release:0
 Summary:SIP tool to use python sip bindings
+License:GPL-2.0 or GPL-3.0 or SIP
+Group:  Development/Libraries/Python
 %define rversion %{version}
 Url:http://www.riverbankcomputing.com/software/sip/intro
-Group:  Development/Libraries/Python
-Source0:sip-%{rversion}.tar.bz2
+Source0:
http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
 Patch0: disable-rpaths.diff
 Patch1: build-compare.diff
 BuildRequires:  c++_compiler
@@ -50,9 +49,7 @@
 for any C or C++ library.
 
 %package devel
-License:GPL-2.0 or GPL-3.0 or SIP
 Summary:SIP tool to create python bindings
-Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   c++_compiler
 Requires:   python-sip-bin

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2011-11-22 17:49:25

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2011-09-23 
12:43:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2011-11-22 17:49:35.0 +0100
@@ -1,0 +2,21 @@
+Thu Oct 27 16:55:43 UTC 2011 - sascha.ma...@open-slx.de
+
+- Changelog from the Creators
+  - SIP v4.13 has been released. This is a minor feature release.
+o added the %DefaultDocstringFormat directive
+o added the format argument to the %Docstring directive
+o %ConvertToSubClassCode can now cause a restart of the conversion 
+  process using a different requested type
+o '*' and '&' are now supported as unary operators in expressions 
+  used in the values of default arguments
+o the /Transfer/ annotation can now be used with the /Array/ 
+  annotation to prevent the freeing of the temporary array of 
+  pointers. 
+
+---
+Wed Oct 26 20:18:57 UTC 2011 - sascha.ma...@open-slx.de
+
+- Updated to 4.13
+  - last stable release 
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2011-09-23 
12:43:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2011-11-22 17:49:35.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 21 10:33:26 UTC 2011 - cgiboude...@gmx.com
+
+- Define python3_sitearch (fixes the <12.1 build)
+- Spec cleanup
+
+---
+Wed Oct 26 20:19:38 UTC 2011 - sascha.ma...@open-slx.de
+
+- Update to 4.13
+  - last stable release 
+
+---

Old:

  sip-4.12.4.tar.bz2

New:

  sip-4.13.tar.bz2



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.s65Bed/_old  2011-11-22 17:49:36.0 +0100
+++ /var/tmp/diff_new_pack.s65Bed/_new  2011-11-22 17:49:36.0 +0100
@@ -23,8 +23,8 @@
 License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
-Version:4.12.4
-Release:3
+Version:4.13
+Release:0
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.s65Bed/_old  2011-11-22 17:49:36.0 +0100
+++ /var/tmp/diff_new_pack.s65Bed/_new  2011-11-22 17:49:36.0 +0100
@@ -15,32 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   python3-sip
+Version:4.13
+Release:2
 License:GPL-2.0 or GPL-3.0 or SIP
-Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
-Version:4.12.4
-Release:2
-%define rversion %version
+%define rversion %{version}
 Url:http://www.riverbankcomputing.com/software/sip/intro
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Group:  Development/Libraries/Python
 Source0:sip-%{rversion}.tar.bz2
 Patch0: disable-rpaths.diff
 Patch1: build-compare.diff
 BuildRequires:  c++_compiler
-BuildRequires:  python3 python3-devel
+BuildRequires:  python3
+BuildRequires:  python3-devel
+Requires(pre):  python3
 Requires:   python3
-PreReq: python3
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} > 1140
+Requires(pre):  python3-base
 Requires:   python3-base
-PreReq: python3-base
 %endif
 
-%global py3_incdir  %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
+%global py3_incdir  %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
+%global python3_sitearch %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_lib(True))" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 
 %description
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -50,11 +51,13 @@
 
 %package devel
 License:GPL-2.0 or GPL-3.0 or SIP
-Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
+Group:  Development/Libraries/Pytho

commit python-sip for openSUSE:Factory

2011-09-11 Thread h_root

Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory
checked in at Sun Sep 11 19:35:23 CEST 2011.




--- python-sip/python-sip.changes   2011-08-16 02:25:39.0 +0200
+++ /mounts/work_src_done/STABLE/python-sip/python-sip.changes  2011-08-30 
11:45:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 18:41:49 UTC 2011 - ter...@gmail.com
+
+- Add python-sip-bin package to avoid conflicts between python2 
+  and python3 versions
+
+---
python3-sip.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.jBh8NH/_old  2011-09-11 19:35:17.0 +0200
+++ /var/tmp/diff_new_pack.jBh8NH/_new  2011-09-11 19:35:17.0 +0200
@@ -24,7 +24,7 @@
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
 Version:4.12.4
-Release:1
+Release:3
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,9 +43,8 @@
 License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
-Provides:   python-sip:/usr/bin/sip
 Requires:   %name = %version
-Requires:   c++_compiler python-devel
+Requires:   c++_compiler python-devel python-sip-bin
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -56,6 +55,21 @@
 This package contains all the developer tools you need to create your 
 own sip bindings.
 
+
+%package bin
+License:GPL-2.0 or GPL-3.0 or SIP
+Group:  Development/Libraries/Python
+Summary:SIP tool to create python bindings
+Provides:   python-sip:/usr/bin/sip
+
+%description bin
+SIP is a tool that makes it very easy to create Python bindings for C
+and C++ libraries. It was originally developed to create PyQt, the
+Python bindings for the Qt toolkit, but can be used to create bindings
+for any C or C++ library.
+
+This package contains the sip executable
+
 %prep
 %setup -q -n sip-%{rversion}
 %patch0
@@ -81,10 +95,13 @@
 %doc README
 %{py_sitedir}/sip.so
 
+%files bin
+%defattr(-,root,root)
+/usr/bin/sip
+
 %files devel
 %defattr(-,root,root)
 %doc NEWS LICENSE doc
-/usr/bin/sip
 %{py_incdir}/sip.h
 %{py_sitedir}/sipconfig.py
 %{py_sitedir}/sipdistutils.py

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.jBh8NH/_old  2011-09-11 19:35:17.0 +0200
+++ /var/tmp/diff_new_pack.jBh8NH/_new  2011-09-11 19:35:17.0 +0200
@@ -23,7 +23,7 @@
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
 Version:4.12.4
-Release:1
+Release:2
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,8 +32,13 @@
 Patch1: build-compare.diff
 BuildRequires:  c++_compiler
 BuildRequires:  python3 python3-devel
-Requires:   python3 python3-base
-PreReq: python3 python3-base
+Requires:   python3
+PreReq: python3
+
+%if 0%{?suse_version} > 1140
+Requires:   python3-base
+PreReq: python3-base
+%endif
 
 %global py3_incdir  %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo 
PYTHON-NOT-FOUND)
 
@@ -49,7 +54,7 @@
 Summary:SIP tool to create python bindings
 Provides:   python3-sip:/usr/bin/sip
 Requires:   %name = %version
-Requires:   c++_compiler python3-devel
+Requires:   c++_compiler python3-devel python-sip-bin
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -76,6 +81,8 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/usr/share/sip
 sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
+# sip executable is provided by python-sip-bin to avoid conflicts
+rm $RPM_BUILD_ROOT/usr/bin/sip
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,7 +95,6 @@
 %files devel
 %defattr(-,root,root)
 %doc NEWS LICENSE doc
-/usr/bin/sip
 %{py3_incdir}/sip.h
 %{python3_sitearch}/sipconfig.py
 %{python3_sitearch}/sipdistutils.py






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory
checked in at Fri Aug 19 15:23:32 CEST 2011.




--- python-sip/python-sip.changes   2011-05-30 15:27:18.0 +0200
+++ python-sip/python-sip.changes   2011-08-16 02:25:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 00:07:23 UTC 2011 - ter...@gmail.com
+
+- Update to 4.12.4
+  - A bug fix release.
+
+---
New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-sip/python3-sip.changes  2011-08-16 02:25:40.0 +0200
@@ -0,0 +1,8 @@
+---
+Tue Aug 16 00:07:23 UTC 2011 - ter...@gmail.com
+
+- Update to 4.12.4
+  - A bug fix release.
+- Adapted python-sip.spec for python3
+
+

calling whatdependson for head-i586


Old:

  fix-linking.diff
  fix-linking25.diff
  fix-linking26.diff
  sip-4.12.3.tar.bz2

New:

  python3-sip.changes
  python3-sip.spec
  sip-4.12.4.tar.bz2



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.3IHep5/_old  2011-08-19 15:22:36.0 +0200
+++ /var/tmp/diff_new_pack.3IHep5/_new  2011-08-19 15:22:36.0 +0200
@@ -20,20 +20,17 @@
 
 Name:   python-sip
 BuildRequires:  c++_compiler python python-devel
-License:GPLv2+
+License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
-Version:4.12.3
+Version:4.12.4
 Release:1
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:sip-%{rversion}.tar.bz2
 Patch0: disable-rpaths.diff
-Patch2: fix-linking.diff
-Patch3: fix-linking25.diff
-Patch4: build-compare.diff
-Patch5: fix-linking26.diff
+Patch1: build-compare.diff
 %py_requires
 
 %description
@@ -43,7 +40,7 @@
 for any C or C++ library.
 
 %package devel
-License:GPLv2+
+License:GPL-2.0 or GPL-3.0 or SIP
 Group:  Development/Libraries/Python
 Summary:SIP tool to create python bindings
 Provides:   python-sip:/usr/bin/sip
@@ -62,16 +59,7 @@
 %prep
 %setup -q -n sip-%{rversion}
 %patch0
-%if %suse_version >1100
-%if %suse_version <1140
-%patch5
-%else
-%patch2
-%endif
-%else
-%patch3
-%endif
-%patch4
+%patch1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ python3-sip.spec ++
#
# spec file for package python3-sip
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   python3-sip
License:GPL-2.0 or GPL-3.0 or SIP
Group:  Development/Libraries/Python
Summary:SIP tool to use python sip bindings
Version:4.12.4
Release:1
%define rversion %version
Url:http://www.riverbankcomputing.com/software/sip/intro
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source0:sip-%{rversion}.tar.bz2
Patch0: disable-rpaths.diff
Patch1: build-compare.diff
BuildRequires:  c++_compiler
BuildRequires:  python3 python3-devel
Requires:   python3 python3-base
PreReq: python3 python3-base

%global py3_incdir  %(python3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo 
PYTHON-NOT-FOUND)

%description
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the
Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library.

%package devel
License:GPL-2.0 or GPL-3.0 or SIP
Group:  Development/Libraries/Python
Summary:SIP tool to create python bindings
Provides:   python3-sip:/usr/bin/sip
Requires:   %name = %version
Requires:   c++_compiler python3-devel

%description devel
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the
Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library.

This package contains all the developer tools you need to cr

commit python-sip for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory
checked in at Mon May 30 17:04:03 CEST 2011.




--- python-sip/python-sip.changes   2011-05-02 18:56:25.0 +0200
+++ python-sip/python-sip.changes   2011-05-30 15:27:18.0 +0200
@@ -1,0 +2,6 @@
+Mon May 30 15:24:38 CEST 2011 - dmuel...@suse.de
+
+- update to 4.12.3:
+  - A bug fix release.
+
+---

calling whatdependson for head-i586


Old:

  sip-4.12.2.tar.bz2

New:

  sip-4.12.3.tar.bz2



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.5r9MBD/_old  2011-05-30 17:03:41.0 +0200
+++ /var/tmp/diff_new_pack.5r9MBD/_new  2011-05-30 17:03:41.0 +0200
@@ -23,7 +23,7 @@
 License:GPLv2+
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
-Version:4.12.2
+Version:4.12.3
 Release:1
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro

++ sip-4.12.2.tar.bz2 -> sip-4.12.3.tar.bz2 ++
 24897 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sip for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory
checked in at Wed May 18 12:11:04 CEST 2011.




--- python-sip/python-sip.changes   2011-01-25 11:56:50.0 +0100
+++ /mounts/work_src_done/STABLE/python-sip/python-sip.changes  2011-05-02 
18:56:25.0 +0200
@@ -1,0 +2,9 @@
+Mon May  2 18:22:42 CEST 2011 - dmuel...@suse.de
+
+- update to 4.12.2:
+ * /KeepReference/ is now supported as a function annotation.
+ * Handwritten code in class templates no longer have the types 
+   substituted in lines that appear to contain C preprocessor directives.
+ * Added support for global inplace numeric operators.
+
+---

calling whatdependson for head-i586


Old:

  sip-4.12.1.tar.bz2

New:

  sip-4.12.2.tar.bz2



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.Kzc7AG/_old  2011-05-18 12:10:47.0 +0200
+++ /var/tmp/diff_new_pack.Kzc7AG/_new  2011-05-18 12:10:47.0 +0200
@@ -23,7 +23,7 @@
 License:GPLv2+
 Group:  Development/Libraries/Python
 Summary:SIP tool to use python sip bindings
-Version:4.12.1
+Version:4.12.2
 Release:1
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro

++ sip-4.12.1.tar.bz2 -> sip-4.12.2.tar.bz2 ++
 27305 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org