Update to 2.3.1

epel9
Josh Stone 5 years ago
parent 4f2c2b86a8
commit 16c74f54fe

1
.gitignore vendored

@ -8,3 +8,4 @@
/walkdir-2.2.7.crate
/walkdir-2.2.8.crate
/walkdir-2.2.9.crate
/walkdir-2.3.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate walkdir
Name: rust-%{crate}
Version: 2.2.9
Version: 2.3.1
Release: 1%{?dist}
Summary: Recursively walk a directory
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license UNLICENSE LICENSE-MIT COPYING
%doc README.md
%{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
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 2.3.1-1
- Update to 2.3.1
* Sun Sep 08 09:18:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.9-1
- Update to 2.2.9

@ -1 +1 @@
SHA512 (walkdir-2.2.9.crate) = 43b8f629a43195c8cd8ad6821b431dd3648a19e6abb83f78deaa3300e7dafa32b31b3c89a228499585e3da4520ca26d82dabf938c1204c8011e5516b3b82da7b
SHA512 (walkdir-2.3.1.crate) = ba807ff0d098aabdcd37e23204632beea1dbb7a6adfd16cb1009cae9e7b6957cfeab705cc454bf8f2b62a08743214ab995e43bf46fc510012c938f9e2a434951

Loading…
Cancel
Save