Update to version 1.1.3; Fixes RHBZ#2097040

epel9
Fabio Valentini 3 years ago
parent 7699c8645d
commit 8267617f9d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/arbitrary-1.0.2.crate
/arbitrary-1.0.3.crate
/arbitrary-1.1.0.crate
/arbitrary-1.1.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate arbitrary
Name: rust-%{crate}
Version: 1.1.0
Version: 1.1.3
Release: %autorelease
Summary: Trait for generating structured data from unstructured data
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Trait for generating structured data from unstructured data.}
@ -33,9 +33,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,7 +49,7 @@ 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
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
@ -59,7 +61,7 @@ This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive_arbitrary-devel
Summary: %{summary}
@ -71,7 +73,7 @@ This package contains library source intended for building other packages which
use the "derive_arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+derive_arbitrary-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (arbitrary-1.1.0.crate) = 5807bfbec481516df8f5a9e829abd889b87ac70fcea7df21db868203bdbe6bf5b0a2f5ddf94907fbfb9b8d4be3af13f93fe14b1840342f89e875329c4cf7524b
SHA512 (arbitrary-1.1.3.crate) = 31083a9430e81908dbbb49320faf3dabbad42e50e93ce000e6f8af1d652bc0cbdda3f28ab1f9e93b1f079a61ba53ceb29f8ef8f3cf929689e09bcee92a8069fd

Loading…
Cancel
Save