Compare commits

...

7 Commits

4
.gitignore vendored

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

@ -0,0 +1,17 @@
--- gix-status-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-status-0.17.0/Cargo.toml 2025-01-19T23:35:41.598698+00:00
@@ -104,9 +104,6 @@
"dep:gix-diff",
]
-[target.'cfg(not(target_has_atomic = "64"))'.dependencies.portable-atomic]
-version = "1"
-
[lints.clippy]
bool_to_int_with_if = "allow"
borrow_as_ptr = "allow"
@@ -182,3 +179,4 @@
priority = -1
[lints.rust]
+

@ -1,19 +1,21 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
# * Deactivate tests because of a missing dev-dependency (gix-testtools) # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information # * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-status %global crate gix-status
Name: rust-gix-status Name: rust-gix-status
Version: 0.2.0 Version: 0.17.0
Release: %autorelease Release: %autorelease
Summary: Git status implemenation used by gix Summary: Git status implemenation used by gix
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-status URL: https://crates.io/crates/gix-status
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: gix-status-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -35,7 +37,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -50,6 +51,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (gix-status-0.2.0.crate) = 558206faf99e46812a79f4efc3166f6652beee30ff5740d5d0f3b33901227d893bd5f8078cd713e0301fffbcb39942457084593d1107d1cb1b12e66b400d1943 SHA512 (gix-status-0.17.0.crate) = 4c524576d4ff93500902428e5903dba93346a932e3ba3f712c9c24ba0b4029899419e4b0535ae0288144d437643f98e3da61e3f886ec3eb53d13a838d6c50059

Loading…
Cancel
Save