Update to version 3.2.0; Fixes RHBZ#2036157

epel10
Fabio Valentini 3 years ago
parent 00e6e972a9
commit 6206b23aee
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/easy-parallel-3.1.0.crate /easy-parallel-3.1.0.crate
/easy-parallel-3.2.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate easy-parallel %global crate easy-parallel
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.1.0 Version: 3.2.0
Release: %autorelease Release: %autorelease
Summary: Run closures in parallel Summary: Run closures in parallel
@ -15,9 +15,6 @@ URL: https://crates.io/crates/easy-parallel
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (easy-parallel-3.1.0.crate) = be907630f5732558ac00d9a4bb280fc79f585e62dad1cb38712de374d89855c367215a4e722a2cd82d4bed21a02194b22ff8d2ab5ea940dfb7163c0d68a5e7ee SHA512 (easy-parallel-3.2.0.crate) = 0c83fa27d6d72be2afc3dd6fabf21b1b06e3aed70b60ba059b3447f6e593611224ddbf76fdcfe412a5b7d45936421afef2d4aa7e4162811177aabdb9e7af56d7

Loading…
Cancel
Save