Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

6
.gitignore vendored

@ -3,9 +3,3 @@
/gix-actor-0.26.0.crate
/gix-actor-0.27.0.crate
/gix-actor-0.28.0.crate
/gix-actor-0.31.1.crate
/gix-actor-0.31.2.crate
/gix-actor-0.31.4.crate
/gix-actor-0.31.5.crate
/gix-actor-0.32.0.crate
/gix-actor-0.33.2.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 27
# Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond check 0
%bcond_with check
%global debug_package %{nil}
%global crate gix-actor
Name: rust-gix-actor
Version: 0.33.2
Version: 0.28.0
Release: %autorelease
Summary: Way to identify git actors
@ -34,6 +34,7 @@ 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
@ -60,6 +61,18 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+gix-features-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+gix-features-devel %{_description}
This package contains library source intended for building other packages which
use the "gix-features" feature of the "%{crate}" crate.
%files -n %{name}+gix-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-actor-0.33.2.crate) = 5289c2bfe6a318d1ece87b084a47e641cb7cb7a02fdb79286167e3e70eed3e7b961ff0f125dbec44b83a1bdb86f010a2cb1ec93ebfd4e5bed92eeb5ec410703f
SHA512 (gix-actor-0.28.0.crate) = c458078e2008773460add33c2093d79ef21c2fa788419d79c31bbde13d1d2ede1161a491e33200ba71419f08b6ab2c35319627b6671b7ffc4e8521cbfdd0dec4

Loading…
Cancel
Save