Upgrade to 8.1.1
This commit is contained in:
parent
9b47b3fa1f
commit
bb8a226a10
BIN
8.0.1.tar.gz
BIN
8.0.1.tar.gz
Binary file not shown.
BIN
fmt-8.1.1.tar.gz
Normal file
BIN
fmt-8.1.1.tar.gz
Normal file
Binary file not shown.
10
fmt.spec
10
fmt.spec
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user