Update to version 0.2.9; Fixes RHBZ#2233471

epel9
Fabio Valentini 1 year ago
parent 3b7d014825
commit 9c324174b2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/gix-command-0.2.6.crate /gix-command-0.2.6.crate
/gix-command-0.2.7.crate /gix-command-0.2.7.crate
/gix-command-0.2.8.crate /gix-command-0.2.8.crate
/gix-command-0.2.9.crate

@ -7,7 +7,7 @@
%global crate gix-command %global crate gix-command
Name: rust-gix-command Name: rust-gix-command
Version: 0.2.8 Version: 0.2.9
Release: %autorelease Release: %autorelease
Summary: Handle gitoxide internal git command execution Summary: Handle gitoxide internal git command execution
@ -18,8 +18,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A WIP crate of the gitoxide project handling internal git command A crate of the gitoxide project handling internal git command execution.}
execution.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (gix-command-0.2.8.crate) = 8a9a32500145b4f9240df698ddb19d7b02471603d4bb8bff81f4da8434431fd84018c611a19ea24815d7eb3d7dd78c4ecf856d4457b2bc57b878e7d1f58d0acc SHA512 (gix-command-0.2.9.crate) = 0fc972a098f5ae02b1feeb539e655cef303f2604f57b7468ed1d1157ea75289988e6a02d56dd484161757bb9ab4b1a0de538d082660912943f2b740315d21a3e

Loading…
Cancel
Save