|
|
|
@ -1,14 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# * tests are incompatible with proptest 0.10:
|
|
|
|
|
# proptest! no longer accepts implicit retuen values in function bodies
|
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
|
# * approx ^0.4 dev-dependency too old / too new in Fedora
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate lexical-core
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.7.4
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.7.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Lexical, to- and from-string conversion routines
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -114,6 +113,18 @@ which use "grisu3" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+grisu3-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+libm-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+libm-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "libm" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+libm-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+noinline-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -126,6 +137,42 @@ which use "noinline" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+noinline-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+property_tests-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+property_tests-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "property_tests" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+property_tests-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+proptest-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+proptest-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "proptest" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+proptest-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+quickcheck-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+quickcheck-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "quickcheck" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+quickcheck-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+radix-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -224,6 +271,8 @@ which use "unchecked_index" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
# remove executable bit from all files
|
|
|
|
|
find . -type f -executable -exec chmod -x {} +
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -241,6 +290,10 @@ which use "unchecked_index" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 19 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.6-1
|
|
|
|
|
- Update to version 0.7.6.
|
|
|
|
|
- Fixes RHBZ#1928337
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|