Compare commits

..

7 Commits

4
.gitignore vendored

@ -1 +1,5 @@
/gix-packetline-blocking-0.16.6.crate
/gix-packetline-blocking-0.17.3.crate
/gix-packetline-blocking-0.17.4.crate
/gix-packetline-blocking-0.17.5.crate
/gix-packetline-blocking-0.18.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate gix-packetline-blocking
Name: rust-gix-packetline-blocking
Version: 0.16.6
Version: 0.18.2
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.18.2.crate) = d54a63d962a785a050a7e04c832eb7b2e8b308af12db9726aafea30e30cab4d90a82cbf142029b0f5c732800ec764653f3a55a97c2f00d799c434478b429230a

Loading…
Cancel
Save