Update to 4.0.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 581e6222c7
commit 0946114c65
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/rpassword-3.0.0.crate /rpassword-3.0.0.crate
/rpassword-3.0.1.crate /rpassword-3.0.1.crate
/rpassword-3.0.2.crate /rpassword-3.0.2.crate
/rpassword-4.0.2.crate

@ -1,11 +1,9 @@
--- rpassword-3.0.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- rpassword-4.0.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rpassword-3.0.2/Cargo.toml 2019-04-20T08:06:18.281737+00:00 +++ rpassword-4.0.2/Cargo.toml 2019-12-05T13:23:36.876829+00:00
@@ -23,8 +23,3 @@ @@ -23,6 +23,3 @@
repository = "https://github.com/conradkdotcom/rpassword" repository = "https://github.com/conradkdotcom/rpassword"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"
-[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.2" -version = "0.3"
-features = ["std", "winnt", "fileapi", "processenv", "winbase", "handleapi", "consoleapi", "minwindef", "wincon"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 11
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rpassword %global crate rpassword
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.2 Version: 4.0.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Read passwords in console applications Summary: Read passwords in console applications
# Upstream license specification: Apache-2.0 # Upstream license specification: Apache-2.0
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Dec 05 14:23:37 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.2-1
- Update to 4.0.2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (rpassword-3.0.2.crate) = 9a1a0ae21f2ecf370b9d87036d3c82d9dae6a631be082b11c5b9375208aa8388768ad1d0880392767f23f75ec48b2f4b580dda772ff6bdffe2dadc5f6ea89202 SHA512 (rpassword-4.0.2.crate) = f857a83607ca7c35e182011381c6660d108cb39382a75ce51db7037d93f0331e7e8057d809c25b252799852946d01ca31c08dfb8118a6a7416d19b6177315339

Loading…
Cancel
Save