import rust-console-0.15.10-1.el10

i10ce changed/i10ce/rust-console-0.15.10-1.el10
MSVSphere Packaging Team 1 month ago
parent 014ee16644
commit 7978ca6639
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/console-0.15.8.crate
SOURCES/console-0.15.10.crate

@ -1 +1 @@
7513484c88f46de483e2b71478f3379d6e443ffb SOURCES/console-0.15.8.crate
4455508d2b50f8d36e45b9cf906d89a229fa63e1 SOURCES/console-0.15.10.crate

@ -1,14 +1,14 @@
--- 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 @@
--- console-0.15.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.10/Cargo.toml 2025-01-03T15:52:37.595961+00:00
@@ -93,14 +93,3 @@
]
windows-console-colors = ["ansi-parsing"]
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",

@ -1,6 +1,6 @@
--- 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 @@
--- console-0.15.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.10/Cargo.toml 2025-01-03T15:52:37.596961+00:00
@@ -78,7 +78,6 @@
features = [
"std",
"bit-set",

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"drop obsolete \"proptest/break-dead-code\" dev-dependency",
]
[features]
hide = ["windows-console-colors"]

@ -1,21 +1,21 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## (rpmautospec version 0.7.3)
## 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}}
## END: Set by rpmautospec
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate console
Name: rust-console
Version: 0.15.8
Version: 0.15.10
Release: %autorelease
Summary: Terminal and console abstraction for Rust
@ -105,10 +105,13 @@ use the "unicode-width" feature of the "%{crate}" crate.
%endif
%changelog
## START: Generated by rpmautospec
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 0.15.10-1
- Update to version 0.15.10; Fixes RHBZ#2332555
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.15.8-3
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

Loading…
Cancel
Save