From 2adda70e5e630d12ec1a52d0cb84f7cfb379385a Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 26 Jan 2025 22:50:23 +0300 Subject: [PATCH] import rust-gix-commitgraph-0.26.0-1.el10 --- .gitignore | 2 +- .rust-gix-commitgraph.metadata | 2 +- SPECS/rust-gix-commitgraph.spec | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b48a03b..cbb07e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gix-commitgraph-0.24.3.crate +SOURCES/gix-commitgraph-0.26.0.crate diff --git a/.rust-gix-commitgraph.metadata b/.rust-gix-commitgraph.metadata index 267f642..d2d9ae1 100644 --- a/.rust-gix-commitgraph.metadata +++ b/.rust-gix-commitgraph.metadata @@ -1 +1 @@ -97692b4a4315af05f59b60dadfda918a1ab6e9dc SOURCES/gix-commitgraph-0.24.3.crate +6750ac799438b92ef93eb1b3445465093047fcbb SOURCES/gix-commitgraph-0.26.0.crate diff --git a/SPECS/rust-gix-commitgraph.spec b/SPECS/rust-gix-commitgraph.spec index 3d58b56..2ec78a7 100644 --- a/SPECS/rust-gix-commitgraph.spec +++ b/SPECS/rust-gix-commitgraph.spec @@ -1,5 +1,5 @@ ## 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 = 1; @@ -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 gix-commitgraph Name: rust-gix-commitgraph -Version: 0.24.3 +Version: 0.26.0 Release: %autorelease Summary: Read-only access to the git commitgraph file format @@ -99,10 +99,16 @@ use the "serde" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Wed Jan 22 2025 blinxen - 0.26.0-1 +- Update to version 0.26.0 (rhbz#2321146) + +* Sun Jan 19 2025 Fedora Release Engineering - 0.24.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.24.3-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Thu Jul 25 2024 blinxen - 0.24.3-1 - Update to version 0.24.3 (rhbz#2299562)