Update to 0.5.0

epel9
Josh Stone 5 years ago
parent 6cc5d6356b
commit 8b059643d2

1
.gitignore vendored

@ -2,3 +2,4 @@
/rustfix-0.4.4.crate
/rustfix-0.4.5.crate
/rustfix-0.4.6.crate
/rustfix-0.5.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate rustfix
Name: rust-%{crate}
Version: 0.4.6
Release: 2%{?dist}
Version: 0.5.0
Release: 1%{?dist}
Summary: Automatically apply the suggestions made by rustc
# Upstream license specification: Apache-2.0/MIT
@ -42,8 +42,8 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc Readme.md
%{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/bors.toml
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/bors.toml
%package -n %{name}+default-devel
Summary: %{summary}
@ -55,7 +55,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -76,6 +76,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.5.0-1
- Update to 0.5.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (rustfix-0.4.6.crate) = 76927c924025bcecd885a71e5f8802e6f44700afceac4acc67e0caa3e594ed6445879d92088cd4d01f8f1e00d8e09cdee9e2274a3a83ade9db24f0a67d04949d
SHA512 (rustfix-0.5.0.crate) = 3bc67adb7d1012c8e832d67491c619ee376df505227738a0d83bd129c360dcbcf6330cc9c5b18038428bd8b6baa7af79686420f25c428fa8a50c9e8403706cd9

Loading…
Cancel
Save