diff --git a/8.0.1.tar.gz b/8.0.1.tar.gz deleted file mode 100644 index 5c5edf9..0000000 Binary files a/8.0.1.tar.gz and /dev/null differ diff --git a/fmt-8.1.1.tar.gz b/fmt-8.1.1.tar.gz new file mode 100644 index 0000000..b7ad600 Binary files /dev/null and b/fmt-8.1.1.tar.gz differ diff --git a/fmt.spec b/fmt.spec index bbe3b9a..a655980 100644 --- a/fmt.spec +++ b/fmt.spec @@ -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 - 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 - 8.0.1-2 - fix dependency compile failed