Update to version 0.34.0

epel9 imports/e9/rust-gix-traverse-0.34.0-1.el9
blinxen 1 year ago
parent ee82802555
commit 549e6c1061

1
.gitignore vendored

@ -1 +1,2 @@
/gix-traverse-0.32.0.crate
/gix-traverse-0.34.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-traverse
Name: rust-gix-traverse
Version: 0.32.0
Version: 0.34.0
Release: %autorelease
Summary: Implementation for traversing git commit graphs and trees used by gix
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-traverse
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project.}
@ -48,7 +48,7 @@ use the "default" 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 for traversing git commit graphs and trees used by gix"

@ -1 +1 @@
SHA512 (gix-traverse-0.32.0.crate) = 839b70132757f1042a5a1dc04f326d31d9d64f47053bc3497b02e78382e6b47c36fe38becbbbc5a30e981aad85244745791f1771cdd2820e9923824e7c2cb81c
SHA512 (gix-traverse-0.34.0.crate) = 8ed405de94eca49911b1df90d5dbe3d4640573d2df2017bf195da62b9c900ef607430154c9e8200abceba9309269340ed47ddc66051368c4534bc3a8568efe7a

Loading…
Cancel
Save