Update to 2.5.0

epel10
Orion Poplawski 5 months ago
parent b3d1f30c72
commit af9503eab0

1
.gitignore vendored

@ -7,3 +7,4 @@
/crc-any-2.4.0.crate /crc-any-2.4.0.crate
/crc-any-2.4.1.crate /crc-any-2.4.1.crate
/crc-any-2.4.2.crate /crc-any-2.4.2.crate
/crc-any-2.5.0.crate

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
heapless

@ -1,26 +1,24 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crc-any %global crate crc-any
Name: rust-%{crate} Name: rust-crc-any
Version: 2.4.2 Version: 2.5.0
Release: %autorelease Release: %autorelease
Summary: Compute CRC values Summary: Compute CRC values
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/crc-any URL: https://crates.io/crates/crc-any
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
To compute CRC values by providing the length of bits, expression, reflection, To compute CRC values by providing the length of bits, expression,
an initial value and a final xor value. It has many built-in CRC functions.} reflection, an initial value and a final xor value. It has many built-in
CRC functions.}
%description %{_description} %description %{_description}
@ -86,6 +84,18 @@ use the "development" feature of the "%{crate}" crate.
%files -n %{name}+development-devel %files -n %{name}+development-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+heapless-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+heapless-devel %{_description}
This package contains library source intended for building other packages which
use the "heapless" feature of the "%{crate}" crate.
%files -n %{name}+heapless-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -99,7 +109,7 @@ use the "std" 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

@ -1 +1 @@
SHA512 (crc-any-2.4.2.crate) = bf4f073c9c707be644ab045c654b0052da53c3c4e768be6ae468cd35beaeb7c55b276dfb061f2548403609b83bbacd478ac185ba84922ab0bb854164deaaafcb SHA512 (crc-any-2.5.0.crate) = 5e43c3a6d50c94b1ee624b6c6366196704b40c35a0950fc54a97c5d16fbd74a895245bd042fc3b86db6fddf804effc5c3628847e0a54b0e2b53f3259fa1ec75d

Loading…
Cancel
Save