Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

4
.gitignore vendored

@ -1,6 +1,2 @@
/gix-worktree-stream-0.4.0.crate
/gix-worktree-stream-0.6.0.crate
/gix-worktree-stream-0.11.0.crate
/gix-worktree-stream-0.13.0.crate
/gix-worktree-stream-0.13.1.crate
/gix-worktree-stream-0.15.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
@ -7,7 +7,7 @@
%global crate gix-worktree-stream
Name: rust-gix-worktree-stream
Version: 0.15.0
Version: 0.6.0
Release: %autorelease
Summary: Generate a byte-stream from a git-tree
@ -34,6 +34,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
# We exclude the tests directory because they contain bash scripts
# and the automatic Requires detection falsely adds bash as a required dependency.
# Tests are disabled anyway so this should have no effect.

@ -1 +1 @@
SHA512 (gix-worktree-stream-0.15.0.crate) = 856c3d8f4be5156702bff7491604b202b02d18f5f8d643f8ccb2b06bb1cedde52fa4c1780f4c4945f74e33f91521df328b430e73f2e3191aeec91bf1ec94e961
SHA512 (gix-worktree-stream-0.6.0.crate) = 863a5cc462cb9b8955c791d71a6c14163a48717ca0ad25fc55494e860b64c2e9643aef11c82f1808c730bc15328b4357bc2ab7ef4b0328d37c199d142cefa02d

Loading…
Cancel
Save