Update to version 2.2.0; Fixes RHBZ#2159901

epel9
Fabio Valentini 2 years ago
parent d112cd0ed3
commit 60c82e9d43
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/crc-catalog-2.0.1.crate /crc-catalog-2.0.1.crate
/crc-catalog-2.1.0.crate /crc-catalog-2.1.0.crate
/crc-catalog-2.2.0.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crc-catalog %global crate crc-catalog
Name: rust-%{crate} Name: rust-crc-catalog
Version: 2.1.0 Version: 2.2.0
Release: %autorelease Release: %autorelease
Summary: Catalog of CRC algorithms expressed as simple structs Summary: Catalog of CRC algorithms expressed as simple structs
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/crc-catalog URL: https://crates.io/crates/crc-catalog
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (crc-catalog-2.1.0.crate) = 3a234d67342afafe3c405d1c88c8eeb5a875f9b4d552d1b11b0bfafed42c2d7dc776c7e6ad1a4d7aca00c8c9a0c6c1ce750898665194e67c7502545ec888a8ed SHA512 (crc-catalog-2.2.0.crate) = 9fcd42c44c66798c97ed36b36a902dff6e83a96d86da0f146c0db287ed6a00c8827d6749bfcdd090083bb81103bb2397e388a0e2a21698d65550360a45453396

Loading…
Cancel
Save