Update to version 0.1.11 (rhbz#2265919)

epel10
blinxen 10 months ago
parent 451bc65565
commit 289df6e568

1
.gitignore vendored

@ -3,3 +3,4 @@
/gix-utils-0.1.4.crate
/gix-utils-0.1.5.crate
/gix-utils-0.1.9.crate
/gix-utils-0.1.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate gix-utils
Name: rust-gix-utils
Version: 0.1.9
Version: 0.1.11
Release: %autorelease
Summary: Utilities for gitoxide
@ -46,6 +46,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bstr-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bstr-devel %{_description}
This package contains library source intended for building other packages which
use the "bstr" feature of the "%{crate}" crate.
%files -n %{name}+bstr-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (gix-utils-0.1.9.crate) = badcb82a60f5ea17dfc3e97a3d0326e89c49882c8b92833db8021203ec8fda469a4e1216e040bbc070b78593202cf23a93125c522dad43b0c53c87d852a543ff
SHA512 (gix-utils-0.1.11.crate) = 8335eedda865c4d0057ce01f65a07d23863803c80ce2ae3b656f3b8bb3a14b81977d30b88b34b883f58739bdfee9ab5b9e380577a4d9296259178cbfe1de824e

Loading…
Cancel
Save