Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2022-01-22 01:24:18 +00:00
parent 83dd849719
commit 35e9e2432e
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: spdlog
Version: 1.9.2
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Summary: Super fast C++ logging library
@ -68,6 +68,9 @@ ln -svf %{_includedir}/catch2/catch.hpp ./tests/catch.hpp
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Sep 15 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 1.9.2-2
- Rebuilt due to google-benchmark 1.6.0 update.