|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
|
|
|
|
|
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
|
|
|
|
|
%bcond_with check
|
|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global crate gix-protocol
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-protocol
|
|
|
|
|
Version: 0.41.1
|
|
|
|
|
Version: 0.45.3
|
|
|
|
|
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
|
|
|
|
|