Update to version 0.9.1; Fixes RHBZ#2142314

epel9
Fabio Valentini 2 years ago
parent 62963ee940
commit 9814e2f1b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/const-oid-0.6.2.crate
/const-oid-0.9.0.crate
/const-oid-0.9.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate const-oid
Name: rust-const-oid
Version: 0.9.0
Version: 0.9.1
Release: %autorelease
Summary: Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
@ -13,8 +13,6 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/const-oid
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (const-oid-0.9.0.crate) = 6e3ca3cf1c7749ee8e4e517a4965021e2985510d7571281a7c0e4a27d1a7758f643f6da2a61d20e7a2611d73e1f8fbc299b65855ae818d14579c96653e6ea579
SHA512 (const-oid-0.9.1.crate) = b2cfffe5d21d88a95775657ed66322664257636f1838b9a847d1e96826d4f2c28ac3a8e9a3987ec572b77d7c757333013f2cbf97e22eaf6d8640277df096f913

Loading…
Cancel
Save