Update to 0.4.4

epel9
Josh Stone 6 years ago
parent f9b436215e
commit 5143a20fbf

1
.gitignore vendored

@ -1 +1,2 @@
/rustfix-0.4.2.crate
/rustfix-0.4.4.crate

@ -6,8 +6,8 @@
%global crate rustfix
Name: rust-%{crate}
Version: 0.4.2
Release: 2%{?dist}
Version: 0.4.4
Release: 1%{?dist}
Summary: Automatically apply the suggestions made by rustc
# Upstream license specification: Apache-2.0/MIT
@ -21,7 +21,7 @@ Patch0: rustfix-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(failure/default) >= 0.1.1 with crate(failure/default) < 0.2.0)
BuildRequires: (crate(failure/default) >= 0.1.2 with crate(failure/default) < 0.2.0)
BuildRequires: (crate(log/default) >= 0.4.1 with crate(log/default) < 0.5.0)
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
@ -83,6 +83,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 13 2018 Josh Stone <jistone@redhat.com> - 0.4.4-1
- Update to 0.4.4
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 0.4.2-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (rustfix-0.4.2.crate) = a789715e3a9d5336e840fbae8127bff36c70a10d5fc28ad31bb75d6994e5687cd9586a00d200c13f592c6e78d0643b0bdc90774e2d7836a21c253e653f592b43
SHA512 (rustfix-0.4.4.crate) = f20866fbc1f98095abd9c2a78d1b8580640eb59396806426b30271d376c3c0f3ead3d01880370d34065b0c6e5c3fbbcf1007d60139d8e5a55c6e7c78cef865e0

Loading…
Cancel
Save