Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

5
.gitignore vendored

@ -6,8 +6,3 @@
/rustfix-0.5.1.crate /rustfix-0.5.1.crate
/rustfix-0.6.0.crate /rustfix-0.6.0.crate
/rustfix-0.6.1.crate /rustfix-0.6.1.crate
/rustfix-0.8.2.crate
/rustfix-0.8.4.crate
/rustfix-0.8.5.crate
/rustfix-0.8.6.crate
/rustfix-0.8.7.crate

@ -0,0 +1,3 @@
# rust-rustfix
The rust-rustfix package

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

@ -1 +1 @@
SHA512 (rustfix-0.8.7.crate) = 779258dd6c395ff38ab808d96c2350916623aa39c5c129edcc016f5045f8228c56e64a220a493803f84fea27f2d233de4d5686e4969bbf9034d836acba2d83a6 SHA512 (rustfix-0.6.1.crate) = 17113d1349a0caff8c93888d5cc8bcf943b9ab9033e87e9851473ffc115d4721125225d433384c375fc0df00edf3d4b6388ee507d0fa0c95b7a6c22e020cdeaf

Loading…
Cancel
Save