Compare commits

..

10 Commits

Author SHA1 Message Date
Fabio Valentini df18d52562
Update to version 0.8.7; Fixes RHBZ#2329357
1 month ago
Fabio Valentini 44d33b9bb8
Update to version 0.8.6; Fixes RHBZ#2319441
3 months ago
Fabio Valentini 8eed92de79
Update to version 0.8.5; Fixes RHBZ#2310270
4 months ago
Fedora Release Engineering 6835e1b370 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 3d44031801
Update to version 0.8.4; Fixes RHBZ#2292646
7 months ago
Fabio Valentini c0541da810
Update to version 0.8.2; Fixes RHBZ#2263528
8 months ago
Fedora Release Engineering 10b1f5dc42 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 5a3d964350
Regenerate with rust2rpm v24
1 year ago
Fedora Release Engineering 6e195739f9 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 75bfe94afd Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

5
.gitignore vendored

@ -6,3 +6,8 @@
/rustfix-0.5.1.crate
/rustfix-0.6.0.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

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

@ -1,23 +1,19 @@
# Generated by rust2rpm 21
# * dev-dependencies are outdated
%bcond_with check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate rustfix
Name: rust-%{crate}
Version: 0.6.1
Name: rust-rustfix
Version: 0.8.7
Release: %autorelease
Summary: Automatically apply the suggestions made by rustc
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
License: MIT OR Apache-2.0
URL: https://crates.io/crates/rustfix
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Automatically apply the suggestions made by rustc.}
@ -36,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
@ -53,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.7.crate) = 779258dd6c395ff38ab808d96c2350916623aa39c5c129edcc016f5045f8228c56e64a220a493803f84fea27f2d233de4d5686e4969bbf9034d836acba2d83a6

Loading…
Cancel
Save