import rust-console-0.15.8-1.el9

i9ce changed/i9ce/rust-console-0.15.8-1.el9
MSVSphere Packaging Team 1 year ago
parent d7b91f9761
commit e2cdce5a32

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/console-0.15.8.crate

@ -0,0 +1 @@
7513484c88f46de483e2b71478f3379d6e443ffb SOURCES/console-0.15.8.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- console-0.15.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.7/Cargo.toml 2023-10-18T09:16:42.975259+00:00
--- console-0.15.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.8/Cargo.toml 2024-01-10T15:47:50.855900+00:00
@@ -59,14 +59,3 @@
]
windows-console-colors = ["ansi-parsing"]
@ -8,7 +8,7 @@
-version = "0.3"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",

@ -1,5 +1,5 @@
--- console-0.15.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.7/Cargo.toml 2023-10-18T09:16:48.721278+00:00
--- console-0.15.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.8/Cargo.toml 2024-01-10T15:47:55.890916+00:00
@@ -44,7 +44,6 @@
features = [
"std",

@ -0,0 +1,3 @@
[features]
hide = ["windows-console-colors"]

@ -2,7 +2,7 @@
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
@ -15,7 +15,7 @@
%global crate console
Name: rust-console
Version: 0.15.7
Version: 0.15.8
Release: %autorelease
Summary: Terminal and console abstraction for Rust
@ -105,9 +105,12 @@ use the "unicode-width" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.15.7-3
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.15.8-1
- Rebuilt for MSVSphere 9.3
* Wed Jan 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.15.8-1
- Update to version 0.15.8; Fixes RHBZ#2257444
* Wed Oct 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.15.7-3
- Drop obsolete "proptest/break-dead-code" dev-dependency

Loading…
Cancel
Save