Compare commits

..

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

5
.gitignore vendored

@ -1,7 +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
/gix-worktree-stream-0.19.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 27
# 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 check 0
%bcond_with check
%global debug_package %{nil}
%global crate gix-worktree-stream
Name: rust-gix-worktree-stream
Version: 0.19.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.19.0.crate) = ec0cf68273721ba0d98dacde4abb3cd3b0a27f612a162b9b565f9fc40cc36c39a979330c78a7e6a7a512a52ec25bfdff29071a3761989e93505172b663d7872e
SHA512 (gix-worktree-stream-0.6.0.crate) = 863a5cc462cb9b8955c791d71a6c14163a48717ca0ad25fc55494e860b64c2e9643aef11c82f1808c730bc15328b4357bc2ab7ef4b0328d37c199d142cefa02d

Loading…
Cancel
Save