Update to 0.8.15

epel9
Josh Stone 6 years ago
parent cd0587c89c
commit 7994014301

1
.gitignore vendored

@ -11,3 +11,4 @@
/encoding_rs-0.8.12.crate
/encoding_rs-0.8.13.crate
/encoding_rs-0.8.14.crate
/encoding_rs-0.8.15.crate

@ -6,14 +6,14 @@
%global crate encoding_rs
Name: rust-%{crate}
Version: 0.8.14
Version: 0.8.15
Release: 1%{?dist}
Summary: Gecko-oriented implementation of the Encoding Standard
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/encoding_rs
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
# Initial patched metadata
# * No simd
# * Drop unneeded script, https://github.com/hsivonen/encoding_rs/pull/38
@ -125,6 +125,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 30 2019 Josh Stone <jistone@redhat.com> - 0.8.15-1
- Update to 0.8.15
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.8.14-1
- Update to 0.8.14

@ -1 +1 @@
SHA512 (encoding_rs-0.8.14.crate) = 6cda346d8a7ef1b3e5fa480acc9dd44cdeb515ea7c854a605dccacd7d9d39efb113b22ecd116cb841e48fbe1f93005488b9919e66a41e8af0b1e19a00b02524c
SHA512 (encoding_rs-0.8.15.crate) = a2be7651fddf3a9f525f49cfd02e827484ce96a4c50412be23f69254ac9ac5c38f90b54e87b7779664610584abd59a93565779a2fe38b4cb49190bc360b143a2

Loading…
Cancel
Save