!9 Upgrade to 8.1.1

From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-09-21 11:35:27 +00:00 committed by Gitee
commit f006cf1ac9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %undefine __cmake_in_source_build
Name: fmt Name: fmt
Version: 8.0.1 Version: 8.1.1
Release: 2 Release: 1
License: MIT License: MIT
Summary: Small, safe and fast formatting library for C++ Summary: Small, safe and fast formatting library for C++
URL: https://github.com/fmtlib/fmt 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 BuildRequires: gcc gcc-c++ ninja-build cmake
%description %description
C++ Format is an open-source formatting library for C++. It can be used as a 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 %{_libdir}/pkgconfig/%{name}.pc
%changelog %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 * Fri Aug 26 2022 yangchenguang <yangchenguang@uniontech.com> - 8.0.1-2
- fix dependency compile failed - fix dependency compile failed