Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycxx for openSUSE:Factory checked in at 2021-02-25 18:27:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycxx (Old) and /work/SRC/openSUSE:Factory/.python-pycxx.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycxx" Thu Feb 25 18:27:06 2021 rev:5 rq:874537 version:7.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycxx/python-pycxx.changes 2021-01-21 21:57:16.241855084 +0100 +++ /work/SRC/openSUSE:Factory/.python-pycxx.new.2378/python-pycxx.changes 2021-02-25 18:27:07.698168436 +0100 @@ -1,0 +2,5 @@ +Mon Feb 22 14:51:18 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Drop broken %ifpython3 macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycxx.spec ++++++ --- /var/tmp/diff_new_pack.Be402y/_old 2021-02-25 18:27:08.682169076 +0100 +++ /var/tmp/diff_new_pack.Be402y/_new 2021-02-25 18:27:08.682169076 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pycxx # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -78,10 +78,10 @@ %build %python_build -%ifpython3 -rm -r Doc/Python2 && mv Doc/Python3 Doc/Python -%else +%ifpython2 rm -r Doc/Python3 && mv Doc/Python2 Doc/Python +%else +rm -r Doc/Python2 && mv Doc/Python3 Doc/Python %endif %install