Update to version 2.4.0; Fixes RHBZ#2247381

epel9 imports/e9/rust-crc-catalog-2.4.0-1.el9
Fabio Valentini 1 year ago
parent 8f6765218d
commit a090a68a88
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/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 /crc-catalog-2.2.0.crate
/crc-catalog-2.4.0.crate

@ -1,3 +0,0 @@
# rust-crc-catalog
The rust-crc-catalog package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crc-catalog %global crate crc-catalog
Name: rust-crc-catalog Name: rust-crc-catalog
Version: 2.2.0 Version: 2.4.0
Release: %autorelease Release: %autorelease
Summary: Catalog of CRC algorithms expressed as simple structs Summary: Catalog of CRC algorithms expressed as simple structs
@ -13,11 +13,12 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/crc-catalog URL: https://crates.io/crates/crc-catalog
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc- Catalog of CRC algorithms (generated from
catalogue) expressed as simple Rust structs.} http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust
structs.}
%description %{_description} %description %{_description}
@ -31,8 +32,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSES/Apache-2.0.txt
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSES/MIT.txt
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -49,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,2 @@
[package]
summary = "Catalog of CRC algorithms expressed as simple structs"

@ -1 +1 @@
SHA512 (crc-catalog-2.2.0.crate) = 9fcd42c44c66798c97ed36b36a902dff6e83a96d86da0f146c0db287ed6a00c8827d6749bfcdd090083bb81103bb2397e388a0e2a21698d65550360a45453396 SHA512 (crc-catalog-2.4.0.crate) = 25536456fe71c44fd8ec527299339c1d186f6e12f1f90142de60eabce337d836c2497ddd6307473b57a6cc720cfc8e29b059f378c70b8165bc171420ccb40a29

Loading…
Cancel
Save