Hello community, here is the log from the commit of package hdf5 for openSUSE:Factory checked in at 2018-11-19 23:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hdf5 (Old) and /work/SRC/openSUSE:Factory/.hdf5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hdf5" Mon Nov 19 23:33:23 2018 rev:49 rq:650136 version:1.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes 2018-11-12 09:45:28.676822862 +0100 +++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes 2018-11-19 23:33:49.155064120 +0100 @@ -0,0 +1,19 @@ +Mon Nov 19 08:52:43 UTC 2018 - [email protected] + +- Replace git-archive generated by downloaded tar-ball. + +------------------------------------------------------------------- +Sat Nov 17 17:21:00 UTC 2018 - [email protected] + +- Update to 1.10.4: + https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.4/src/hdf5-1.10.4-RELEASE.txt + * Update Disable-phdf5-tests.patch + * Replace and update hdf5-buildcompare.patch by + hdf5-Remove-timestamps-from-binaries.patch + +------------------------------------------------------------------- +Fri Nov 16 23:09:01 UTC 2018 - [email protected] + +- Remove lib*_cpp and lib*_hl_cpp dependencies for MPI for the time + being. + Old: ---- hdf5-1.10.3.tar.bz2 hdf5-buildcompare.patch New: ---- hdf5-1.10.4.tar.bz2 hdf5-Remove-timestamps-from-binaries.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hdf5.spec ++++++ --- /var/tmp/diff_new_pack.eVk2cy/_old 2018-11-19 23:33:51.887060964 +0100 +++ /var/tmp/diff_new_pack.eVk2cy/_new 2018-11-19 23:33:51.891060959 +0100 @@ -28,8 +28,8 @@ %define _do_check 1 %define use_sz2 0 -%define vers 1.10.3 -%define _vers 1_10_3 +%define vers 1.10.4 +%define _vers 1_10_4 %define short_ver 1.10 %define src_ver %{version} %define pname hdf5 @@ -217,7 +217,7 @@ Patch4: hdf5-1.8.10-tests-arm.patch %endif Patch5: PPC64LE-Fix-long-double-handling.patch -Patch6: hdf5-buildcompare.patch +Patch6: hdf5-Remove-timestamps-from-binaries.patch Patch7: hdf5-mpi.patch Patch8: Disable-phdf5-tests.patch Patch9: 0001-Fix-return-value-in-test_libver_bounds_open.patch @@ -241,9 +241,11 @@ Requires: lib%{pname}hl_fortran%{sonum_HL_F} = %{version} %else # hpc %hpc_requires -Requires: %{libname -l _cpp} Requires: %{libname -l _fortran} +%if %{without mpi} +Requires: %{libname -l _cpp} Requires: %{libname -l _hl_cpp} +%endif Requires: %{libname -l _hl} Requires: %{libname -l hl_fortran} Requires: %{libname} ++++++ Disable-phdf5-tests.patch ++++++ --- /var/tmp/diff_new_pack.eVk2cy/_old 2018-11-19 23:33:51.915060931 +0100 +++ /var/tmp/diff_new_pack.eVk2cy/_new 2018-11-19 23:33:51.915060931 +0100 @@ -1,18 +1,18 @@ From: Egbert Eich <[email protected]> -Date: Tue Nov 7 16:06:07 2017 +0100 -Subject: [PATCH]- Disable phdf5 tests. -Git-commit: 8b3e39a25d72b9dad5a5b13fb313226abf294069 +Date: Sat Nov 17 20:11:13 2018 +0100 +Subject: Disable phdf5 tests +Patch-mainline: never +Git-commit: 16d758d17d9c49ab9e34d510675929b9ccc8be5a References: -Signed-off-by: Egbert Eich <[email protected]> +Signed-off-by: Egbert Eich <[email protected]> +Signed-off-by: Egbert Eich <[email protected]> --- testpar/CMakeTests.cmake | 2 +- testpar/Makefile.am | 2 +- - testpar/Makefile.in | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake -index 6e2b05e..75a65ab 100644 +index 87470f3..ce2f2e4 100644 --- a/testpar/CMakeTests.cmake +++ b/testpar/CMakeTests.cmake @@ -16,7 +16,7 @@ @@ -20,12 +20,12 @@ ############################################################################## -add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS}) -+## add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS}) ++##add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS}) foreach (testp ${H5P_TESTS}) add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:${testp}> ${MPIEXEC_POSTFLAGS}) diff --git a/testpar/Makefile.am b/testpar/Makefile.am -index b87c1df..27af0df 100644 +index 7262ca6..e9c8c4a 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -23,7 +23,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test @@ -37,16 +37,3 @@ check_PROGRAMS = $(TEST_PROG_PARA) -diff --git a/testpar/Makefile.in b/testpar/Makefile.in -index ed26624..2f4bbe2 100644 ---- a/testpar/Makefile.in -+++ b/testpar/Makefile.in -@@ -799,7 +799,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 MPItest.h5 \ - - # Test programs. These are our main targets. - # --TEST_PROG_PARA = t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel -+TEST_PROG_PARA = t_mpi t_bigio t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel - testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_file_image.c t_mdset.c \ - t_ph5basic.c t_coll_chunk.c t_span_tree.c t_chunk_alloc.c t_filter_read.c \ - t_prop.c ++++++ hdf5-1.10.3.tar.bz2 -> hdf5-1.10.4.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/hdf5/hdf5-1.10.3.tar.bz2 /work/SRC/openSUSE:Factory/.hdf5.new/hdf5-1.10.4.tar.bz2 differ: char 11, line 1 ++++++ hdf5-Remove-timestamps-from-binaries.patch ++++++ From: Egbert Eich <[email protected]> Date: Sat Nov 17 18:15:13 2018 +0100 Subject: hdf5: Remove timestamps from binaries Patch-mainline: never Git-commit: 3b88045491c0b43f385edce47e3aae07660cd9f3 References: Signed-off-by: Egbert Eich <[email protected]> Signed-off-by: Egbert Eich <[email protected]> --- src/H5detect.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/H5detect.c b/src/H5detect.c index 4424009..f49774c 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -1245,21 +1245,6 @@ bit.\n"; fprintf(rawoutstream, "/* Generated automatically by H5detect -- do not edit */\n\n\n"); HDfputs(FileHeader, rawoutstream); /*the copyright notice--see top of this file */ - fprintf(rawoutstream, " *\n * Created:\t\t%s %2d, %4d\n", - month_name[tm->tm_mon], tm->tm_mday, 1900 + tm->tm_year); - if(pwd || real_name[0] || host_name[0]) { - fprintf(rawoutstream, " *\t\t\t"); - if(real_name[0]) - fprintf(rawoutstream, "%s <", real_name); -#ifdef H5_HAVE_GETPWUID - if(pwd) HDfputs(pwd->pw_name, rawoutstream); -#endif - if(host_name[0]) - fprintf(rawoutstream, "@%s", host_name); - if(real_name[0]) - fprintf(rawoutstream, ">"); - HDfputc('\n', rawoutstream); - } fprintf(rawoutstream, " *\n * Purpose:\t\t"); for(s = purpose; *s; s++) { HDfputc(*s, rawoutstream);
