From 8e3169989bbae0501205d545ff1b467ead6c7927 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 15 Jan 2024 02:13:43 +0300 Subject: [PATCH] import rust-rkyv_derive-0.7.43-1.el9 --- .gitignore | 2 +- .rust-rkyv_derive.metadata | 2 +- SPECS/rust-rkyv_derive.spec | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e2fbeff..13d45e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rkyv_derive-0.7.42.crate +SOURCES/rkyv_derive-0.7.43.crate diff --git a/.rust-rkyv_derive.metadata b/.rust-rkyv_derive.metadata index 20ca508..a21a877 100644 --- a/.rust-rkyv_derive.metadata +++ b/.rust-rkyv_derive.metadata @@ -1 +1 @@ -21f05a90d6acfa26a8c0403a19125dbc2f200c2e SOURCES/rkyv_derive-0.7.42.crate +c2510c37978634d3960ad801c6acaaa6a4b3c4a3 SOURCES/rkyv_derive-0.7.43.crate diff --git a/SPECS/rust-rkyv_derive.spec b/SPECS/rust-rkyv_derive.spec index ec67294..c91b5de 100644 --- a/SPECS/rust-rkyv_derive.spec +++ b/SPECS/rust-rkyv_derive.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 rkyv_derive Name: rust-rkyv_derive -Version: 0.7.42 +Version: 0.7.43 Release: %autorelease Summary: Derive macro for rkyv @@ -23,7 +23,7 @@ License: MIT URL: https://crates.io/crates/rkyv_derive Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Derive macro for rkyv.} @@ -117,7 +117,7 @@ use the "strict" 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 @@ -135,9 +135,15 @@ use the "strict" feature of the "%{crate}" crate. %endif %changelog -* Mon Nov 20 2023 Arkady L. Shane - 0.7.42-1 +* Sun Jan 14 2024 Fabio Valentini - 0.7.43-1 +- Update to version 0.7.43; Fixes RHBZ#2254896 + +* Mon Nov 20 2023 Arkady L. Shane - 0.7.42-2 - Rebuilt for MSVSphere 9.2 +* Fri Jul 21 2023 Fedora Release Engineering - 0.7.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon May 22 2023 Fabio Valentini - 0.7.42-1 - Update to version 0.7.42; Fixes RHBZ#2203536