Update to 4.0.5

epel9
Josh Stone 5 years ago
parent 698411a00b
commit d5fd37950b

1
.gitignore vendored

@ -4,3 +4,4 @@
/rpassword-3.0.2.crate /rpassword-3.0.2.crate
/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

@ -1,11 +1,11 @@
# Generated by rust2rpm 11 # Generated by rust2rpm 13
%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.3 Version: 4.0.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Read passwords in console applications Summary: Read passwords in console applications
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE %license LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 4.0.5-1
- Update to 4.0.5
* Thu Dec 05 22:03:54 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.3-1 * Thu Dec 05 22:03:54 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.3-1
- Update to 4.0.3 - Update to 4.0.3

@ -1 +1 @@
SHA512 (rpassword-4.0.3.crate) = 1ccfe0cb9402cb4f4c9e5ee40d14f545eb5fabd5732b4f6a3e75a42cbc0eadd16a8bb0763326aa6b5993a10d44bb7b3cc607d08e2ed20ef96e49a63fdc1a4fcd SHA512 (rpassword-4.0.5.crate) = f1d3a76318687f9e5b218a936e43afc144f4a48647d55324409651cd5a39fc07b23732766433bd8a4d3a5370ceedf5bd2dad3007f0ba1d75bf8ac610e684c19d

Loading…
Cancel
Save