From 75f733693ae54a6a2d0d201bd911f5761aa8aa7c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 15 Nov 2023 13:40:04 +0800 Subject: [PATCH] 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 --- fmt.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fmt.spec b/fmt.spec index f9cc531..7e2babf 100644 --- a/fmt.spec +++ b/fmt.spec @@ -1,15 +1,12 @@ Name: fmt -Version: 10.0.0 -Release: 4%{?dist} +Version: 10.1.1 +Release: 1%{?dist} License: MIT Summary: Small, safe and fast formatting library for C++ URL: https://github.com/fmtlib/%{name} 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: gcc BuildRequires: gcc-c++ @@ -65,6 +62,9 @@ This package contains the header file for using %{name}. %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Nov 15 2023 Kefu Chai - 10.1.1-1 +- Updated to version 10.1.1. + * Thu Aug 03 2023 Yaakov Selkowitz - 10.0.0-4 - Add Provides: fmt-static to fmt-devel