Rebuild with package notes

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-02-15 16:31:48 +01:00
parent b9161e1f09
commit 48fbdfc037
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 12.0.4
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Utility that allows you to count code, quickly
# Upstream license specification: MIT/Apache-2.0
@ -168,6 +168,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 12.0.4-12
- Rebuild with package notes
* Tue Jan 25 2022 Fabio Valentini <decathorpe@gmail.com> - 12.0.4-11
- Disable doctests. They are a never ending source of obscure rustc problems.