Compare commits

...

5 Commits

3
.gitignore vendored

@ -1 +1,4 @@
/gix-packetline-blocking-0.16.6.crate /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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-packetline-blocking %global crate gix-packetline-blocking
Name: rust-gix-packetline-blocking Name: rust-gix-packetline-blocking
Version: 0.16.6 Version: 0.17.5
Release: %autorelease Release: %autorelease
Summary: Duplicate of gix-packetline with the blocking-io feature pre-selected Summary: Duplicate of gix-packetline with the blocking-io feature pre-selected
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -48,6 +47,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+blocking-io-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -85,7 +96,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

Loading…
Cancel
Save