Compare commits

..

5 Commits

3
.gitignore vendored

@ -1 +1,4 @@
/gix-status-0.2.0.crate
/gix-status-0.8.0.crate
/gix-status-0.10.0.crate
/gix-status-0.13.0.crate

@ -0,0 +1,8 @@
--- gix-status-0.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-status-0.13.0/Cargo.toml 2024-09-07T00:27:23.915904+00:00
@@ -103,5 +103,3 @@
"dep:gix-diff",
]
-[target.'cfg(not(target_has_atomic = "64"))'.dependencies.portable-atomic]
-version = "1"

@ -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,13 +7,15 @@
%global crate gix-status
Name: rust-gix-status
Version: 0.2.0
Version: 0.13.0
Release: %autorelease
Summary: Git status implemenation used by gix
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-status
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: gix-status-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
@ -35,7 +37,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 +51,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.13.0.crate) = 33ec7cb202e1347c2554465405367197f81eeb83f9c138eae21d43f365e915dc1adc3866452cdaef99102c205cba41129c0a41494425e24bc473fe7ac515c9fd

Loading…
Cancel
Save