Hello community, here is the log from the commit of package hdf5 for openSUSE:Factory checked in at 2018-04-11 13:56:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hdf5 (Old) and /work/SRC/openSUSE:Factory/.hdf5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hdf5" Wed Apr 11 13:56:48 2018 rev:44 rq:594566 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes 2018-04-04 11:07:55.226599352 +0200 +++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes 2018-04-11 13:56:52.925885763 +0200 @@ -1,0 +2,7 @@ +Sat Apr 7 22:31:05 UTC 2018 - [email protected] + +- Only build one examples package for all flavors, do not + include dependencies as these would be flavor specific + (bsc#1088547). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hdf5.spec ++++++ --- /var/tmp/diff_new_pack.wVS49C/_old 2018-04-11 13:56:53.949848737 +0200 +++ /var/tmp/diff_new_pack.wVS49C/_new 2018-04-11 13:56:53.953848592 +0200 @@ -412,12 +412,6 @@ %package -n %{pname}-examples Summary: Examples for %{name} Group: Documentation/Other -Requires: %{libname -l _cpp -s %{sonum_CXX}} = %{version} -Requires: %{libname -l _fortran -s %{sonum_F}} = %{version} -Requires: %{libname -l _hl -s %{sonum_HL}} = %{version} -Requires: %{libname -l _hl_cpp -s %{sonum_HL_CXX}} = %{version} -Requires: %{libname -l hl_fortran -s %{sonum_HL_F}} = %{version} -Requires: %{libname -s %{sonum}} = %{version} %description -n %{pname}-examples HDF5 is a data model, library, and file format for storing and @@ -560,11 +554,9 @@ find %{buildroot} -type f -name "*.la" -delete -print -%if %{without mpi} +%if %{without mpi} && %{without hpc} find %{buildroot}%{_datadir}/hdf5_examples -type f \ | grep -v ".sh$" | xargs chmod 644 - - %if %{without hpc} # rpm macro for version checking mkdir -p %{buildroot}%{_sysconfdir}/rpm cat > %{buildroot}%{_sysconfdir}/rpm/macros.hdf5 <<EOF @@ -574,7 +566,6 @@ %_hdf5_sonum %{sonum} %_hdf5_version %{version} EOF - %endif %else # delete examples from parallel builds rm -rf %{buildroot}%{_datadir}/hdf5_examples @@ -675,18 +666,15 @@ %hpc_module_delete_if_default %endif -%if %{without mpi} +%if %{without mpi} && %{without hpc} %files -n %{pname}-examples %defattr(-,root,root) %{_datadir}/hdf5_examples - %if 0%{without hpc} - %files -n %{pname}-devel-data %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/rpm/macros.hdf5 - %endif -%endif # flavor == serial +%endif %files -n %{name} %defattr(-,root,root)
