diff --git a/libyaml.spec b/libyaml.spec index 5a2b0cc..4e7fc54 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,6 +1,6 @@ Name: libyaml Version: 0.2.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: YAML 1.1 parser and emitter written in C License: MIT @@ -24,6 +24,10 @@ emitter written in C. Summary: Development files for LibYAML applications Requires: libyaml%{?_isa} = %{version}-%{release}, pkgconfig +# docs contain files generated by doxygen which are licensed as follows: +# dynsections.js and menu.js are GPL-2.0-or-later +# jquery.js is MIT +License: GPL-2.0-or-later AND MIT %description devel The %{name}-devel package contains libraries and header files for @@ -69,6 +73,9 @@ make check %changelog +* Wed May 17 2023 Karolina Surma - 0.2.5-10 +- Review the license tag according to the SPDX standard, declare the docs license + * Thu Jan 19 2023 Fedora Release Engineering - 0.2.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild