diff --git a/fmt.spec b/fmt.spec index de68df7..03958c3 100644 --- a/fmt.spec +++ b/fmt.spec @@ -8,8 +8,9 @@ License: BSD Summary: Small, safe and fast formatting library for C++ URL: https://github.com/fmtlib/%{name} Source0: %{url}/archive/%{version}.tar.gz + # fix for https://github.com/fmtlib/fmt/issues/2717 -Patch0: %{url}/commit/8f8a1a02d5c5cb967d240feee3ffac00d66f22a2.patch#/%{name}-fix_implicit_ptr_conv.patch +Patch100: %{name}-fix_implicit_ptr_conv.patch BuildRequires: gcc BuildRequires: gcc-c++