From ce51616d18290642a9f69391c35a548e9769d9ca Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jul 10 2021 22:32:21 +0000 Subject: BR: doctest-static now that it is available --- diff --git a/fast_float.spec b/fast_float.spec index 106528a..3bb0f07 100644 --- a/fast_float.spec +++ b/fast_float.spec @@ -9,7 +9,7 @@ Name: fast_float Summary: Fast & exact implementation of C++ from_chars for float/double Version: 1.1.2 %forgemeta -Release: 1%{?dist} +Release: 2%{?dist} URL: %{forgeurl} # README.md: @@ -26,13 +26,8 @@ BuildRequires: cmake BuildRequires: ninja-build BuildRequires: doctest-devel -# TODO: https://src.fedoraproject.org/rpms/doctest/pull-request/2 was accepted, -# but there has not been a successful build, so doctest still lacks the -# necessary arch-less virtual Provides. Uncomment this (with a Fedora version -# conditional if necessary) when we can. -# # Doctest is header-only, so we must BR: -#BuildRequires: doctest-static +BuildRequires: doctest-static BuildRequires: symlinks @@ -118,6 +113,9 @@ symlinks -c -o '%{buildroot}%{_libdir}/cmake/%{name}/' %changelog +* Sat Jul 10 2021 Benjamin A. Beasley - 1.1.2-2 +- BR: doctest-static now that it is available + * Mon Jun 21 2021 Benjamin A. Beasley - 1.1.2-1 - Update to 1.1.2 - Drop fast_float-1.1.1-system-doctest.patch; now merged upstream