Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package LHAPDF for openSUSE:Factory checked in at 2022-01-17 22:34:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old) and /work/SRC/openSUSE:Factory/.LHAPDF.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "LHAPDF" Mon Jan 17 22:34:11 2022 rev:20 rq:946913 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes 2021-10-23 00:52:37.253164936 +0200 +++ /work/SRC/openSUSE:Factory/.LHAPDF.new.1892/LHAPDF.changes 2022-01-17 22:34:57.578280036 +0100 @@ -1,0 +2,7 @@ +Sat Jan 15 15:46:28 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Delete cython generated cpp file so it can be regenerated by the + right flavour of Cython. +- Add BuildRequires: python-Cython, needed for above. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ LHAPDF.spec ++++++ --- /var/tmp/diff_new_pack.lWkCPm/_old 2022-01-17 22:34:58.042280344 +0100 +++ /var/tmp/diff_new_pack.lWkCPm/_new 2022-01-17 22:34:58.050280349 +0100 @@ -1,7 +1,7 @@ # # spec file for package LHAPDF # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ URL: https://lhapdf.hepforge.org/ Source: http://www.hepforge.org/archive/lhapdf/%{name}-%{version}.tar.gz Patch1: sover.diff +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: doxygen @@ -99,6 +100,8 @@ mkdir ../$python cp -pr ./ ../$python pushd ../$python +# Remove lhapdf.cpp so it can be regenerated by the right Cython flavour +rm wrappers/python/lhapdf.cpp %configure --disable-static --docdir=%{_docdir}/%{name}/ %make_build # Build doc only for one flavour, viz., which provides the default python3