Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dealii for openSUSE:Factory checked 
in at 2021-06-15 16:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dealii (Old)
 and      /work/SRC/openSUSE:Factory/.dealii.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dealii"

Tue Jun 15 16:38:12 2021 rev:6 rq:899960 version:9.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dealii/dealii.changes    2021-04-12 
12:40:06.461560604 +0200
+++ /work/SRC/openSUSE:Factory/.dealii.new.32437/dealii.changes 2021-06-15 
16:38:51.673851875 +0200
@@ -1,0 +2,20 @@
+Tue Jun  8 23:10:57 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Update to version 9.3.0:
+  * Eleven new tutorial programs: Steps 19, 66, 68, 71, 72, 74,
+    75, 76, 77, 78, 79 demonstrating solving a variety of
+    equations and illustrating functionality in deal.II.
+  * Experimental support for simplex and mixed meshes.
+  * Improved flexibility of the particle infrastructure.
+  * Support for global-coarsening multigrid algorithms.
+  * Advances in the matrix-free infrastructure.
+  * For full list of changes, see:
+    
https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_2_0_and_9_3_0.html
+- Drop upstreamed patches:
+  * dealii-boost-1_75.patch
+  * dealii-build-with-muparser-2.3.2.patch.
+- Adjust _constraints for slightly increased disk space and
+  memory.
+- Add openmpi4 as multibuild flavour.
+
+-------------------------------------------------------------------

Old:
----
  dealii-9.2.0.tar.gz
  dealii-boost-1_75.patch
  dealii-build-with-muparser-2.3.2.patch

New:
----
  dealii-9.3.0.tar.gz

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

Other differences:
------------------
++++++ dealii.spec ++++++
--- /var/tmp/diff_new_pack.PETBGX/_old  2021-06-15 16:38:52.213852809 +0200
+++ /var/tmp/diff_new_pack.PETBGX/_new  2021-06-15 16:38:52.217852817 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dealii
 #
-# 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
@@ -19,7 +19,7 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define __builder ninja
-%define sover 9.2.0
+%define sover 9.3.0
 %define shlibver %(echo %{sover} | tr "." "_")
 %define srcname dealii
 
@@ -43,6 +43,11 @@
 %define mpi_vers 3
 %endif
 
+%if "%{flavor}" == "openmpi4"
+%global mpi_flavor openmpi
+%define mpi_vers 4
+%endif
+
 %{?mpi_flavor:%{bcond_without mpi}}%{!?mpi_flavor:%{bcond_with mpi}}
 %{?with_mpi:%{!?mpi_flavor:error "No MPI family specified!"}}
 
@@ -79,16 +84,12 @@
 %endif
 
 Name:           %{pname}
-Version:        9.2.0
+Version:        9.3.0
 Release:        0
 Summary:        A Finite Element Differential Equations Analysis Library
 License:        LGPL-2.1-or-later
 URL:            https://www.dealii.org/
 Source0:        
https://github.com/dealii/dealii/releases/download/v%{version}/%{srcname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM dealii-build-with-muparser-2.3.2.patch 
gh#dealii/dealii#10548 [email protected] -- Fix muparser 2.3.2 version 
detection
-Patch0:         dealii-build-with-muparser-2.3.2.patch
-# PATCH-FIX-UPSTREAM dealii-boost-1_75.patch gh#dealii/dealii#11379 
[email protected] Fix build with boost 1.75; patch taken from upstream git
-Patch1:         dealii-boost-1_75.patch
 # NOTE: serial arpack-ng even if parpack is available (see 
gh#dealii/dealii#10197)
 BuildRequires:  arpack-ng-devel
 BuildRequires:  blas-devel
@@ -222,7 +223,7 @@
 
 %files -n deal_II%{?my_suffix}-devel
 %license LICENSE.md
-%doc AUTHORS README.md CONTRIBUTING.md
+%doc AUTHORS.md README.md CONTRIBUTING.md
 %doc %{_docdir}/%{name}
 %{my_incdir}/deal.II/
 %{my_libdir}/*.so

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.PETBGX/_old  2021-06-15 16:38:52.245852865 +0200
+++ /var/tmp/diff_new_pack.PETBGX/_new  2021-06-15 16:38:52.249852872 +0200
@@ -1,10 +1,10 @@
 <constraints>
   <hardware>
     <disk>
-      <size unit="G">10</size>
+      <size unit="G">12</size>
     </disk>
     <physicalmemory>
-      <size unit="G">8</size>
+      <size unit="G">9</size>
     </physicalmemory>
   </hardware>
   <overwrite>

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.PETBGX/_old  2021-06-15 16:38:52.265852900 +0200
+++ /var/tmp/diff_new_pack.PETBGX/_new  2021-06-15 16:38:52.269852906 +0200
@@ -1,4 +1,5 @@
 <multibuild>
   <package>openmpi2</package>
   <package>openmpi3</package>
+  <package>openmpi4</package>
 </multibuild>

++++++ dealii-9.2.0.tar.gz -> dealii-9.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/dealii/dealii-9.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.dealii.new.32437/dealii-9.3.0.tar.gz differ: char 
4, line 1

Reply via email to