Compare commits

...

6 Commits

4
.gitignore vendored

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

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

Loading…
Cancel
Save