Update to version 0.38.0

epel9 imports/e9/rust-gix-transport-0.38.0-1.el9
blinxen 1 year ago
parent 0b43f600e4
commit 79fe4396be

1
.gitignore vendored

@ -1 +1,2 @@
/gix-transport-0.36.1.crate
/gix-transport-0.38.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-transport
Name: rust-gix-transport
Version: 0.36.1
Version: 0.38.0
Release: %autorelease
Summary: Implementation of the git transport layer used by gix
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-transport
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project dedicated to implementing the git
@ -241,7 +241,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,2 @@
[package]
summary = "Implementation of the git transport layer used by gix"

@ -1 +1 @@
SHA512 (gix-transport-0.36.1.crate) = 5b6d95730230789569530f174c1e9f8274aa9e0f1d7067c53d1221fa98176ce645a24a4f64669f7803ecc09a817e074313ff72935a0c91f374621605800a41d0
SHA512 (gix-transport-0.38.0.crate) = afa47a6d9f104be4cd607b30e9a9ad10a886fd77babe0b9ffd674ac609fdf92eabb7406c956047244387c615565a61c11a4c94060c588c175eee21b60824285c

Loading…
Cancel
Save