Update to version 0.8.0 (rhbz#2253279)

epel10
blinxen 10 months ago
parent 4f1ab898cf
commit a74c8f3299

1
.gitignore vendored

@ -1 +1,2 @@
/gix-status-0.2.0.crate
/gix-status-0.8.0.crate

@ -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-status
Name: rust-gix-status
Version: 0.2.0
Version: 0.8.0
Release: %autorelease
Summary: Git status implemenation used by gix
@ -35,7 +35,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
@ -50,6 +49,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+document-features-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+document-features-devel %{_description}
This package contains library source intended for building other packages which
use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+worktree-rewrites-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+worktree-rewrites-devel %{_description}
This package contains library source intended for building other packages which
use the "worktree-rewrites" feature of the "%{crate}" crate.
%files -n %{name}+worktree-rewrites-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (gix-status-0.2.0.crate) = 558206faf99e46812a79f4efc3166f6652beee30ff5740d5d0f3b33901227d893bd5f8078cd713e0301fffbcb39942457084593d1107d1cb1b12e66b400d1943
SHA512 (gix-status-0.8.0.crate) = d158d1bb5a8315b6e334c5bad9161f70eacf2a7f9656a9489ec1d58c77301985bd7a211faa5c22af4451a3fefc7ac8f5e90d96c5b12962273bfa54114c7d234a

Loading…
Cancel
Save