Update to version 0.17.0 (rhbz#2321182)

epel10 imports/epel10/rust-gix-status-0.17.0-1.el10
blinxen 1 week ago
parent b351b49c29
commit f2b423e496

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-status-0.8.0.crate /gix-status-0.8.0.crate
/gix-status-0.10.0.crate /gix-status-0.10.0.crate
/gix-status-0.13.0.crate /gix-status-0.13.0.crate
/gix-status-0.17.0.crate

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

@ -1,13 +1,13 @@
# Generated by rust2rpm 26 # 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.13.0 Version: 0.17.0
Release: %autorelease Release: %autorelease
Summary: Git status implemenation used by gix Summary: Git status implemenation used by gix

@ -1 +1 @@
SHA512 (gix-status-0.13.0.crate) = 33ec7cb202e1347c2554465405367197f81eeb83f9c138eae21d43f365e915dc1adc3866452cdaef99102c205cba41129c0a41494425e24bc473fe7ac515c9fd SHA512 (gix-status-0.17.0.crate) = 4c524576d4ff93500902428e5903dba93346a932e3ba3f712c9c24ba0b4029899419e4b0535ae0288144d437643f98e3da61e3f886ec3eb53d13a838d6c50059

Loading…
Cancel
Save