Update to version 0.7.3; Fixes RHBZ#2251990

epel9 imports/e9/rust-spki-0.7.3-1.el9
Fabio Valentini 1 year ago
parent 0667e8ae80
commit a660ed2092
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/spki-0.4.1.crate
/spki-0.7.2.crate
/spki-0.7.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate spki
Name: rust-spki
Version: 0.7.2
Version: 0.7.3
Release: %autorelease
Summary: X.509 Subject Public Key Info (RFC5280) describing public keys
@ -134,7 +134,7 @@ use the "std" 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

@ -0,0 +1,3 @@
[package]
summary = "X.509 Subject Public Key Info (RFC5280) describing public keys"

@ -1 +1 @@
SHA512 (spki-0.7.2.crate) = 25eab1b8590ed849ce1e93ac286e51532cfbaedc8c4ba98449ada0d675c8bef3bdeafc942fdf574aa8def0d148b7a6c694c69cbf37a9a3da12540b3be67d7fdb
SHA512 (spki-0.7.3.crate) = d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9

Loading…
Cancel
Save