From c156feacc7fa4acc1f768dd00021e0220ae1e6ff Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 26 Jan 2025 22:54:42 +0300 Subject: [PATCH] import rust-gix-path-0.10.14-1.el10 --- .gitignore | 2 +- .rust-gix-path.metadata | 2 +- SOURCES/gix-path-fix-metadata-auto.diff | 8 ++++---- SPECS/rust-gix-path.spec | 10 ++++++++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2e77b20..171de03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gix-path-0.10.13.crate +SOURCES/gix-path-0.10.14.crate diff --git a/.rust-gix-path.metadata b/.rust-gix-path.metadata index a279858..a49c185 100644 --- a/.rust-gix-path.metadata +++ b/.rust-gix-path.metadata @@ -1 +1 @@ -4ee9d9df68bff5a217f975a5099294148f73240d SOURCES/gix-path-0.10.13.crate +72fac802148055c8a7ee350464bf61952ff798e9 SOURCES/gix-path-0.10.14.crate diff --git a/SOURCES/gix-path-fix-metadata-auto.diff b/SOURCES/gix-path-fix-metadata-auto.diff index 42fb6b5..5aac56a 100644 --- a/SOURCES/gix-path-fix-metadata-auto.diff +++ b/SOURCES/gix-path-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- gix-path-0.10.13/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gix-path-0.10.13/Cargo.toml 2024-11-26T19:26:56.087266+00:00 -@@ -54,16 +54,6 @@ +--- gix-path-0.10.14/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gix-path-0.10.14/Cargo.toml 2025-01-19T23:35:29.212570+00:00 +@@ -55,16 +55,6 @@ [target.'cfg(not(target_family = "wasm"))'.dependencies.home] version = "0.5.5" @@ -17,7 +17,7 @@ [lints.clippy] bool_to_int_with_if = "allow" -@@ -139,3 +129,4 @@ +@@ -141,3 +131,4 @@ priority = -1 [lints.rust] diff --git a/SPECS/rust-gix-path.spec b/SPECS/rust-gix-path.spec index d0ec1ee..f8711a0 100644 --- a/SPECS/rust-gix-path.spec +++ b/SPECS/rust-gix-path.spec @@ -17,7 +17,7 @@ %global crate gix-path Name: rust-gix-path -Version: 0.10.13 +Version: 0.10.14 Release: %autorelease Summary: Utility crate for handling paths in gix @@ -79,10 +79,16 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Wed Jan 22 2025 blinxen - 0.10.14-1 +- Update to version 0.10.14 (rhbz#2338742) + +* Sun Jan 19 2025 Fedora Release Engineering - 0.10.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.10.13-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Thu Nov 28 2024 Fabio Valentini - 0.10.13-1 - Update to version 0.10.13; Fixes RHBZ#2321173