|
|
@ -6,10 +6,11 @@
|
|
|
|
%global crate encoding_rs
|
|
|
|
%global crate encoding_rs
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.8.6
|
|
|
|
Version: 0.8.7
|
|
|
|
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
|
|
|
|
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
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
@ -65,6 +66,9 @@ which use %{crate} from crates.io.
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/generate-encoding-data.py*
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/generate-encoding-data.py*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 27 2018 Josh Stone <jistone@redhat.com> - 0.8.7-1
|
|
|
|
|
|
|
|
- Update to 0.8.7
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
|
|
|
|
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
|
|
|
|
- Update to 0.8.6
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
|
|
|
|
|
|
|