From b5db2918a77a7566fc43f30c1bb60119c4f4b8b7 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 14 Jan 2024 01:46:01 +0300 Subject: [PATCH] import rust-pest-2.7.6-1.el9 --- .gitignore | 2 +- .rust-pest.metadata | 2 +- SOURCES/pest-fix-metadata.diff | 4 ++-- SPECS/rust-pest.spec | 9 ++++++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a4aa313..323cb8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pest-2.7.3.crate +SOURCES/pest-2.7.6.crate diff --git a/.rust-pest.metadata b/.rust-pest.metadata index 14e4e64..81e63f9 100644 --- a/.rust-pest.metadata +++ b/.rust-pest.metadata @@ -1 +1 @@ -59ebdc174eeb89a5558b8579ab829d5bb80ecccb SOURCES/pest-2.7.3.crate +ae12d29330c0f049faaed5c2810d844699c1e1fc SOURCES/pest-2.7.6.crate diff --git a/SOURCES/pest-fix-metadata.diff b/SOURCES/pest-fix-metadata.diff index a7323a0..95e2a26 100644 --- a/SOURCES/pest-fix-metadata.diff +++ b/SOURCES/pest-fix-metadata.diff @@ -1,5 +1,5 @@ ---- pest-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ pest-2.7.3/Cargo.toml 2023-09-19T21:19:48.059014+00:00 +--- pest-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ pest-2.7.6/Cargo.toml 2024-01-13T21:39:02.921895+00:00 @@ -53,10 +53,6 @@ version = "0.1.5" default-features = false diff --git a/SPECS/rust-pest.spec b/SPECS/rust-pest.spec index fa1be68..e277d69 100644 --- a/SPECS/rust-pest.spec +++ b/SPECS/rust-pest.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 pest Name: rust-pest -Version: 2.7.3 +Version: 2.7.6 Release: %autorelease Summary: Elegant Parser @@ -109,7 +109,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 @@ -127,6 +127,9 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +* Sat Jan 13 2024 Fabio Valentini - 2.7.6-1 +- Update to version 2.7.6; Fixes RHBZ#2240741 + * Mon Nov 20 2023 Arkady L. Shane - 2.7.3-1 - Rebuilt for MSVSphere 9.2