diff --git a/python-idna.spec b/python-idna.spec index c8e52ac41a0d03a7a244e917388bf7a25e0ec0cf..afad733530f47fd5f522cbd2781a00e3f776eacf 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-idna Version: 3.6 -Release: 3 +Release: 4 Summary: Internationalized Domain Names in Applications (IDNA) -License: BSD +License: BSD-3-Clause URL: https://github.com/kjd/idna Source0: https://github.com/kjd/idna/archive/refs/tags/idna-3.6.tar.gz BuildArch: noarch @@ -89,6 +89,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 14 2024 xinghe - 3.6-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix license + * Sat Apr 20 2024 zhangpan - 3.6-3 - fix CVE-2024-3651