From 3ffc05a2e8422d20f97b5e52f39a1feb9dea49ca Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 12 Jan 2024 01:41:39 +0300 Subject: [PATCH] import rust-const-oid-0.9.6-1.el9 --- .gitignore | 2 +- .rust-const-oid.metadata | 2 +- SOURCES/rust2rpm.conf | 2 -- SOURCES/rust2rpm.toml | 3 +++ SPECS/rust-const-oid.spec | 11 +++++++---- 5 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 SOURCES/rust2rpm.conf create mode 100644 SOURCES/rust2rpm.toml diff --git a/.gitignore b/.gitignore index decabca..9b20af6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/const-oid-0.9.5.crate +SOURCES/const-oid-0.9.6.crate diff --git a/.rust-const-oid.metadata b/.rust-const-oid.metadata index b5057cc..84e7fc2 100644 --- a/.rust-const-oid.metadata +++ b/.rust-const-oid.metadata @@ -1 +1 @@ -516836c18a27ffbd6ec037d23f892086eb272713 SOURCES/const-oid-0.9.5.crate +f4643b661b94a01fb15deddd111830be21c66e87 SOURCES/const-oid-0.9.6.crate diff --git a/SOURCES/rust2rpm.conf b/SOURCES/rust2rpm.conf deleted file mode 100644 index 5e07d6f..0000000 --- a/SOURCES/rust2rpm.conf +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -summary = Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..9112561 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[package] +summary = "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard" + diff --git a/SPECS/rust-const-oid.spec b/SPECS/rust-const-oid.spec index 487f041..8d43d06 100644 --- a/SPECS/rust-const-oid.spec +++ b/SPECS/rust-const-oid.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate const-oid Name: rust-const-oid -Version: 0.9.5 +Version: 0.9.6 Release: %autorelease Summary: Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard @@ -23,7 +23,7 @@ License: Apache-2.0 OR MIT URL: https://crates.io/crates/const-oid Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Const-friendly implementation of the ISO/IEC Object Identifier (OID) @@ -97,7 +97,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 @@ -115,6 +115,9 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +* Thu Jan 11 2024 Fabio Valentini - 0.9.6-1 +- Update to version 0.9.6; Fixes RHBZ#2254640 + * Tue Nov 21 2023 Arkady L. Shane - 0.9.5-1 - Rebuilt for MSVSphere 9.2