From 2ac96b7b4d874544b1203888f545061a3cc17ab3304cba7f2e236f9d3f98cac5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Jan 2015 15:01:05 +0000 Subject: [PATCH] Accepting request 281002 from devel:libraries:c_c++ - Tag baselibs.conf as source. - fix typos in ChangeLog OBS-URL: https://build.opensuse.org/request/show/281002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=21 --- baselibs.conf | 24 ++++++++++++------------ hdf5-1.8.13.tar.bz2 | 3 --- hdf5-1.8.14.tar.bz2 | 3 +++ hdf5.changes | 20 ++++++++++++++++++-- hdf5.spec | 7 ++++--- 5 files changed, 37 insertions(+), 20 deletions(-) delete mode 100644 hdf5-1.8.13.tar.bz2 create mode 100644 hdf5-1.8.14.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf index d223800..1878da7 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,18 +1,18 @@ -libhdf5-8 +libhdf5-9 hdf5-devel requires - - requires "libhdf5-8- = " - requires "libhdf5_hl8- = " -libhdf5-8-openmpi + requires "libhdf5-9- = " + requires "libhdf5_hl9- = " +libhdf5-9-openmpi hdf5-openmpi-devel requires -openmpi- - requires "libhdf5-8-openmpi- = " - requires "libhdf5_hl8-openmpi- = " -libhdf5-8-mvapich2 -libhdf5_hl8 -libhdf5_hl8-mvapich2 -libhdf5_hl8-openmpi + requires "libhdf5-9-openmpi- = " + requires "libhdf5_hl9-openmpi- = " +libhdf5-9-mvapich2 +libhdf5_hl9 +libhdf5_hl9-mvapich2 +libhdf5_hl9-openmpi hdf5-mvapich2-devel requires -openmpi- - requires "libhdf5-8-mvapich2- = " - requires "libhdf5_hl8-mvapich2- = " + requires "libhdf5-9-mvapich2- = " + requires "libhdf5_hl9-mvapich2- = " diff --git a/hdf5-1.8.13.tar.bz2 b/hdf5-1.8.13.tar.bz2 deleted file mode 100644 index e6b540c..0000000 --- a/hdf5-1.8.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2f5a412107aba6f99fd7a4a9db6ce5f5fc8171ec931472784e5839d26aa17ef -size 9496378 diff --git a/hdf5-1.8.14.tar.bz2 b/hdf5-1.8.14.tar.bz2 new file mode 100644 index 0000000..0e5576c --- /dev/null +++ b/hdf5-1.8.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab +size 9503743 diff --git a/hdf5.changes b/hdf5.changes index f91bffa..7b095a3 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,7 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 13 11:07:12 CET 2015 - pth@suse.de + +- Tag baselibs.conf as source. + +------------------------------------------------------------------- +Fri Jan 9 12:45:39 UTC 2015 - sweet_f_a@gmx.de + +- fix typos in ChangeLog + +------------------------------------------------------------------- +Wed Nov 19 10:52:32 UTC 2014 - pgajdos@suse.com + +- updated to 1.8.14: + * bugfix release, see RELEASE.txt + ------------------------------------------------------------------- Mon Jun 23 11:57:36 UTC 2014 - pgajdos@suse.com -- updated to 1.8.3: +- updated to 1.8.13: - Added an H5free_memory API call. This should be used to free memory that has been allocated by HDF5 API calls. H5Tget_member_name and H5Pget_class_name are two examples. The main motivation for this call @@ -39,7 +55,7 @@ Sun Jan 5 03:59:20 UTC 2014 - matz@suse.de ------------------------------------------------------------------- Tue Nov 26 14:27:16 UTC 2013 - pgajdos@suse.com -- update to 1.8.2: +- update to 1.8.12: - Added a configuration option to change the default plugin path. The configure option is --with-default-plugindir=location. The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location. diff --git a/hdf5.spec b/hdf5.spec index 89cb711..a5564eb 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -1,7 +1,7 @@ # # spec file for package hdf5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define hdf5_libver 8 +%define hdf5_libver 9 %define libname libhdf5 %if 0%{?sles_version} @@ -29,13 +29,14 @@ %define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2} Name: hdf5 -Version: 1.8.13 +Version: 1.8.14 Release: 0 Summary: A general purpose library and file format for storing scientific data License: BSD-3-Clause Group: Development/Libraries/Other Url: http://www.hdfgroup.org/HDF5/ Source0: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%{version}/src/hdf5-%{version}.tar.bz2 +Source1: baselibs.conf Patch0: hdf5-LD_LIBRARY_PATH.patch Patch1: hdf5-non_void_return.patch # not really needed but we want to get noticed if hdf5 doesn' t know our host