|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -8,16 +8,16 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# 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.45.3
|
|
|
|
|
Version: 0.48.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Git protocols implementation
|
|
|
|
|
|
|
|
|
@ -70,18 +70,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
|
|
|
|
@ -106,28 +94,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
|
|
|
|
@ -161,10 +149,16 @@ use the "serde" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Wed Jan 22 2025 blinxen <h-k-81@hotmail.com> - 0.48.0-1
|
|
|
|
|
- Update to version 0.48.0 (rhbz#2321176)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.45.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.45.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Sep 10 2024 blinxen <h-k-81@hotmail.com> - 0.45.3-1
|
|
|
|
|
- Update to version 0.45.3 (rhbz#2307397)
|
|
|
|
|
|
|
|
|
|