From c8241c751dbbf74e52bf2863257e708c9fcf4f7b Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 3 Jan 2025 22:54:34 +0300 Subject: [PATCH] import rust-no-panic-0.1.33-1.el10 --- .gitignore | 2 +- .rust-no-panic.metadata | 2 +- SPECS/rust-no-panic.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 70b2539..81ced2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/no-panic-0.1.32.crate +SOURCES/no-panic-0.1.33.crate diff --git a/.rust-no-panic.metadata b/.rust-no-panic.metadata index e092d38..44f9a6a 100644 --- a/.rust-no-panic.metadata +++ b/.rust-no-panic.metadata @@ -1 +1 @@ -eb0316b957f76dc3bad133afef75ace28d2fb265 SOURCES/no-panic-0.1.32.crate +c9eb656ff6b815d98154715e6d8f53114d74dbaf SOURCES/no-panic-0.1.33.crate diff --git a/SPECS/rust-no-panic.spec b/SPECS/rust-no-panic.spec index a9464ab..981a1a6 100644 --- a/SPECS/rust-no-panic.spec +++ b/SPECS/rust-no-panic.spec @@ -15,7 +15,7 @@ %global crate no-panic Name: rust-no-panic -Version: 0.1.32 +Version: 0.1.33 Release: %autorelease Summary: Attribute macro to require that the compiler prove a function can't ever panic @@ -77,10 +77,13 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 0.1.33-1 +- Update to version 0.1.33; Fixes RHBZ#2333712 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.1.32-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Tue Nov 26 2024 Fabio Valentini - 0.1.32-1 - Update to version 0.1.32; Fixes RHBZ#2325409