From e579d2f2862e483862333dadf7b9f3a8fd22fb2f Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 26 Jan 2025 22:49:17 +0300 Subject: [PATCH] import rust-gix-actor-0.33.2-1.el10 --- .gitignore | 2 +- .rust-gix-actor.metadata | 2 +- SPECS/rust-gix-actor.spec | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7007c2a..db101e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gix-actor-0.32.0.crate +SOURCES/gix-actor-0.33.2.crate diff --git a/.rust-gix-actor.metadata b/.rust-gix-actor.metadata index 119c092..ee7fc0f 100644 --- a/.rust-gix-actor.metadata +++ b/.rust-gix-actor.metadata @@ -1 +1 @@ -a5ce575531ce66be95ee91cefaaba70241aa8eba SOURCES/gix-actor-0.32.0.crate +3b789941dfcf5677466ae99136cf695b5bd361ca SOURCES/gix-actor-0.33.2.crate diff --git a/SPECS/rust-gix-actor.spec b/SPECS/rust-gix-actor.spec index 44691e1..0ccdd7b 100644 --- a/SPECS/rust-gix-actor.spec +++ b/SPECS/rust-gix-actor.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,16 +8,16 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 +# Generated by rust2rpm 27 # * Deactivate tests because of a missing dev-dependency (gix-testtools) # * See https://github.com/Byron/gitoxide/discussions/900 for more information -%bcond_with check +%bcond check 0 %global debug_package %{nil} %global crate gix-actor Name: rust-gix-actor -Version: 0.32.0 +Version: 0.33.2 Release: %autorelease Summary: Way to identify git actors @@ -101,10 +101,16 @@ use the "serde" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Wed Jan 22 2025 blinxen - 0.33.2-1 +- Update to version 0.33.2 (rhbz#2321143) + +* Sun Jan 19 2025 Fedora Release Engineering - 0.32.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.32.0-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Tue Sep 10 2024 blinxen - 0.32.0-1 - Update to version 0.32.0 (rhbz#2307451)