Update to version 0.6.0

epel9 imports/e9/rust-gix-worktree-stream-0.6.0-1.el9
blinxen 1 year ago
parent 701c3d47c3
commit 7d5274b83c

1
.gitignore vendored

@ -1 +1,2 @@
/gix-worktree-stream-0.4.0.crate /gix-worktree-stream-0.4.0.crate
/gix-worktree-stream-0.6.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# Deactivate tests because of a missing dev-dependency (gix-testtools) # * 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_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-worktree-stream %global crate gix-worktree-stream
Name: rust-gix-worktree-stream Name: rust-gix-worktree-stream
Version: 0.4.0 Version: 0.6.0
Release: %autorelease Release: %autorelease
Summary: Generate a byte-stream from a git-tree Summary: Generate a byte-stream from a git-tree
@ -14,7 +15,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-worktree-stream URL: https://crates.io/crates/gix-worktree-stream
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Generate a byte-stream from a git-tree.} Generate a byte-stream from a git-tree.}
@ -53,7 +54,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,6 @@
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

@ -1 +1 @@
SHA512 (gix-worktree-stream-0.4.0.crate) = 035aa728c3c843d9427e78a1dd7e7ed8b3190d479b111879367898e41f9d132cf8c6fff9dd45db3c2744da8c1254e1a4d3668df26e13430b632531da8a6e3183 SHA512 (gix-worktree-stream-0.6.0.crate) = 863a5cc462cb9b8955c791d71a6c14163a48717ca0ad25fc55494e860b64c2e9643aef11c82f1808c730bc15328b4357bc2ab7ef4b0328d37c199d142cefa02d

Loading…
Cancel
Save