|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.6.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Lexical, to- and from-string conversion routines
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -16,6 +16,7 @@ Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Update quickcheck to 0.9, https://github.com/Alexhuszagh/rust-lexical/commit/fefe81850e5678450ec0f001f562b182694caadf
|
|
|
|
|
# * Update static_assertions to 1, https://github.com/Alexhuszagh/rust-lexical/pull/31
|
|
|
|
|
# * Update arrayvec to 0.5, https://github.com/Alexhuszagh/rust-lexical/pull/32
|
|
|
|
|
Patch0: lexical-core-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -221,5 +222,8 @@ sed -e '/const_assert!/s/([^;)]\+;\s*/(/' -i src/util/table.rs src/atof/algorith
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 06 20:19:02 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-2
|
|
|
|
|
- Update arrayvec to 0.5
|
|
|
|
|
|
|
|
|
|
* Tue Nov 26 13:14:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
|
|
|
|
|
- Initial package
|
|
|
|
|