Update to version 0.14.5; Fixes RHBZ#2037058

epel9
Fabio Valentini 3 years ago
parent 087a6173aa
commit 9b876d4adc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/generic-array-0.14.2.crate
/generic-array-0.14.3.crate
/generic-array-0.14.4.crate
/generic-array-0.14.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate generic-array
Name: rust-%{crate}
Version: 0.14.4
Version: 0.14.5
Release: %autorelease
Summary: Generic types implementing functionality of arrays
@ -15,9 +15,6 @@ URL: https://crates.io/crates/generic-array
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md DESIGN.md
%doc CHANGELOG.md DESIGN.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+more_lengths-devel %{_description}
This package contains library source intended for building other packages
which use "more_lengths" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "more_lengths" feature of the "%{crate}" crate.
%files -n %{name}+more_lengths-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (generic-array-0.14.4.crate) = 34ac71fee2cd50ff786d39b4abacd9e090a8598baf4dc36ba5fecfb7171cd8e4f58e5360cbb0baf02a87eea26b7dca85b35555b82bbefe06635d2fd38f7b8b40
SHA512 (generic-array-0.14.5.crate) = 30c86b24222503245b494c5f88cdf8115ba08c73df55930bb01bafcea22560f4d20e38c348c3896d6e1ef03209cc1571745881b4a77fd28f66b0cc435f5249a2

Loading…
Cancel
Save