Update to version 0.26.0

epel9 imports/e9/rust-gix-index-0.26.0-1.el9
blinxen 1 year ago
parent 5fb2c7ae07
commit b0029470af

1
.gitignore vendored

@ -1 +1,2 @@
/gix-index-0.24.0.crate /gix-index-0.24.0.crate
/gix-index-0.26.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%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.24.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
@ -74,7 +74,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -88,7 +88,8 @@ 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 published with the crate) # * 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 %cargo_test -- -- --skip entry_by_path_with_conflicting_file --skip size_of_entry --skip size_of_tree
%endif %endif

@ -0,0 +1,6 @@
[package]
summary = "Git index file implementation used by gix"
[tests]
skip = ["entry_by_path_with_conflicting_file", "size_of_entry", "size_of_tree"]
comments = ["Skip test that requires a not published file (tests/ directory is not published with the crate)"]

@ -1 +1 @@
SHA512 (gix-index-0.24.0.crate) = f4007af07bfae3081d7a3ff14f20c0ebaeadeda61aadc8404d22918a5002ecb106b74c173ae4e4cea7b191df4105e9c3e5d2c4d733ba272624a19d545f53efd9 SHA512 (gix-index-0.26.0.crate) = 24a9db5cf14469b796c61017f3f2638d0258810bf945e910e19b1276b322f5bed98bfbd19d3f344ca332dc1700c62f5e82cb28346c27addf9563c3a58b948860

Loading…
Cancel
Save