Update to version 0.2.8; Fixes RHBZ#2224734

epel9
Fabio Valentini 2 years ago
parent a5a0d21b19
commit 3b7d014825
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/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

@ -1,17 +1,16 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 24
# Deactivate tests because of a missing dev-dependency (gix-testtools) # * tests can only be run in-tree (missing dev-dependency: gix-testtools):
# See https://github.com/Byron/gitoxide/discussions/900 for more information # https://github.com/Byron/gitoxide/discussions/900
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-command %global crate gix-command
Name: rust-gix-command Name: rust-gix-command
Version: 0.2.7 Version: 0.2.8
Release: %autorelease Release: %autorelease
Summary: Handle gitoxide internal git command execution Summary: Handle gitoxide internal git command execution
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-command URL: https://crates.io/crates/gix-command
Source: %{crates_source} Source: %{crates_source}

@ -1,2 +1 @@
SHA512 (gix-command-0.2.6.crate) = 9ea1c1be93b2de6447904a2d85f10743cde390e71d4a7e4cd40b29606800ede3319fb85aee1919d920078315c33c90119a643fb7c18855ccaec6e5d56f6a3a11 SHA512 (gix-command-0.2.8.crate) = 8a9a32500145b4f9240df698ddb19d7b02471603d4bb8bff81f4da8434431fd84018c611a19ea24815d7eb3d7dd78c4ecf856d4457b2bc57b878e7d1f58d0acc
SHA512 (gix-command-0.2.7.crate) = 79cee1073c9ae23ee2f35ceccd429dc3617d2dc303bcc5f0c6b8e024d2e9786bc0b805c26830e8a21fd6011bdb3708593bbf78797c0478c8a0a1502d2af30a85

Loading…
Cancel
Save