Upgrade to 8.1.1

This commit is contained in:
starlet-dx 2023-09-21 11:43:28 +08:00
parent 9b47b3fa1f
commit bb8a226a10
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
fmt-8.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%undefine __cmake_in_source_build
Name: fmt
Version: 8.0.1
Release: 2
Version: 8.1.1
Release: 1
License: MIT
Summary: Small, safe and fast formatting library for C++
URL: https://github.com/fmtlib/fmt
Source0: https://github.com/fmtlib/fmt/archive/%{version}.tar.gz
Source0: https://github.com/fmtlib/fmt/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc gcc-c++ ninja-build cmake
%description
C++ Format is an open-source formatting library for C++. It can be used as a
@ -45,6 +45,10 @@ ctest -VV %{?_smp_flags}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Sep 21 2023 yaoxin <yao_xin001@hoperun.com> - 8.1.1-1
- Upgrade to 8.1.1
- Abi change: libfmt.so.8.0.1 -> libfmt.so.8.1.1
* Fri Aug 26 2022 yangchenguang <yangchenguang@uniontech.com> - 8.0.1-2
- fix dependency compile failed