Update to 0.80.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-nu-system-0.80.0-1.el9
Michel Alexandre Salim 2 years ago
parent a28080a3b4
commit 3afc7c7b09
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1,3 +1,4 @@
/nu-system-0.65.0.crate /nu-system-0.65.0.crate
/nu-system-0.75.0.crate /nu-system-0.75.0.crate
/nu-system-0.76.0.crate /nu-system-0.76.0.crate
/nu-system-0.80.0.crate

@ -1,11 +1,11 @@
--- nu-system-0.76.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- nu-system-0.80.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-system-0.76.0/Cargo.toml 2023-02-22T20:51:47.738458+00:00 +++ nu-system-0.80.0/Cargo.toml 2023-05-21T19:13:10.136695+00:00
@@ -46,53 +46,3 @@ @@ -46,53 +46,3 @@
] ]
default-features = false default-features = false
-[target."cfg(target_os = \"macos\")".dependencies.errno] -[target."cfg(target_os = \"macos\")".dependencies.errno]
-version = "0.2" -version = "0.3"
- -
-[target."cfg(target_os = \"macos\")".dependencies.libproc] -[target."cfg(target_os = \"macos\")".dependencies.libproc]
-version = "0.12.0" -version = "0.12.0"

@ -1,11 +0,0 @@
--- nu-system-0.76.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-system-0.76.0/Cargo.toml 2023-02-22T20:51:55.954362+00:00
@@ -37,7 +37,7 @@
version = "0.2"
[target."cfg(target_family = \"unix\")".dependencies.nix]
-version = "0.25"
+version = "0.26"
features = [
"fs",
"term",

@ -5,7 +5,7 @@
%global crate nu-system %global crate nu-system
Name: rust-nu-system Name: rust-nu-system
Version: 0.76.0 Version: 0.80.0
Release: %autorelease Release: %autorelease
Summary: Nushell system querying Summary: Nushell system querying
@ -14,12 +14,6 @@ URL: https://crates.io/crates/nu-system
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip foreign dependencies
Patch: nu-system-fix-metadata-auto.diff Patch: nu-system-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * bump nix from 0.25.0 to 0.26.0
Patch: nu-system-fix-metadata.diff
# ensure that the broken nu-system package can never be installed
Obsoletes: nu-system < 0.65.0-3
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (nu-system-0.76.0.crate) = 316787c5969cc03d4acc081680ad1c8639553d7d9176a68b5ce6f354e0e8bbc1fa3b3664cec256522ddb20840a7fc59e41bd655e676e43dbcf1423b262798cab SHA512 (nu-system-0.80.0.crate) = 46a0cfddcb9f72b1e5baca3824763afbfc42739953b8ba1222464b7582dafebea28a71836f4edcc0cfdfc6f3f26a3f1c3cf6bdc8adf0b0ee41be2bdae4a2c729

Loading…
Cancel
Save