diff --git a/rust-tokei.spec b/rust-tokei.spec index a9296cb..60adb05 100644 --- a/rust-tokei.spec +++ b/rust-tokei.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 12.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Utility that allows you to count code, quickly # Upstream license specification: MIT/Apache-2.0 @@ -32,13 +32,14 @@ Utility that allows you to count code, quickly.} %if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} -# * (MIT or ASL 2.0) and BSD +# * (MIT or ASL 2.0) and Public Domain # * ASL 2.0 or Boost # * ASL 2.0 or MIT +# * BSD # * MIT # * MIT or ASL 2.0 # * Unlicense or MIT -License: MIT and BSD and (ASL 2.0 or Boost) +License: MIT and BSD and (ASL 2.0 or Boost) and Public Domain %description -n %{crate} %{_description} @@ -163,6 +164,9 @@ which use "yaml" feature of "%{crate}" crate. %endif %changelog +* Tue Jan 25 2022 Fabio Valentini - 12.0.4-9 +- Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006. + * Fri Jan 21 2022 Fedora Release Engineering - 12.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild