Compare commits

..

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

5
.gitignore vendored

@ -1,7 +1,2 @@
/gix-index-0.24.0.crate /gix-index-0.24.0.crate
/gix-index-0.26.0.crate /gix-index-0.26.0.crate
/gix-index-0.31.1.crate
/gix-index-0.33.0.crate
/gix-index-0.33.1.crate
/gix-index-0.35.0.crate
/gix-index-0.38.0.crate

@ -1,13 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools) %bcond_without check
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-index %global crate gix-index
Name: rust-gix-index Name: rust-gix-index
Version: 0.38.0 Version: 0.26.0
Release: %autorelease Release: %autorelease
Summary: Git index file implementation used by gix Summary: Git index file implementation used by gix
@ -35,6 +33,7 @@ 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
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -89,7 +88,9 @@ use the "serde" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * Skip test that requires a not published file (tests/ directory is not
# published with the crate)
%cargo_test -- -- --skip entry_by_path_with_conflicting_file --skip size_of_entry --skip size_of_tree
%endif %endif
%changelog %changelog

@ -2,8 +2,5 @@
summary = "Git index file implementation used by gix" summary = "Git index file implementation used by gix"
[tests] [tests]
run = ["none"] skip = ["entry_by_path_with_conflicting_file", "size_of_entry", "size_of_tree"]
comments = [ comments = ["Skip test that requires a not published file (tests/ directory is not published with the crate)"]
"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-index-0.38.0.crate) = eab597eeb68b1cc5f5775080686eef31785df441c34cc338096a81de35fd9f9b7de467d1a7bc59b717cb83c312e3904bf4a5a3b47920fc2f4bae4b6cf31ad55d SHA512 (gix-index-0.26.0.crate) = 24a9db5cf14469b796c61017f3f2638d0258810bf945e910e19b1276b322f5bed98bfbd19d3f344ca332dc1700c62f5e82cb28346c27addf9563c3a58b948860

Loading…
Cancel
Save