Update to version 0.9.6; Fixes RHBZ#2254640

epel9 imports/e9/rust-const-oid-0.9.6-1.el9
Fabio Valentini 1 year ago
parent 83081a347f
commit b524788514
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/const-oid-0.9.3.crate /const-oid-0.9.3.crate
/const-oid-0.9.4.crate /const-oid-0.9.4.crate
/const-oid-0.9.5.crate /const-oid-0.9.5.crate
/const-oid-0.9.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate const-oid %global crate const-oid
Name: rust-const-oid Name: rust-const-oid
Version: 0.9.5 Version: 0.9.6
Release: %autorelease Release: %autorelease
Summary: Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard Summary: Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/const-oid URL: https://crates.io/crates/const-oid
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Const-friendly implementation of the ISO/IEC Object Identifier (OID) Const-friendly implementation of the ISO/IEC Object Identifier (OID)
@ -87,7 +87,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard

@ -0,0 +1,3 @@
[package]
summary = "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard"

@ -1 +1 @@
SHA512 (const-oid-0.9.5.crate) = 88406f4a9da556e9470b588247067fc62d970a61696e1bcc9cf7bff9efc1cff644d7c48cf95e65c08d93ddaf055b7365e6d697d67f48e4fa8ceae16f55c414d7 SHA512 (const-oid-0.9.6.crate) = b871d3b4326c4828b1c1d7a3e968315fa320e0b52e97081a95617ded0dc5b93d42b3f79ad26ff3b58a4835dcc442473f3965c2b60026412ad6aacc0c23e9f399

Loading…
Cancel
Save