diff --git a/changelog b/changelog new file mode 100644 index 0000000..ce9dd32 --- /dev/null +++ b/changelog @@ -0,0 +1,14 @@ +* Sun Jul 11 2021 Benjamin A. Beasley - 1.1.2-3 +- Drop EPEL8 support from Fedora branch + +* 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 +- Add EPEL8 support +- Do not compile tests with -Werror + +* Mon Jun 21 2021 Benjamin A. Beasley - 1.1.1-1 +- Initial package diff --git a/fast_float.spec b/fast_float.spec index 0608620..187de88 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: 3%{?dist} +Release: %autorelease URL: %{forgeurl} # README.md: @@ -110,17 +110,4 @@ symlinks -c -o '%{buildroot}%{_libdir}/cmake/%{name}/' %changelog -* Sun Jul 11 2021 Benjamin A. Beasley - 1.1.2-3 -- Drop EPEL8 support from Fedora branch - -* 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 -- Add EPEL8 support -- Do not compile tests with -Werror - -* Mon Jun 21 2021 Benjamin A. Beasley - 1.1.1-1 -- Initial package +%autochangelog