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-06-03 14:17:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old) and /work/SRC/openSUSE:Factory/.LHAPDF.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "LHAPDF" Fri Jun 3 14:17:03 2022 rev:21 rq:980607 version:6.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes 2022-01-17 22:34:57.578280036 +0100 +++ /work/SRC/openSUSE:Factory/.LHAPDF.new.1548/LHAPDF.changes 2022-06-03 14:17:16.537363988 +0200 @@ -1,0 +2,32 @@ +Sun May 29 12:24:56 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 6.5.1: + * Add uncertainty testing to release process. + * Fix typo in PDFSet.cc use of default uncertainty CL in + percent. +- Changes from version 6.5.0: + * Remove distutils dependency from configure, fall back to using + setuptools if possible in Python extension build, and update + Python version detection macros. + * Apply thread locality fixes to caches, active-set management + in LHAGlue, and non-MPI file-IO objects. + * Add PDFSet::uncertainties() methods to compute multiple + observable uncertainties at once. + * Chain the in-place and return by value PDFSet::uncertainty() + methods in the more efficient order. + * Lazily cache the PDFSet error-info struct. + * Add a parser for the extended error-type string format, and + start implementation of the extended uncertainty computation + using it. + * Use the PDFSet::lhapdfID() function by preference to return a + PDF::lhapdfID(), thereby avoiding the index-file lookup if + possible. + * Assemble the PDF-set index from _all_ pdfsets.index files + found in the search paths, with earlier appearances taking + precedence: allows use of partial indices in overload + directories. +- Delete some generated example binaries from the doc pkg. +- Run fdupes to link some documentation files (BuildRequires: + fdupes). + +------------------------------------------------------------------- Old: ---- LHAPDF-6.4.0.tar.gz New: ---- LHAPDF-6.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ LHAPDF.spec ++++++ --- /var/tmp/diff_new_pack.dLnA6L/_old 2022-06-03 14:17:16.997364586 +0200 +++ /var/tmp/diff_new_pack.dLnA6L/_new 2022-06-03 14:17:17.005364597 +0200 @@ -16,11 +16,11 @@ # -%define so_name libLHAPDF-6_4_0 +%define so_name libLHAPDF-6_5_1 %define execname lhapdf Name: LHAPDF -Version: 6.4.0 +Version: 6.5.1 Release: 0 Summary: A library for unified interface to PDF sets License: GPL-3.0-only @@ -31,6 +31,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: doxygen +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libboost_headers-devel BuildRequires: libtool @@ -95,7 +96,7 @@ %build autoreconf -fvi -%{python_expand # Necessary to run %%configure with both py2 and py3 +%{python_expand # Necessary to run configure with both py2 and py3 export PYTHON=%{_bindir}/$python mkdir ../$python cp -pr ./ ../$python @@ -119,6 +120,15 @@ if [ "$python_" = "python3_" -o "%{$python_provides}" = "python3" ]; then mkdir -p %{buildroot}%{_docdir}/%{name} cp -pr doc/doxygen %{buildroot}%{_docdir}/%{name}/ + +# Drop a bunch of execs that report libtool-wrapper-in-package errors via rpmlint +for f in analyticpdf compatibility hessian2replicas reweight testpdf testpdfunc testpdfset +do +rm %{buildroot}%{_docdir}/%{name}/examples/${f} +done + +%fdupes %{buildroot}%{_docdir}/%{name}/ + fi popd } ++++++ LHAPDF-6.4.0.tar.gz -> LHAPDF-6.5.1.tar.gz ++++++ ++++ 18681 lines of diff (skipped)