Update to version 0.6.1; Fixes RHBZ#2089487

epel9
Fabio Valentini 3 years ago
parent 3c52265033
commit 0920019a2d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/rustfix-0.5.0.crate
/rustfix-0.5.1.crate
/rustfix-0.6.0.crate
/rustfix-0.6.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
# * dev-dependencies are outdated
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate rustfix
Name: rust-%{crate}
Version: 0.6.0
Version: 0.6.1
Release: %autorelease
Summary: Automatically apply the suggestions made by rustc
@ -17,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Automatically apply the suggestions made by rustc.}
@ -34,9 +34,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}
@ -48,7 +50,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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (rustfix-0.6.0.crate) = 289511e3d454807015a2b8e869a458d764512754431bcc595cf3e3f147ffdb172a872363988b10a0d699d2de7734cde47901f57df965eee831854653cb35cad4
SHA512 (rustfix-0.6.1.crate) = 17113d1349a0caff8c93888d5cc8bcf943b9ab9033e87e9851473ffc115d4721125225d433384c375fc0df00edf3d4b6388ee507d0fa0c95b7a6c22e020cdeaf

Loading…
Cancel
Save