Update to version 10.1.1

* update to upstream version 10.1.1
* drop the time_point patch which has been included by 10.1.1

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
Kefu Chai 2023-11-15 13:40:04 +08:00
parent 6e1e0115c9
commit 75f733693a

View File

@ -1,15 +1,12 @@
Name: fmt Name: fmt
Version: 10.0.0 Version: 10.1.1
Release: 4%{?dist} Release: 1%{?dist}
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/%{name} URL: https://github.com/fmtlib/%{name}
Source0: %{url}/archive/%{version}.tar.gz Source0: %{url}/archive/%{version}.tar.gz
# https://github.com/fmtlib/fmt/commit/d7592ad8bfa41eda239497f672ae8dc7bda00a4b
Patch100: %{name}-10.0.0-time_point-fix.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -65,6 +62,9 @@ This package contains the header file for using %{name}.
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Wed Nov 15 2023 Kefu Chai <tchaikov@gmail.com> - 10.1.1-1
- Updated to version 10.1.1.
* Thu Aug 03 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 10.0.0-4 * Thu Aug 03 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 10.0.0-4
- Add Provides: fmt-static to fmt-devel - Add Provides: fmt-static to fmt-devel