Update to version 0.8.5; Fixes RHBZ#2172580

epel9
Fabio Valentini 2 years ago
parent 60760ae438
commit 0c45f89eca
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/string_cache-0.8.2.crate /string_cache-0.8.2.crate
/string_cache-0.8.3.crate /string_cache-0.8.3.crate
/string_cache-0.8.4.crate /string_cache-0.8.4.crate
/string_cache-0.8.5.crate

@ -1,25 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate string_cache %global crate string_cache
Name: rust-%{crate} Name: rust-string_cache
Version: 0.8.4 Version: 0.8.5
Release: %autorelease Release: %autorelease
Summary: String interning library for Rust, developed as part of the Servo project Summary: String interning library for Rust, developed as part of the Servo project
# Upstream license specification: MIT / Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/string_cache URL: https://crates.io/crates/string_cache
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
String interning library for Rust, developed as part of the Servo project.} A string interning library for Rust, developed as part of the Servo
project.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (string_cache-0.8.4.crate) = dff6d359226fd2c4ea5934a3d5ea73324d548ec235cd9aac8c233f2d9e67ba9b045ee598a34063839eb5b906d344a70fe3be65abcbe106cb9ff79cbc40b833e3 SHA512 (string_cache-0.8.5.crate) = 4f0522745cb41656288b38b384e7ee991c4f584ae882e2b8eb9b57c5d79d47bd7a7b4e1106938f171bcec8834784d3aa33bfd0fc96e88749f0f499082e5ca2e5

Loading…
Cancel
Save