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