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.changes 2017-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 - [email protected] + +- 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 - [email protected] + +- Use pkgconfig to find the correct lib to link for python3. +- Properly define py3_incdir. + +------------------------------------------------------------------- +Thu Feb 16 18:48:11 UTC 2017 - [email protected] + +- 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)
