From 55c3eb89ec3a9b22dda3311c079dad8049cf200b Mon Sep 17 00:00:00 2001 From: Zhang Jun Date: Fri, 12 Aug 2022 10:50:01 +0800 Subject: [PATCH] update License --- netcdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index a89776c..6481416 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,9 +1,9 @@ Name: netcdf Version: 4.7.3 -Release: 2 +Release: 3 Summary: Libraries for the Unidata network Common Data Form -License: NetCDF +License: BSD-3-Clause URL: https://github.com/Unidata/netcdf-c Source0: https://github.com/Unidata/netcdf-c/archive/v%{version}/%{name}-%{version}.tar.gz Patch0000: CVE-2021-31348.patch @@ -292,6 +292,9 @@ make %{?_smp_mflags} -C build check %endif %changelog +* Fri Aug 12 2022 zhangjun - 4.7.3-3 +- Upgrade license to BSD-3-Clause + * Wed Jul 13 2022 dengyuyu - 4.7.3-2 - fix CVE-2021-31348 -- Gitee