Update to 0.8.11

epel9
Josh Stone 6 years ago
parent 59c584af8c
commit ee2f16e21b

1
.gitignore vendored

@ -7,3 +7,4 @@
/encoding_rs-0.8.8.crate
/encoding_rs-0.8.9.crate
/encoding_rs-0.8.10.crate
/encoding_rs-0.8.11.crate

@ -1,7 +1,7 @@
--- encoding_rs-0.8.10/Cargo.toml 1970-01-01T01:00:00+01:00
+++ encoding_rs-0.8.10/Cargo.toml 2018-10-28T02:08:19.986694+01:00
--- encoding_rs-0.8.11/Cargo.toml 1969-12-31T16:00:00-08:00
+++ encoding_rs-0.8.11/Cargo.toml 2018-11-16T10:43:43.010025-08:00
@@ -22,6 +22,7 @@
categories = ["text-processing", "encoding", "web-programming", "email"]
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
license = "MIT/Apache-2.0"
repository = "https://github.com/hsivonen/encoding_rs"
+exclude = ["/generate-encoding-data.py"]
@ -18,7 +18,7 @@
[dev-dependencies.bincode]
version = "0.8"
@@ -47,6 +45,5 @@
@@ -53,6 +51,5 @@
less-slow-big5-hanzi-encode = []
less-slow-gb-hanzi-encode = []
less-slow-kanji-encode = []

@ -6,8 +6,8 @@
%global crate encoding_rs
Name: rust-%{crate}
Version: 0.8.10
Release: 2%{?dist}
Version: 0.8.11
Release: 1%{?dist}
Summary: Gecko-oriented implementation of the Encoding Standard
# Upstream license specification: MIT/Apache-2.0
@ -125,6 +125,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.8.11-1
- Update to 0.8.11
* Sun Oct 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.10-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (encoding_rs-0.8.10.crate) = b6ad406bb549c0a0e7aeaf11961eb45f640ce0f83baadc54408827db04d69a70e490f8bff54dd01a0457a9fe717ae42b9d5c59d89f8246219fe640f77a4208bc
SHA512 (encoding_rs-0.8.11.crate) = 40d435252466ad9f308e94ebfb7f650dcea6789e56d686ce359a37e1e6b0c41fe0c1a2989d322436bf3cc14f51813479c31fb36249e7522a075f7f9aea88c5c8

Loading…
Cancel
Save