Update to version 0.9.2; Fixes RHBZ#2173455

epel9
Fabio Valentini 2 years ago
parent 32543924f5
commit b28b896857
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%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.1 Version: 0.9.2
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
@ -16,9 +16,9 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard Const-friendly implementation of the ISO/IEC Object Identifier (OID)
as defined in ITU X.660, with support for BER/DER encoding/decoding as well as standard as defined in ITU X.660, with support for BER/DER
heapless no_std (i.e. embedded) support.} encoding/decoding as well as heapless no_std (i.e. embedded) support.}
%description %{_description} %description %{_description}
@ -50,6 +50,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages which
use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+db-devel %package -n %{name}+db-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (const-oid-0.9.1.crate) = b2cfffe5d21d88a95775657ed66322664257636f1838b9a847d1e96826d4f2c28ac3a8e9a3987ec572b77d7c757333013f2cbf97e22eaf6d8640277df096f913 SHA512 (const-oid-0.9.2.crate) = ad75da209947af32b4020ef73a04c7ecc74600fe7ea70f33d1486f4346e7a3fb1d5e3a586b373f49b8b494215dfaff251b8d40181bd95e43373e8bd887fb6708

Loading…
Cancel
Save