Update to 0.5.3

epel9
Josh Stone 5 years ago
parent 81337c5f46
commit c327c62dba

1
.gitignore vendored

@ -2,3 +2,4 @@
/remove_dir_all-0.5.0.crate
/remove_dir_all-0.5.1.crate
/remove_dir_all-0.5.2.crate
/remove_dir_all-0.5.3.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 10
# * https://github.com/XAMPPRocky/remove_dir_all/pull/14
%bcond_with check
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate remove_dir_all
Name: rust-%{crate}
Version: 0.5.2
Release: 3%{?dist}
Version: 0.5.3
Release: 1%{?dist}
Summary: Safe, reliable implementation of remove_dir_all
# Upstream license specification: MIT/Apache-2.0
@ -40,8 +39,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%doc README.md
%license LICENCE-MIT LICENCE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (remove_dir_all-0.5.2.crate) = d19a45398a93adbcef9f233f6b3eaf4a63ae95f5bbae00c880b40c5edd34449e7f798ebcd4d11843c68ddfa15e11bed21d434b224e4a175dcb64ae011c13c8cd
SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c

Loading…
Cancel
Save