Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lscsoft-glue for openSUSE:Factory checked in at 2021-02-15 23:19:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lscsoft-glue (Old) and /work/SRC/openSUSE:Factory/.lscsoft-glue.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lscsoft-glue" Mon Feb 15 23:19:31 2021 rev:4 rq:872366 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lscsoft-glue/lscsoft-glue.changes 2021-01-21 21:54:17.409768779 +0100 +++ /work/SRC/openSUSE:Factory/.lscsoft-glue.new.28504/lscsoft-glue.changes 2021-02-15 23:21:29.475860992 +0100 @@ -1,0 +2,17 @@ +Mon Feb 15 10:55:31 UTC 2021 - Ben Greiner <[email protected]> + +- Revert the Obsoletes/Provides removal of python-glue. + +------------------------------------------------------------------- +Fri Feb 12 22:02:05 UTC 2021 - Ben Greiner <[email protected]> + +- Skip python36 build. Due to NEP 29, numpy, matplotlib and co. + do not have a python36 flavored package in TW + +------------------------------------------------------------------- +Thu Jan 21 21:03:04 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Fix Obsoletes/Provides for python-glue to fix problems with + python multi-versioning. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lscsoft-glue.spec ++++++ --- /var/tmp/diff_new_pack.TyOaYm/_old 2021-02-15 23:21:29.951861703 +0100 +++ /var/tmp/diff_new_pack.TyOaYm/_new 2021-02-15 23:21:29.955861709 +0100 @@ -27,6 +27,9 @@ %define psuffix %{nil} %endif +# NEP 29: numpy, matplotlib do not have a python36 flavor package in TW +%define skip_python36 1 + %define ligocommands ligolw_print_tables dmtdq_seg_insert ldbdc ldbdd ldg_submit_dax \ ligolw_cbc_glitch_page ligolw_combine_segments ligolw_diff ligolw_dq_active ligolw_dq_active_cats \ ligolw_dq_grapher ligolw_dq_query ligolw_geo_fr_to_dq ligolw_inspiral2mon \ @@ -48,8 +51,11 @@ BuildRequires: python-rpm-macros Requires: python-ligo-segments Requires: python-numpy -Provides: python-glue = %{version} -Obsoletes: python-glue < %{version} +Provides: python-glue = %{version}-%{release} +Obsoletes: python-glue < %{version}-%{release} +%define oldpython python +Provides: %{oldpython}-glue = %{version}-%{release} +Obsoletes: %{oldpython}-glue < %{version}-%{release} %if %{with test} BuildRequires: %{python_module lal} BuildRequires: %{python_module ligo-segments}
