Update to version 0.8.2; Fixes RHBZ#2263528

epel10
Fabio Valentini 8 months ago
parent 10b1f5dc42
commit c0541da810
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/rustfix-0.5.1.crate
/rustfix-0.6.0.crate
/rustfix-0.6.1.crate
/rustfix-0.8.2.crate

@ -1,21 +1,19 @@
# Generated by rust2rpm 24
# * dev-dependencies are outdated
%bcond_with check
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rustfix
Name: rust-rustfix
Version: 0.6.1
Version: 0.8.2
Release: %autorelease
Summary: Automatically apply the suggestions made by rustc
# Upstream license specification: Apache-2.0/MIT
License: Apache-2.0 OR MIT
License: MIT OR Apache-2.0
URL: https://crates.io/crates/rustfix
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Automatically apply the suggestions made by rustc.}
@ -34,8 +32,8 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/Changelog.md
%doc %{crate_instdir}/Readme.md
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -51,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (rustfix-0.6.1.crate) = 17113d1349a0caff8c93888d5cc8bcf943b9ab9033e87e9851473ffc115d4721125225d433384c375fc0df00edf3d4b6388ee507d0fa0c95b7a6c22e020cdeaf
SHA512 (rustfix-0.8.2.crate) = ac3fc1a2bcc1f844400297a8ec6880921fbdc3ca560bc025dd9ea01bbfb94c4b0bb6abab56b1e5980ed298f5aca5ae2df33a0647ebd8bb323d266e739c19b077

Loading…
Cancel
Save