Update to 0.8.17

epel9
Josh Stone 6 years ago
parent 634d1c4776
commit 31e4348f5e

1
.gitignore vendored

@ -13,3 +13,4 @@
/encoding_rs-0.8.14.crate /encoding_rs-0.8.14.crate
/encoding_rs-0.8.15.crate /encoding_rs-0.8.15.crate
/encoding_rs-0.8.16.crate /encoding_rs-0.8.16.crate
/encoding_rs-0.8.17.crate

@ -6,7 +6,7 @@
%global crate encoding_rs %global crate encoding_rs
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.16 Version: 0.8.17
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gecko-oriented implementation of the Encoding Standard Summary: Gecko-oriented implementation of the Encoding Standard
@ -25,7 +25,7 @@ BuildRequires: rust-packaging
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0) BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0) BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(bincode/default) >= 0.8.0 with crate(bincode/default) < 0.9.0) BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0) BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0) BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
%endif %endif
@ -197,6 +197,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Feb 27 2019 Josh Stone <jistone@redhat.com> - 0.8.17-1
- Update to 0.8.17
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.16-1 * Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.16-1
- Update to 0.8.16 - Update to 0.8.16

@ -1 +1 @@
SHA512 (encoding_rs-0.8.16.crate) = 7be6880457a469e371f0d59f4b7284790e923b95aa056e6543a7dfdee65fc2e085e24f112fb171718f591337651933440a527f49fa5d62f3e48dd021239245fd SHA512 (encoding_rs-0.8.17.crate) = db7a7d469d34feaa899195c336fb9211ee358c226597d0900850fbafac2ee39a89bff253663744ec737a055bf7582e96b9825e96e679da4bb9fb3b0cc59d1453

Loading…
Cancel
Save