Update to version 0.48.0 (rhbz#2321176)

epel10 imports/epel10/rust-gix-protocol-0.48.0-1.el10
blinxen 1 week ago
parent cc2c3f176c
commit e56c6512d8

1
.gitignore vendored

@ -4,3 +4,4 @@
/gix-protocol-0.45.1.crate /gix-protocol-0.45.1.crate
/gix-protocol-0.45.2.crate /gix-protocol-0.45.2.crate
/gix-protocol-0.45.3.crate /gix-protocol-0.45.3.crate
/gix-protocol-0.48.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
# * Deactivate tests because of a missing dev-dependency (gix-testtools) # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information # * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-protocol %global crate gix-protocol
Name: rust-gix-protocol Name: rust-gix-protocol
Version: 0.45.3 Version: 0.48.0
Release: %autorelease Release: %autorelease
Summary: Git protocols implementation Summary: Git protocols implementation
@ -60,18 +60,6 @@ use the "async-client" feature of the "%{crate}" crate.
%files -n %{name}+async-client-devel %files -n %{name}+async-client-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-trait-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+async-trait-devel %{_description}
This package contains library source intended for building other packages which
use the "async-trait" feature of the "%{crate}" crate.
%files -n %{name}+async-trait-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+blocking-client-devel %package -n %{name}+blocking-client-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -96,28 +84,28 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel %files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-io-devel %package -n %{name}+fetch-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+futures-io-devel %{_description} %description -n %{name}+fetch-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "futures-io" feature of the "%{crate}" crate. use the "fetch" feature of the "%{crate}" crate.
%files -n %{name}+futures-io-devel %files -n %{name}+fetch-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-lite-devel %package -n %{name}+handshake-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+futures-lite-devel %{_description} %description -n %{name}+handshake-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "futures-lite" feature of the "%{crate}" crate. use the "handshake" feature of the "%{crate}" crate.
%files -n %{name}+futures-lite-devel %files -n %{name}+handshake-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel

@ -1 +1 @@
SHA512 (gix-protocol-0.45.3.crate) = 3b20d2d802a02b3cdde49c97339d10bcbffa85546051ad2191da4df6d0ded8f3de464998874aed47336d35b80ab57571241242274c878179db747f6064cdb4f4 SHA512 (gix-protocol-0.48.0.crate) = 213f013fd1b73cb7d2ca34138c7c8d0d4d39dd28d54007066ac8846afb4f04748f3f2ed1aab0086cc07988d7b87418cc66c9fba107200a9d83dfe876b4e4e7dc

Loading…
Cancel
Save