Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package o2scl for openSUSE:Factory checked in at 2021-05-08 22:07:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/o2scl (Old) and /work/SRC/openSUSE:Factory/.o2scl.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "o2scl" Sat May 8 22:07:44 2021 rev:11 rq:891511 version:0.925 Changes: -------- --- /work/SRC/openSUSE:Factory/o2scl/o2scl.changes 2020-12-29 15:49:12.564366413 +0100 +++ /work/SRC/openSUSE:Factory/.o2scl.new.2988/o2scl.changes 2021-05-08 22:08:54.441355516 +0200 @@ -1,0 +2,7 @@ +Tue May 4 23:50:19 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Add o2scl-boost-math-gamma-header.patch: Include boost header + required for tgamma function. +- Fix an EOL encoding issue. + +------------------------------------------------------------------- New: ---- o2scl-boost-math-gamma-header.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ o2scl.spec ++++++ --- /var/tmp/diff_new_pack.1fwy30/_old 2021-05-08 22:08:55.017353022 +0200 +++ /var/tmp/diff_new_pack.1fwy30/_new 2021-05-08 22:08:55.017353022 +0200 @@ -1,7 +1,7 @@ # # spec file for package o2scl # -# 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 @@ -29,6 +29,8 @@ Patch0: o2scl-disable-slow-hdf-test.patch # PATCH-FIX-UPSTREAM o2scl-exp-overflow.patch gh#awsteiner/o2scl#16 [email protected] -- Fix for overflows from GSL exp.c; patch taken from upstream git commit Patch1: o2scl-exp-overflow.patch +# PATCH-FIX-UPSTREAM o2scl-boost-math-gamma-header.patch [email protected] -- Include boost header required for tgamma function +Patch2: o2scl-boost-math-gamma-header.patch BuildRequires: armadillo-devel BuildRequires: eigen3-devel BuildRequires: fdupes @@ -91,6 +93,7 @@ %prep %autosetup -p1 +sed -Ei "s/\r$//" doc/o2scl/eos/sphinx/build/html/_static/evan.eml %build autoreconf -fvi ++++++ o2scl-boost-math-gamma-header.patch ++++++ Index: o2scl-0.925/src/other/polylog.h =================================================================== --- o2scl-0.925.orig/src/other/polylog.h +++ o2scl-0.925/src/other/polylog.h @@ -35,6 +35,7 @@ #include <fstream> #include <string> #include <cmath> +#include <boost/math/special_functions/gamma.hpp> #include <gsl/gsl_specfunc.h>
