Compare commits

..

8 Commits

5
.gitignore vendored

@ -1,2 +1,7 @@
/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,11 +1,13 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * 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.26.0 Version: 0.38.0
Release: %autorelease Release: %autorelease
Summary: Git index file implementation used by gix Summary: Git index file implementation used by gix
@ -33,7 +35,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
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -88,9 +89,7 @@ use the "serde" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * Skip test that requires a not published file (tests/ directory is not %cargo_test
# 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,5 +2,8 @@
summary = "Git index file implementation used by gix" summary = "Git index file implementation used by gix"
[tests] [tests]
skip = ["entry_by_path_with_conflicting_file", "size_of_entry", "size_of_tree"] run = ["none"]
comments = ["Skip test that requires a not published file (tests/ directory is not published with the crate)"] 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-index-0.26.0.crate) = 24a9db5cf14469b796c61017f3f2638d0258810bf945e910e19b1276b322f5bed98bfbd19d3f344ca332dc1700c62f5e82cb28346c27addf9563c3a58b948860 SHA512 (gix-index-0.38.0.crate) = eab597eeb68b1cc5f5775080686eef31785df441c34cc338096a81de35fd9f9b7de467d1a7bc59b717cb83c312e3904bf4a5a3b47920fc2f4bae4b6cf31ad55d

Loading…
Cancel
Save