Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2019-02-01 11:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdf5 (Old)
 and      /work/SRC/openSUSE:Factory/.hdf5.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdf5"

Fri Feb  1 11:46:04 2019 rev:54 rq:670067 version:1.10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes        2019-01-15 
09:18:44.886102797 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new.28833/hdf5.changes     2019-02-01 
11:46:08.068510024 +0100
@@ -1,0 +2,8 @@
+Fri Jan 25 19:14:31 UTC 2019 - [email protected]
+
+- Remove dependency to the hdf5-devel-data file for HPC:
+  Currently, there are no macro files for HPC - these files
+  will have to be handled differently.
+- Re-disable all non-HPC builds for SLE.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hdf5.spec ++++++
--- /var/tmp/diff_new_pack.YHcbrA/_old  2019-02-01 11:46:09.108508956 +0100
+++ /var/tmp/diff_new_pack.YHcbrA/_new  2019-02-01 11:46:09.108508956 +0100
@@ -12,15 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %if 0%{?is_opensuse} || 0%{?is_backports}
+%undefine DisOMPI1
+%undefine DisOMPI2
 %undefine DisOMPI3
 %else
+%define DisOMPI1 ExclusiveArch:  do_not_build
+%undefine DisOMPI2
 %define DisOMPI3 ExclusiveArch:  do_not_build
 %endif
 
@@ -48,16 +52,19 @@
 %endif
 
 %if "%{flavor}" == "openmpi"
+%{?DisOMPI1}
 %global mpi_flavor %{flavor}
 %bcond_with hpc
 %endif
 
 %if "%{flavor}" == "openmpi2"
+%{?DisOMPI2}
 %global mpi_flavor %{flavor}
 %bcond_with hpc
 %endif
 
 %if "%{flavor}" == "openmpi3"
+%{?DisOMPI3}
 %global mpi_flavor %{flavor}
 %bcond_with hpc
 %endif
@@ -154,7 +161,7 @@
 %endif
 
 # Don't build non-HPC on SLE
-%if !0%{?is_opensuse} && !0%{?with_hpc:1} && "%{flavor}" != "serial"
+%if !0%{?is_opensuse} && !0%{?with_hpc:1}
 ExclusiveArch:  do_not_build
 %endif
 
@@ -397,7 +404,7 @@
 Requires:       %{libname -l _cpp -s %{sonum_CXX}} = %{version}
 Requires:       %{libname -l _hl_cpp -s %{sonum_HL_CXX}} = %{version}
 Requires:       %{name} = %{version}
-Requires:       %{pname}-devel-data = %{version}
+%{!?with_hpc:Requires:       %{pname}-devel-data = %{version}}
 %if 0%{?use_sz2}
 Requires:       libsz2-devel
 %endif


Reply via email to