Update to version 0.8.33; Fixes RHBZ#2233872

epel9 imports/e9/rust-encoding_rs-0.8.33-1.el9
Fabio Valentini 2 years ago
parent f15436cc11
commit d2865a8b19
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/encoding_rs-0.8.29.crate /encoding_rs-0.8.29.crate
/encoding_rs-0.8.31.crate /encoding_rs-0.8.31.crate
/encoding_rs-0.8.32.crate /encoding_rs-0.8.32.crate
/encoding_rs-0.8.33.crate

@ -1,3 +0,0 @@
# rust-encoding_rs
The rust-encoding_rs package

@ -1,6 +1,6 @@
--- encoding_rs-0.8.32/Cargo.toml 1970-01-01T00:00:01+00:00 --- encoding_rs-0.8.33/Cargo.toml 1970-01-01T00:00:01+00:00
+++ encoding_rs-0.8.32/Cargo.toml 2023-02-03T13:09:52.057066+00:00 +++ encoding_rs-0.8.33/Cargo.toml 2023-08-27T11:41:53.824286+00:00
@@ -32,17 +32,16 @@ @@ -32,16 +32,16 @@
] ]
license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" license = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
repository = "https://github.com/hsivonen/encoding_rs" repository = "https://github.com/hsivonen/encoding_rs"
@ -16,13 +16,12 @@
version = "1.0" version = "1.0"
- -
-[dependencies.packed_simd] -[dependencies.packed_simd]
-version = "0.3.4" -version = "0.3.9"
-optional = true -optional = true
-package = "packed_simd_2"
[dependencies.serde] [dependencies.serde]
version = "1.0" version = "1.0"
@@ -75,10 +74,6 @@ @@ -74,10 +74,6 @@
less-slow-big5-hanzi-encode = [] less-slow-big5-hanzi-encode = []
less-slow-gb-hanzi-encode = [] less-slow-gb-hanzi-encode = []
less-slow-kanji-encode = [] less-slow-kanji-encode = []

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate encoding_rs %global crate encoding_rs
Name: rust-encoding_rs Name: rust-encoding_rs
Version: 0.8.32 Version: 0.8.33
Release: %autorelease Release: %autorelease
Summary: Gecko-oriented implementation of the Encoding Standard Summary: Gecko-oriented implementation of the Encoding Standard
@ -22,7 +22,7 @@ Patch: encoding_rs-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Gecko-oriented implementation of the Encoding Standard.} A Gecko-oriented implementation of the Encoding Standard.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (encoding_rs-0.8.32.crate) = 8a695aedf388dc90b039277fb8a88cd0fe157002554ef478b820e962b6fb19f3fecd5940d0720cc820d07c77e64f7415271a119c87b72c740e6e370ee8cc418a SHA512 (encoding_rs-0.8.33.crate) = 20d28a4c0ff0710f911f510be56c2bc5e7514b76d370493d2b89b7f25d1c0cd46ffa64862e54fc472f07f928a2cc24cf9d790a37751cafafc81f263705aac4bc

Loading…
Cancel
Save