Update to version 0.32.0 (rhbz#2321179)

epel10 imports/epel10/rust-gix-revision-0.32.0-1.el10
blinxen 1 week ago
parent de3f7e1863
commit 333706bfea

1
.gitignore vendored

@ -4,3 +4,4 @@
/gix-revision-0.27.1.crate
/gix-revision-0.27.2.crate
/gix-revision-0.29.0.crate
/gix-revision-0.32.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate gix-revision
Name: rust-gix-revision
Version: 0.29.0
Version: 0.32.0
Release: %autorelease
Summary: Deal with finding names for revisions and parsing specifications
@ -72,6 +72,18 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+merge_base-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+merge_base-devel %{_description}
This package contains library source intended for building other packages which
use the "merge_base" feature of the "%{crate}" crate.
%files -n %{name}+merge_base-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-revision-0.29.0.crate) = 85d87440b8028ce17125b3dd30ded2785fb3d810c58ddec727c72fe5270248d7b9f321ccf46d274bdd05e2d238084c6b6e54ca7e3e2a7d9e44e091a05c961f24
SHA512 (gix-revision-0.32.0.crate) = 7ca1f4339fac3b33d3c984c50f1f2ffb86c1a96b560021aa5d91ae6fa9ea59e05ee80f2181cdf903a794924017d7dca36d927cc0ef9eb884c33f63d89ca70f30

Loading…
Cancel
Save