License compliance rectification

This commit is contained in:
houyingchao 2022-05-10 18:41:03 +08:00
parent 219572ca27
commit 80fbe89fec

View File

@ -1,9 +1,9 @@
Name: python-texext Name: python-texext
Version: 0.6.6 Version: 0.6.6
Release: 1 Release: 2
Summary: Sphinx extensions for working with LaTeX math Summary: Sphinx extensions for working with LaTeX math
License: BSD License: MIT
URL: http://github.com/matthew-brett/texext URL: http://github.com/matthew-brett/texext
Source0: texext-%{version}.tar.gz Source0: texext-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -42,5 +42,8 @@ This package contains Sphinx extensions for working with LaTeX math.
%{python3_sitelib}/texext-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/texext-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 0.6.6-2
- License compliance rectification
* Mon Sep 27 2021 weidong <weidong@uniontech.com> - 0.6.6-1 * Mon Sep 27 2021 weidong <weidong@uniontech.com> - 0.6.6-1
- Initial package. - Initial package.