From 86d0ada72a4fa49def490b345b68899664ce3aa5 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 10 May 2022 17:21:13 +0800 Subject: [PATCH] License compliance rectification --- hdf5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index 470fcc7..dde5685 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -9,9 +9,9 @@ Name: hdf5 Version: 1.8.20 -Release: 14 +Release: 15 Summary: A data model, library, and file format for storing and managing data -License: GPL +License: GPL-2.0-or-later URL: https://portal.hdfgroup.org/display/HDF5/HDF5 Source0: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.20/src/hdf5-1.8.20.tar.bz2 @@ -365,6 +365,9 @@ make %{?_smp_mflags} -C build check %endif %changelog +* Tue May 10 2022 Ge Wang - 1.8.20-15 +- License compliance rectification + * Fri Sep 10 2021 wangyue - 1.8.20-14 - fix rpath error -- Gitee