Update to version 0.7.9; Fixes RHBZ#2272549

epel10
Fabio Valentini 10 months ago
parent bbc468bfe9
commit 8b11233b18
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/der-0.7.6.crate
/der-0.7.7.crate
/der-0.7.8.crate
/der-0.7.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate der
Name: rust-der
Version: 0.7.8
Version: 0.7.9
Release: %autorelease
Summary: Pure Rust embedded-friendly implementation of DER for ASN.1
@ -183,7 +183,7 @@ use the "zeroize" 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,2 +0,0 @@
[DEFAULT]
summary = Pure Rust embedded-friendly implementation of DER for ASN.1

@ -0,0 +1,3 @@
[package]
summary = "Pure Rust embedded-friendly implementation of DER for ASN.1"

@ -1 +1 @@
SHA512 (der-0.7.8.crate) = 9cc5995cdb99c376cba473d2db476d81c824cc47c1924cf9c58d37a5508e2d01d3f10a009515d2ab456b1577af8de94e195bb315f61516029307ed860bc403dd
SHA512 (der-0.7.9.crate) = 6de996346365647ac0da23d3fa9c72100d665c9225dc2f0bf1f553c4f0e7eb5c6acf3f1e36a11a7cc20e8b1c44752997e6f592c1d142755df145c5e302800f5b

Loading…
Cancel
Save