Update to version 0.2.3; Fixes RHBZ#2256765

epel9 imports/e9/rust-av1-grain-0.2.3-1.el9
Fabio Valentini 1 year ago
parent 49453894e0
commit b3e1b17277
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/av1-grain-0.2.2.crate
/av1-grain-0.2.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate av1-grain
Name: rust-av1-grain
Version: 0.2.2
Version: 0.2.3
Release: %autorelease
Summary: Helpers for generating and parsing AV1 film grain data
@ -13,7 +13,7 @@ License: BSD-2-Clause
URL: https://crates.io/crates/av1-grain
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Helpers for generating and parsing AV1 film grain data.}
@ -83,18 +83,6 @@ use the "estimate" feature of the "%{crate}" crate.
%files -n %{name}+estimate-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+itertools-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+itertools-devel %{_description}
This package contains library source intended for building other packages which
use the "itertools" feature of the "%{crate}" crate.
%files -n %{name}+itertools-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nom-devel
Summary: %{summary}
BuildArch: noarch
@ -180,7 +168,7 @@ use the "v_frame" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (av1-grain-0.2.2.crate) = 026bffbf4fd085b0e57ee7d525bb6033cb6cc4343c11ee1e8370dddfe629298868e295b5e4ac7f60ae6d4167fcd28a2d2663b78ec2935d9d8fcc5e01aa30b157
SHA512 (av1-grain-0.2.3.crate) = 61c0dfe3e6e26210ac9c44616111f4200cdd473c68bb2424de6654637cb09a7089e958076efa69b35b351e5ee0fc7d45e580ce7ab51d5953b924cf208439ddb6

Loading…
Cancel
Save