Update to 0.49.0

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-nu-ansi-term-0.49.0-1.el9
Michel Lind 1 year ago
parent 29375938a7
commit fdad95cd4f
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1,3 +1,4 @@
/nu-ansi-term-0.45.1.crate /nu-ansi-term-0.45.1.crate
/nu-ansi-term-0.46.0.crate /nu-ansi-term-0.46.0.crate
/nu-ansi-term-0.47.0.crate /nu-ansi-term-0.47.0.crate
/nu-ansi-term-0.49.0.crate

@ -1,11 +1,11 @@
--- nu-ansi-term-0.47.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- nu-ansi-term-0.49.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-ansi-term-0.47.0/Cargo.toml 2023-05-18T20:46:04.693773+00:00 +++ nu-ansi-term-0.49.0/Cargo.toml 2023-10-28T01:26:25.880548+00:00
@@ -45,12 +45,3 @@ @@ -43,12 +43,3 @@
[features]
derive_serde_style = ["serde"] derive_serde_style = ["serde"]
gnu_legacy = []
-[target."cfg(windows)".dependencies.windows] -[target."cfg(windows)".dependencies.windows]
-version = "0.45.0" -version = "0.48.0"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Console", - "Win32_System_Console",

@ -5,7 +5,7 @@
%global crate nu-ansi-term %global crate nu-ansi-term
Name: rust-nu-ansi-term Name: rust-nu-ansi-term
Version: 0.47.0 Version: 0.49.0
Release: %autorelease Release: %autorelease
Summary: Library for ANSI terminal colors and styles (bold, underline) Summary: Library for ANSI terminal colors and styles (bold, underline)
@ -61,6 +61,18 @@ use the "derive_serde_style" feature of the "%{crate}" crate.
%files -n %{name}+derive_serde_style-devel %files -n %{name}+derive_serde_style-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+gnu_legacy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+gnu_legacy-devel %{_description}
This package contains library source intended for building other packages which
use the "gnu_legacy" feature of the "%{crate}" crate.
%files -n %{name}+gnu_legacy-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (nu-ansi-term-0.47.0.crate) = cca92ab9e7103937eaade490b11362aeaae3f9e25b91cfd054971b25ac03ea29d3b41bac75bb24abce5b8a0169035920cd12874ee34ee8f4fadf8fa2d2cff77f SHA512 (nu-ansi-term-0.49.0.crate) = 8168f44f3574e56fe70ecbc67255556bb92215d3520d1cfca7be918b3d7d54be7aa0d82359f1044eaf66f11ee85fab1f9ccf32b13cdc39139c2facc78b2d8e71

Loading…
Cancel
Save