Update to version 0.17.3 (rhbz#2253272)

epel10
blinxen 10 months ago
parent e0f6cae65d
commit b1d2cb29a3

1
.gitignore vendored

@ -1 +1,2 @@
/gix-packetline-blocking-0.16.6.crate
/gix-packetline-blocking-0.17.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate gix-packetline-blocking
Name: rust-gix-packetline-blocking
Version: 0.16.6
Version: 0.17.3
Release: %autorelease
Summary: Duplicate of gix-packetline with the blocking-io feature pre-selected
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -48,6 +47,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-io-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+async-io-devel %{_description}
This package contains library source intended for building other packages which
use the "async-io" feature of the "%{crate}" crate.
%files -n %{name}+async-io-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+blocking-io-devel
Summary: %{summary}
BuildArch: noarch
@ -85,7 +96,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (gix-packetline-blocking-0.16.6.crate) = 0587039cb9ced0a5ef6597962fc7ed1d669a3af7f2b09a33b32839abd2cffe8725e2f549f46390e2c41f173597468257cf2e3ec74fe74c2aa2c1a2d0fb439a52
SHA512 (gix-packetline-blocking-0.17.3.crate) = bbeba4fee83371b9a7b2cd14739b3674e1f6c7995063ee4055dd590877e172a0e002c8c9e8f6a1ae8da1aa3d31746df42fadd74fcbacac89b417bfab13b4db60

Loading…
Cancel
Save