Update to 0.8.23

epel9
Josh Stone 5 years ago
parent e1336a46e9
commit 22428e616e

1
.gitignore vendored

@ -16,3 +16,4 @@
/encoding_rs-0.8.17.crate
/encoding_rs-0.8.20.crate
/encoding_rs-0.8.22.crate
/encoding_rs-0.8.23.crate

@ -1,8 +1,8 @@
--- encoding_rs-0.8.22/Cargo.toml 2019-12-19T12:33:22+00:00
+++ encoding_rs-0.8.22/Cargo.toml 2019-12-27T07:29:54.111439+00:00
--- encoding_rs-0.8.23/Cargo.toml 2020-05-13T07:08:46+00:00
+++ encoding_rs-0.8.23/Cargo.toml 2020-05-13T18:14:06.985355+00:00
@@ -22,6 +22,7 @@
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
license = "MIT/Apache-2.0"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/hsivonen/encoding_rs"
+exclude = ["/generate-encoding-data.py"]
[profile.release]

@ -5,12 +5,12 @@
%global crate encoding_rs
Name: rust-%{crate}
Version: 0.8.22
Release: 2%{?dist}
Version: 0.8.23
Release: 1%{?dist}
Summary: Gecko-oriented implementation of the Encoding Standard
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
# Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/encoding_rs
Source: %{crates_source}
# Initial patched metadata
@ -218,6 +218,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif
%changelog
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 0.8.23-1
- Update to 0.8.23
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (encoding_rs-0.8.22.crate) = 355b98e964ad126d94ecff2777c2f8592c74212a566b7162fb484e594d13cf9c60acabde291f244f8df5d5430d21813f951ae7fd503ed2fd35bfbce58aea88fb
SHA512 (encoding_rs-0.8.23.crate) = 7036f64c0f26b3d993c1ffb64ccdf95a122ae93a9ef691f9903f90925b222b3aabaf379e951b5e9fc40726a1ed52ba54f3eededbc1e6b68385c99cf2c34d5ba5

Loading…
Cancel
Save