Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dealii for openSUSE:Factory checked in at 2024-11-14 16:10:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dealii (Old) and /work/SRC/openSUSE:Factory/.dealii.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dealii" Thu Nov 14 16:10:26 2024 rev:8 rq:1224178 version:9.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dealii/dealii.changes 2023-10-26 17:16:08.092049994 +0200 +++ /work/SRC/openSUSE:Factory/.dealii.new.2017/dealii.changes 2024-11-14 16:11:30.261795289 +0100 @@ -1,0 +2,27 @@ +Wed Nov 13 20:15:55 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 9.6.0: + * Numerous changes, see + <https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_5_2_and_9_6_0.html> +- Use BuildRequires: muparser-devel instead of pkgconfig(muparser) + to break degeneracy caused by the fake pkgconfig provides of + muparser-32bit-devel (see gh#openSUSE/obs-build#1002). +- Require GCC-9 for Leap 15.6 or lower as enforced by upstream. + +------------------------------------------------------------------- +Fri Feb 2 16:50:04 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 9.5.2: + * Allow compilation with PETSc but without MPI + (gh#dealii/dealii#15788). + * Fix compiling with PETSc with complex scalar type + (gh#dealii/dealii#15856). + * base/mpi.h: also instantiate for signed long long int + (gh#dealii/dealii#16540). + * CMake: fix compilation with bundled boost and modern clang + (gh#dealii/dealii#16541). + * DofTools: add missing codimension-one instantiation + (gh#dealii/dealii#16539). +- Enable openmpi5 flavours. + +------------------------------------------------------------------- Old: ---- dealii-9.5.1.tar.gz New: ---- dealii-9.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dealii.spec ++++++ --- /var/tmp/diff_new_pack.MxM6xr/_old 2024-11-14 16:11:32.453886980 +0100 +++ /var/tmp/diff_new_pack.MxM6xr/_new 2024-11-14 16:11:32.469887649 +0100 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package dealii # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %define __builder ninja -%define sover 9.5.1 +%define sover 9.6.0 %define shlibver %(echo %{sover} | tr "." "_") %define srcname dealii @@ -32,6 +32,10 @@ %bcond_without doc %endif +%if 0%{?suse_version} < 1650 +%define gcc_ver 9 +%endif + # SECTION MPI DEFINITIONS %if "%{flavor}" == "openmpi4" %global mpi_flavor openmpi @@ -79,7 +83,7 @@ %endif Name: %{pname} -Version: 9.5.1 +Version: 9.6.0 Release: 0 Summary: A Finite Element Differential Equations Analysis Library License: LGPL-2.1-or-later @@ -89,8 +93,8 @@ BuildRequires: arpack-ng-devel BuildRequires: blas-devel BuildRequires: cmake -BuildRequires: gcc-c++ -BuildRequires: gcc-fortran +BuildRequires: gcc%{?gcc_ver}-c++ +BuildRequires: gcc%{?gcc_ver}-fortran BuildRequires: gmsh BuildRequires: gmsh-devel BuildRequires: hdf5%{?my_suffix}-devel @@ -103,6 +107,7 @@ BuildRequires: libnetcdf_c++-devel BuildRequires: memory-constraints BuildRequires: metis-devel +BuildRequires: muparser-devel BuildRequires: netcdf-devel BuildRequires: ninja BuildRequires: perl @@ -112,7 +117,6 @@ BuildRequires: tbb-devel BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(gsl) -BuildRequires: pkgconfig(muparser) BuildRequires: pkgconfig(zlib) %if %{with doc} BuildRequires: doxygen @@ -168,8 +172,8 @@ export CC=mpicc export CXX=mpicxx %else -export CC=gcc -export CXX=g++ +export CC=gcc%{?gcc_ver:-%{gcc_ver}} +export CXX=g++%{?gcc_ver:-%{gcc_ver}} %endif export CFLAGS="%{optflags}" ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.MxM6xr/_old 2024-11-14 16:11:32.713897855 +0100 +++ /var/tmp/diff_new_pack.MxM6xr/_new 2024-11-14 16:11:32.757899696 +0100 @@ -1,4 +1,5 @@ <multibuild> <package>openmpi4</package> + <package>openmpi5</package> </multibuild> ++++++ dealii-9.5.1.tar.gz -> dealii-9.6.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/dealii/dealii-9.5.1.tar.gz /work/SRC/openSUSE:Factory/.dealii.new.2017/dealii-9.6.0.tar.gz differ: char 13, line 1