diff --git a/python-metar.spec b/python-metar.spec index 19adc6bd3db3b412e6057900f2f19f8b35ef6982..79144657bc400da8e5bb0bcde8c1379504fcb9ca 100644 --- a/python-metar.spec +++ b/python-metar.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-metar Version: 1.8.0 -Release: 1 +Release: 2 Summary: Metar - a package to parse METAR-coded weather reports -License: BSD +License: BSD-1-Clause URL: https://github.com/python-metar/python-metar Source0: https://files.pythonhosted.org/packages/fa/3b/5ca06c3e300a4bf6259663684943f058a44575500c9953a56650540d7780/metar-1.8.0.tar.gz BuildArch: noarch @@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 xigaoxinyan - 1.8.0-2 +- License compliance rectification + * Mon Sep 27 2021 Python_Bot - 1.8.0-1 - Package Init