Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package o2scl for openSUSE:Factory checked 
in at 2022-01-20 00:12:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/o2scl (Old)
 and      /work/SRC/openSUSE:Factory/.o2scl.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "o2scl"

Thu Jan 20 00:12:17 2022 rev:13 rq:947357 version:0.926

Changes:
--------
--- /work/SRC/openSUSE:Factory/o2scl/o2scl.changes      2021-06-12 
20:10:45.849211998 +0200
+++ /work/SRC/openSUSE:Factory/.o2scl.new.1892/o2scl.changes    2022-01-20 
00:13:09.326618931 +0100
@@ -1,0 +2,15 @@
+Sun Jan 16 19:13:32 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 0.926:
+  * Long list of changes, see
+    <https://github.com/awsteiner/o2scl/releases/tag/v0.926>.
+- Drop patches incorporated upstream:
+  * o2scl-cpp17-legendre-conflict.patch
+  * o2scl-boost-math-gamma-header.patch
+  * o2scl-exp-overflow.patch
+- Add o2scl-disable-test-without-destdir-support.patch: Disable
+  tests that use data files installed to datadir but does not
+  support DESTDIR and therefore cannot be run in a buildroot env.
+- Minor specfile cleanups.
+
+-------------------------------------------------------------------

Old:
----
  o2scl-0.925.tar.gz
  o2scl-boost-math-gamma-header.patch
  o2scl-cpp17-legendre-conflict.patch
  o2scl-exp-overflow.patch

New:
----
  o2scl-0.926.tar.gz
  o2scl-disable-test-without-destdir-support.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ o2scl.spec ++++++
--- /var/tmp/diff_new_pack.zfSKQp/_old  2022-01-20 00:13:09.894619389 +0100
+++ /var/tmp/diff_new_pack.zfSKQp/_new  2022-01-20 00:13:09.898619392 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package o2scl
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define shlib lib%{name}0
 Name:           o2scl
-Version:        0.925
+Version:        0.926
 Release:        0
 Summary:        Object-oriented Scientific Computing Library
 License:        GPL-3.0-only
@@ -27,12 +27,8 @@
 Source:         
https://github.com/awsteiner/o2scl/releases/download/v%{version}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE o2scl-disable-slow-hdf-test.patch 
badshah...@gmail.com -- Disable an hdf5 test that takes too long causing OBS 
workers to time out and build to fail
 Patch0:         o2scl-disable-slow-hdf-test.patch
-# PATCH-FIX-UPSTREAM o2scl-exp-overflow.patch gh#awsteiner/o2scl#16 
badshah...@gmail.com -- 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 badshah...@gmail.com 
-- Include boost header required for tgamma function
-Patch2:         o2scl-boost-math-gamma-header.patch
-# PATCH-FIX-UPSTREAM o2scl-cpp17-legendre-conflict.patch gh#awsteiner/o2scl#17 
badshah...@gmail.com -- Rename function legendre() to legendrex() to avoid 
conflict with std::legendre() in c++17 (default in GCC 11)
-Patch3:         o2scl-cpp17-legendre-conflict.patch
+# PATCH-FEATURE-OPENSUSE o2scl-disable-test-without-destdir-support.patch 
badshah...@gmail.com -- Disable tests that use data files installed to datadir 
but does not support DESTDIR and therefore cannot be run in a buildroot env
+Patch1:         o2scl-disable-test-without-destdir-support.patch
 BuildRequires:  armadillo-devel
 BuildRequires:  eigen3-devel
 BuildRequires:  fdupes
@@ -95,7 +91,6 @@
 
 %prep
 %autosetup -p1
-sed -Ei "s/\r$//" doc/o2scl/eos/sphinx/build/html/_static/evan.eml
 
 %build
 autoreconf -fvi
@@ -108,7 +103,7 @@
   --enable-eigen \
   --disable-static
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -129,7 +124,7 @@
 # Tests fail on i586/arm*/aarch64/ppc* due to tolerances in the test codes 
being set too low. Enable only for x86_64 until fixed
 %ifarch x86_64
 %check
-make %{?_smp_mflags} check
+%make_build check
 %endif
 
 %post -n %{shlib} -p /sbin/ldconfig
@@ -141,10 +136,12 @@
 %files devel
 %doc AUTHORS ChangeLog README NEWS
 %license COPYING
-%{_libdir}/*.so
-%{_includedir}/o2scl/
 %{_bindir}/acol
+%{_bindir}/ame_parse
+%{_bindir}/yanic
 %{_datadir}/%{name}/
+%{_libdir}/*.so
+%{_includedir}/o2scl/
 
 %files doc
 %doc %{_docdir}/%{name}/

++++++ o2scl-0.925.tar.gz -> o2scl-0.926.tar.gz ++++++
/work/SRC/openSUSE:Factory/o2scl/o2scl-0.925.tar.gz 
/work/SRC/openSUSE:Factory/.o2scl.new.1892/o2scl-0.926.tar.gz differ: char 5, 
line 1

++++++ o2scl-disable-slow-hdf-test.patch ++++++
--- /var/tmp/diff_new_pack.zfSKQp/_old  2022-01-20 00:13:09.934619421 +0100
+++ /var/tmp/diff_new_pack.zfSKQp/_new  2022-01-20 00:13:09.938619425 +0100
@@ -1,10 +1,10 @@
-Index: o2scl-0.925/src/hdf/Makefile.am
+Index: o2scl-0.926/src/hdf/Makefile.am
 ===================================================================
---- o2scl-0.925.orig/src/hdf/Makefile.am
-+++ o2scl-0.925/src/hdf/Makefile.am
+--- o2scl-0.926.orig/src/hdf/Makefile.am
++++ o2scl-0.926/src/hdf/Makefile.am
 @@ -8,7 +8,7 @@ HDF_SRCS = hdf_file.cpp hdf_io.cpp cloud
        acolm_o2graph.cpp acolm_df.cpp acolm_gi.cpp acolm_jo.cpp \
-       acolm_ps.cpp acolm_tz.cpp
+       acolm_ps.cpp acolm_tz.cpp hdf_python.cpp
  
 -TEST_VAR = hdf_file.scr hdf_io.scr
 +TEST_VAR = hdf_file.scr

++++++ o2scl-disable-test-without-destdir-support.patch ++++++
Index: o2scl-0.926/src/nuclei/Makefile.am
===================================================================
--- o2scl-0.926.orig/src/nuclei/Makefile.am
+++ o2scl-0.926/src/nuclei/Makefile.am
@@ -20,7 +20,7 @@ HEADER_VAR = nucmass.h nucdist.h nucleus
        nucmass_densmat.h nucmass_gen.h nuclei_python.h
 
 TEST_VAR = nucmass.scr nucdist.scr nucleus.scr nucmass_fit.scr \
-       reaction_lib.scr hdf_nucmass_io.scr nucmass_frdm.scr \
+       reaction_lib.scr hdf_nucmass_io.scr \
        nucmass_dz.scr nucmass_densmat.scr nucmass_gen.scr nucmass_ame.scr
 
 else
@@ -121,7 +121,7 @@ pkginclude_HEADERS = $(HEADER_VAR)
 # ------------------------------------------------------------
 
 check_PROGRAMS = nucmass_ts nucdist_ts nucleus_ts \
-       nucmass_fit_ts reaction_lib_ts hdf_nucmass_io_ts nucmass_frdm_ts \
+       nucmass_fit_ts reaction_lib_ts hdf_nucmass_io_ts \
        nucmass_dz_ts nucmass_densmat_ts nucmass_gen_ts nucmass_ame_ts
 
 check_SCRIPTS = o2scl-test
Index: o2scl-0.926/src/eos/Makefile.am
===================================================================
--- o2scl-0.926.orig/src/eos/Makefile.am
+++ o2scl-0.926/src/eos/Makefile.am
@@ -38,7 +38,7 @@ TEST_VAR = eos_had_apr.scr eos_quark_bag
        eos_crust.scr eos_had_ddc.scr eos_had_base.scr nucleus_rmf.scr \
        eos_crust_virial.scr eos_had_gogny.scr tov_solve.scr \
        eos_quark_cfl6.scr eos_quark_cfl.scr nucmass_ldrop_shell.scr \
-       eos_nse_full.scr nstar_rot.scr tov_love.scr \
+       eos_nse_full.scr nstar_rot.scr \
        eos_had_rmf_hyp.scr
 
 else
@@ -164,7 +164,7 @@ check_PROGRAMS = eos_had_apr_ts eos_quar
        eos_had_rmf_delta_ts eos_crust_ts eos_had_ddc_ts eos_quark_cfl_ts \
        nucleus_rmf_ts eos_nse_full_ts \
        nucmass_ldrop_shell_ts eos_had_gogny_ts eos_crust_virial_ts \
-       nstar_rot_ts tov_love_ts eos_cs2_poly_ts eos_had_rmf_hyp_ts
+       nstar_rot_ts eos_cs2_poly_ts eos_had_rmf_hyp_ts
 
 check_SCRIPTS = o2scl-test
 

Reply via email to