Update to 1.2.0

epel9
Josh Stone 4 years ago
parent 93562a35ae
commit 15c92f03ff

1
.gitignore vendored

@ -1 +1,2 @@
/fs_extra-1.1.0.crate
/fs_extra-1.2.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate fs_extra
Name: rust-%{crate}
Version: 1.1.0
Release: 4%{?dist}
Version: 1.2.0
Release: 1%{?dist}
Summary: Expanding opportunities standard library std::fs and std::io
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,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
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 1.2.0-1
- Update to 1.2.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (fs_extra-1.1.0.crate) = c001a37a23a614f1752a45fbf392694911c8d06bb5af8b8a40f2dcba9c80c67ab634de0dd4fa951007072204b162430fed2c89bbb11ac2fca62dfa5cd4cbd46a
SHA512 (fs_extra-1.2.0.crate) = 66670d624394874d7f786f8d362438c53f5b18008909ab8e7a74e82518dbc189e37588836f05f19dcd4718f4c1a5296fdf274380d574b1f475e28891ecdd6c91

Loading…
Cancel
Save