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.changes 2016-05-23 16:37:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes 2016-07-21 07:41:28.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 4 05:09:07 UTC 2016 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.C61aox/_new 2016-07-21 07:41:29.000000000 +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 [email protected] -- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.C61aox/_new 2016-07-21 07:41:29.000000000 +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 [email protected] -- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.C61aox/_new 2016-07-21 07:41:29.000000000 +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 = []
