From 27baf4935e48273cc0662cd467859090bd1c5ee7 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 11 Feb 2025 01:40:14 +0300 Subject: [PATCH] import rust-dyn-clone-1.0.18-1.el10 --- .gitignore | 2 +- .rust-dyn-clone.metadata | 2 +- SPECS/rust-dyn-clone.spec | 22 ++++++++++++++-------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index e2ac7dc..b8a0297 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dyn-clone-1.0.17.crate +SOURCES/dyn-clone-1.0.18.crate diff --git a/.rust-dyn-clone.metadata b/.rust-dyn-clone.metadata index e214624..3dc87fa 100644 --- a/.rust-dyn-clone.metadata +++ b/.rust-dyn-clone.metadata @@ -1 +1 @@ -cfd12fc5bc58c3a4c05426530b5fbc07ebebde77 SOURCES/dyn-clone-1.0.17.crate +16173b75c5289d70be6f3c936448cecd436f37b1 SOURCES/dyn-clone-1.0.18.crate diff --git a/SPECS/rust-dyn-clone.spec b/SPECS/rust-dyn-clone.spec index b312fe6..153ff0a 100644 --- a/SPECS/rust-dyn-clone.spec +++ b/SPECS/rust-dyn-clone.spec @@ -1,23 +1,23 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 2; + release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate dyn-clone Name: rust-dyn-clone -Version: 1.0.17 +Version: 1.0.18 Release: %autorelease -Summary: Clone trait that is object-safe +Summary: Clone trait that is dyn-compatible License: MIT OR Apache-2.0 URL: https://crates.io/crates/dyn-clone @@ -26,7 +26,7 @@ Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: -Clone trait that is object-safe.} +Clone trait that is dyn-compatible.} %description %{_description} @@ -76,10 +76,16 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Mon Feb 10 2025 Fabio Valentini - 1.0.18-1 +- Update to version 1.0.18; Fixes RHBZ#2343312 + +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.17-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.17-2 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Jul 19 2024 Fedora Release Engineering - 1.0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild