Compare commits

..

8 Commits

5
.gitignore vendored

@ -1,2 +1,7 @@
/gix-protocol-0.39.0.crate
/gix-protocol-0.41.1.crate
/gix-protocol-0.44.2.crate
/gix-protocol-0.45.1.crate
/gix-protocol-0.45.2.crate
/gix-protocol-0.45.3.crate
/gix-protocol-0.48.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 27
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate gix-protocol
Name: rust-gix-protocol
Version: 0.41.1
Version: 0.48.0
Release: %autorelease
Summary: Git protocols implementation
@ -34,7 +34,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
@ -61,18 +60,6 @@ use the "async-client" feature of the "%{crate}" crate.
%files -n %{name}+async-client-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -97,28 +84,28 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-io-devel
%package -n %{name}+fetch-devel
Summary: %{summary}
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
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
%package -n %{name}+futures-lite-devel
%package -n %{name}+handshake-devel
Summary: %{summary}
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
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
%package -n %{name}+serde-devel

@ -1 +1 @@
SHA512 (gix-protocol-0.41.1.crate) = d8aac5b7e864844b81c7de79d3c345cc97ebd2ad7fd4cf9edff49ac772ffb244c85a9289df40a0f3a5be6b6ed3d93dd8e03e41117884020ce76df4ad12d2ddc1
SHA512 (gix-protocol-0.48.0.crate) = 213f013fd1b73cb7d2ca34138c7c8d0d4d39dd28d54007066ac8846afb4f04748f3f2ed1aab0086cc07988d7b87418cc66c9fba107200a9d83dfe876b4e4e7dc

Loading…
Cancel
Save