Update to version 2.1.0; Fixes RHBZ#2249398

epel9 imports/e9/rust-signature_derive-2.1.0-1.el9
Fabio Valentini 1 year ago
parent 306bb083cd
commit 7349086dcc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/signature_derive-1.0.0-pre.7.crate
/signature_derive-2.0.1.crate
/signature_derive-2.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate signature_derive
Name: rust-signature_derive
Version: 2.0.1
Version: 2.1.0
Release: %autorelease
Summary: Custom derive support for the 'signature' crate
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/signature_derive
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Custom derive support for the 'signature' crate.}
@ -49,7 +49,7 @@ use the "default" 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 (signature_derive-2.0.1.crate) = 777d74e1258a66adad13052187bc1c0737ed42e51f85e65a95c1f8084ab84c752eb6273661aa8e61d56414c9b788ce55a195c76fce257c66089ab2c33e54b3b8
SHA512 (signature_derive-2.1.0.crate) = 1b32064c6e92280e8eeb2003bee141a25ce3a5f4f1425c72ca716637ccf0ead496f8fbc6b4552fdcbce148c60f08a57065456113212cd2aa610b5e4f3ef71f96

Loading…
Cancel
Save