update to version 0.7.6

epel9
Fabio Valentini 4 years ago
parent a4a6303449
commit 24882ee007
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/lexical-core-0.7.1.crate /lexical-core-0.7.1.crate
/lexical-core-0.7.3.crate /lexical-core-0.7.3.crate
/lexical-core-0.7.4.crate /lexical-core-0.7.4.crate
/lexical-core-0.7.6.crate

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

@ -1 +1 @@
SHA512 (lexical-core-0.7.4.crate) = f14c5f043f0cf02b4575a26c694880240561ae6b26f57dbce567ec0d115d9a973d914e0fa3f66e18134f47b05b5feb474fea3fce8d64e058349a801683546d9a SHA512 (lexical-core-0.7.6.crate) = fcd7e4e073e6440183284f20a6305bbe4aafb5513a20b8ed793439e4b5a5519532a0605f31e42539f3e6236003254812b459a9b9c47b3c449f5c582dd62c3172

Loading…
Cancel
Save