From 0b55a4b8ee11da9f99313f22cb4833e3cf9a5223 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 19:11:17 +0800 Subject: [PATCH] License compliance rectification --- python-nmrglue.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-nmrglue.spec b/python-nmrglue.spec index 3a321a3..d79efba 100644 --- a/python-nmrglue.spec +++ b/python-nmrglue.spec @@ -1,9 +1,9 @@ Name: python-nmrglue Version: 0.8 -Release: 1 +Release: 2 Summary: Python module for processing NMR data -License: BSD +License: BSD-3-Clause URL: https://github.com/jjhelmus/nmrglue Source0: https://github.com/jjhelmus/nmrglue/archive/v0.8.tar.gz @@ -51,5 +51,8 @@ popd %{python3_sitelib}/* %changelog +* Tue May 10 2022 xigaoxinyan - 0.8-2 +- License compliance rectification + * Thu Jul 08 2021 liuliang - 0.8-1 - Package init -- Gitee