Update to version 0.38.1 (rhbz#2253235)

epel10
blinxen 10 months ago
parent 0056e042c6
commit c4ab391072

1
.gitignore vendored

@ -4,3 +4,4 @@
/gix-features-0.35.0.crate
/gix-features-0.36.0.crate
/gix-features-0.36.1.crate
/gix-features-0.38.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate gix-features
Name: rust-gix-features
Version: 0.36.1
Version: 0.38.1
Release: %autorelease
Summary: Integrate various capabilities using compile-time feature flags
@ -95,6 +95,18 @@ use the "fast-sha1" feature of the "%{crate}" crate.
%files -n %{name}+fast-sha1-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fs-read-dir-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fs-read-dir-devel %{_description}
This package contains library source intended for building other packages which
use the "fs-read-dir" feature of the "%{crate}" crate.
%files -n %{name}+fs-read-dir-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fs-walkdir-parallel-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-features-0.36.1.crate) = 558d9ee8d48f3867cc8e4fde8f4a189ea7788b1859c9493a5e87e28c3c545bd4eecd14a23ccfe457858273dac1e59fce6089f554423a815740054c2656875169
SHA512 (gix-features-0.38.1.crate) = 8a405dca152a4c913153b458646632097edcbb0a57320837f7e7fbb1d6f0e5293e9148f77a65ac19a1869203636c17c1d5aebcfabb5b3f31e8cc6e71da7827ec

Loading…
Cancel
Save