Update to 0.61.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent cd8d604234
commit 866523acfe

3
.gitignore vendored

@ -1,2 +1 @@
/nu-path-0.60.0.crate /nu-path-0.61.0.crate
/nu-path-LICENSE

@ -5,7 +5,7 @@
%global crate nu-path %global crate nu-path
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.60.0 Version: 0.61.0
Release: %autorelease Release: %autorelease
Summary: Path handling library for Nushell Summary: Path handling library for Nushell
@ -13,9 +13,6 @@ Summary: Path handling library for Nushell
License: MIT License: MIT
URL: https://crates.io/crates/nu-path URL: https://crates.io/crates/nu-path
Source: %{crates_source} Source: %{crates_source}
# license text not included yet in most crates
# see https://github.com/nushell/nushell/pull/5094
Source1: https://raw.githubusercontent.com/nushell/nushell/main/LICENSE#/%{crate}-LICENSE
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -36,7 +33,7 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -54,7 +51,6 @@ use the "default" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
cp -p %{SOURCE1} LICENSE
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,2 +1 @@
SHA512 (nu-path-0.60.0.crate) = b1dc297900db7e2b829f95f47f4af200186f0d896d0735f98adf0b6c4dfb5a4a02d12c44b4f30c62f9590bdd30990cbd69675ecddd727fba898537e58bff97a5 SHA512 (nu-path-0.61.0.crate) = 59606cc805eb1d80282022ffdb24d4b812e6b0acc6405e5353678255b9aa9f2dc85108558ab606c5d7cd2771d437ec1d150fc7d0d07b7dbdb9fb0826153c14b0
SHA512 (nu-path-LICENSE) = 2d34e911a4a466733002770531ea8527c3fe8d18a2d9b06de9a716008d6b03be8b623eaa7d1840d96b42463ec524d2351b3816c9975b872bf17f748360d2b27e

Loading…
Cancel
Save