update to version 5.0.0

epel9
Fabio Valentini 4 years ago
parent e56a03a091
commit 6a0d1bbdfe
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/rpassword-4.0.2.crate /rpassword-4.0.2.crate
/rpassword-4.0.3.crate /rpassword-4.0.3.crate
/rpassword-4.0.5.crate /rpassword-4.0.5.crate
/rpassword-5.0.0.crate

@ -1,5 +1,5 @@
--- rpassword-4.0.3/Cargo.toml 1970-01-01T00:00:00+00:00 --- rpassword-5.0.0/Cargo.toml 2020-08-08T16:01:11+00:00
+++ rpassword-4.0.3/Cargo.toml 2019-12-05T21:03:53.960855+00:00 +++ rpassword-5.0.0/Cargo.toml 2020-12-15T20:32:59.707349+00:00
@@ -23,6 +23,3 @@ @@ -23,6 +23,3 @@
repository = "https://github.com/conradkleinespel/rpassword" repository = "https://github.com/conradkleinespel/rpassword"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%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: 4.0.5 Version: 5.0.0
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
* Tue Dec 15 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.0-1
- Update to version 5.0.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-3 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (rpassword-4.0.5.crate) = f1d3a76318687f9e5b218a936e43afc144f4a48647d55324409651cd5a39fc07b23732766433bd8a4d3a5370ceedf5bd2dad3007f0ba1d75bf8ac610e684c19d SHA512 (rpassword-5.0.0.crate) = fb11b0c59dbfa6203eb68c1441505091e58fdaec75f3ebf2ebe79306f176fb09b2579d7aaa66e4167201db329c4b4f6d16e2093db6a67f1a5f0e031dca50e565

Loading…
Cancel
Save