From f0db6a73e93ca45fade6a314255e24cc0938cc53 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 3 Jan 2025 23:06:54 +0300 Subject: [PATCH] import rust-unicase-2.8.1-1.el10 --- .gitignore | 2 +- .rust-unicase.metadata | 2 +- SPECS/rust-unicase.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 64f683e..21cc9cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/unicase-2.8.0.crate +SOURCES/unicase-2.8.1.crate diff --git a/.rust-unicase.metadata b/.rust-unicase.metadata index 81803ae..bbaa740 100644 --- a/.rust-unicase.metadata +++ b/.rust-unicase.metadata @@ -1 +1 @@ -6618700349b7e91d22c0793b8c8e41107103168a SOURCES/unicase-2.8.0.crate +39fe7f5aa74a5a5e7b9ac4f066ea27f47f887baf SOURCES/unicase-2.8.1.crate diff --git a/SPECS/rust-unicase.spec b/SPECS/rust-unicase.spec index 81bd20b..af130e7 100644 --- a/SPECS/rust-unicase.spec +++ b/SPECS/rust-unicase.spec @@ -8,14 +8,14 @@ }%{?-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 unicase Name: rust-unicase -Version: 2.8.0 +Version: 2.8.1 Release: %autorelease Summary: Case-insensitive wrapper around strings @@ -88,10 +88,13 @@ use the "nightly" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 2.8.1-1 +- Update to version 2.8.1; Fixes RHBZ#2334002 + * Fri Dec 20 2024 MSVSphere Packaging Team - 2.8.0-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Oct 19 2024 Fabio Valentini - 2.8.0-1 - Update to version 2.8.0; Fixes RHBZ#2319850