From 7ea9cc72909c40fea9b2efa02767112ecba42e57 Mon Sep 17 00:00:00 2001 From: Zhang Jun Date: Fri, 12 Aug 2022 10:35:15 +0800 Subject: [PATCH] update License --- netcdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index 390fed4..f0a0d29 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,10 +1,10 @@ %global sover 19 Name: netcdf Version: 4.8.1 -Release: 1 +Release: 2 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 @@ -306,6 +306,9 @@ make %{?_smp_mflags} -C build check %endif %changelog +* Fri Aug 12 2022 Jun Zhang - 4.8.1-2 +- Upgrade license to BSD-3-Clause + * Wed Jun 22 2022 Ge Wang - 4.8.1-1 - Upgrade to 4.8.1 -- Gitee