Update to version 0.8.29; Fixes RHBZ#2014889

epel9
Fabio Valentini 3 years ago
parent b36c0b10c4
commit a539fb482e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/encoding_rs-0.8.24.crate /encoding_rs-0.8.24.crate
/encoding_rs-0.8.26.crate /encoding_rs-0.8.26.crate
/encoding_rs-0.8.28.crate /encoding_rs-0.8.28.crate
/encoding_rs-0.8.29.crate

@ -1,6 +1,6 @@
--- encoding_rs-0.8.28/Cargo.toml 2021-02-04T14:04:53+00:00 --- encoding_rs-0.8.29/Cargo.toml 1970-01-01T00:00:01+00:00
+++ encoding_rs-0.8.28/Cargo.toml 2021-02-07T14:06:42.984705+00:00 +++ encoding_rs-0.8.29/Cargo.toml 2021-11-06T14:23:45.613518+00:00
@@ -23,15 +23,11 @@ @@ -22,15 +22,11 @@
categories = ["text-processing", "encoding", "web-programming", "internationalization"] categories = ["text-processing", "encoding", "web-programming", "internationalization"]
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
repository = "https://github.com/hsivonen/encoding_rs" repository = "https://github.com/hsivonen/encoding_rs"
@ -17,7 +17,7 @@
[dependencies.serde] [dependencies.serde]
version = "1.0" version = "1.0"
@@ -55,6 +51,5 @@ @@ -56,6 +52,5 @@
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 16 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate encoding_rs %global crate encoding_rs
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.28 Version: 0.8.29
Release: %autorelease Release: %autorelease
Summary: Gecko-oriented implementation of the Encoding Standard Summary: Gecko-oriented implementation of the Encoding Standard
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license COPYRIGHT LICENSE-MIT LICENSE-APACHE %license COPYRIGHT LICENSE-MIT LICENSE-APACHE
%doc README.md CONTRIBUTING.md Ideas.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -56,6 +56,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fast-big5-hanzi-encode-devel %package -n %{name}+fast-big5-hanzi-encode-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (encoding_rs-0.8.28.crate) = 8b3f7450789e33f1ad9306d152f1bd230e66c7e799de52046acd5b11f903e8c86cbe2f0aa2cfb0f0e60bd64b194250defe05ef2a171b707e129a2324de47a9b0 SHA512 (encoding_rs-0.8.29.crate) = d5d2d476d4093c16514a8a0d9f363c24c766d565d45d1b2b21e97bdb6caac6050552815c9d96fb652c9516a41368f99e3a893e42c1884cd989c1e00de0ded587

Loading…
Cancel
Save