From c3412d0c100239bc9d945ce936983b8b0ae8e51d Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 21 Jun 2023 15:03:05 +0800 Subject: [PATCH] License compliance rectification --- python-GridDataFormats.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-GridDataFormats.spec b/python-GridDataFormats.spec index 31de7b4..7d6af90 100644 --- a/python-GridDataFormats.spec +++ b/python-GridDataFormats.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-GridDataFormats Version: 0.6.0 -Release: 2 +Release: 3 Summary: Reading and writing of data on regular grids in Python -License: LGPLv3 +License: LGPL-3.0-only URL: https://github.com/MDAnalysis/GridDataFormats Source0: https://files.pythonhosted.org/packages/ec/3e/3d4b3b0e9f3c71a8590594c62976bd8fd6050407fb009fe438cdf138f390/GridDataFormats-0.6.0.tar.gz BuildArch: noarch @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 21 2023 liukuo - 0.6.0-3 +- License compliance rectification + * Fri Apr 08 2022 liqiuyu - 0.6.0-2 - Add zlib to buildrequires -- Gitee