Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a1bafd9b97 | |||
| d340f80eff | |||
| 549fd6da1e | |||
| c73b94d98e | |||
| 69ddca22ba |
3
fast_float-8.0.2.tar.gz
Normal file
3
fast_float-8.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e14a33089712b681d74d94e2a11362643bd7d769ae8f7e7caefe955f57f7eacd
|
||||||
|
size 121232
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4bfabb5979716995090ce68dce83f88f99629bc17ae280eae79311c5340143e1
|
|
||||||
size 125830
|
|
||||||
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 7 16:11:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 8.1.0
|
|
||||||
* Implementation of P2497
|
|
||||||
* Implemented multiplication of integer by a power of 10
|
|
||||||
* Do not mis-parse certain wide-character emojis as integer
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 17 17:46:52 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
Sat May 17 17:46:52 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fast_float
|
# spec file for package fast_float
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fast_float
|
Name: fast_float
|
||||||
Version: 8.1.0
|
Version: 8.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Re-implementation of std::from_chars for parsing strings into numbers
|
Summary: A fast number parsing library
|
||||||
License: Apache-2.0 OR BSL-1.0 OR MIT
|
License: Apache-2.0 OR BSL-1.0 OR MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/fastfloat/fast_float
|
URL: https://github.com/fastfloat/fast_float
|
||||||
@@ -49,6 +49,7 @@ from_chars functions for float and double types as well as integer types.
|
|||||||
-DFASTFLOAT_SUPPLEMENTAL_TESTS:BOOL=OFF \
|
-DFASTFLOAT_SUPPLEMENTAL_TESTS:BOOL=OFF \
|
||||||
-DSYSTEM_DOCTEST:BOOL=ON \
|
-DSYSTEM_DOCTEST:BOOL=ON \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
#exit 1
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -61,6 +62,7 @@ from_chars functions for float and double types as well as integer types.
|
|||||||
%license LICENSE-APACHE LICENSE-BOOST LICENSE-MIT
|
%license LICENSE-APACHE LICENSE-BOOST LICENSE-MIT
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_includedir}/fast_float
|
%{_includedir}/fast_float
|
||||||
%{_datadir}/cmake/
|
%dir %{_datadir}/cmake
|
||||||
|
%{_datadir}/cmake/FastFloat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user