|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
%global crate tempfile
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 3.0.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 3.0.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for managing temporary files and directories
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -16,7 +16,6 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * No Windows
|
|
|
|
|
# * No Redox
|
|
|
|
|
# * Exclude CI files, https://github.com/Stebalien/tempfile/pull/72
|
|
|
|
|
Patch0: tempfile-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -24,7 +23,7 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.27 with crate(libc/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
|
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(remove_dir_all/default) >= 0.5.0 with crate(remove_dir_all/default) < 0.6.0)
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
@ -74,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 03 2018 Josh Stone <jistone@redhat.com> - 3.0.5-1
|
|
|
|
|
- Update to 3.0.5
|
|
|
|
|
|
|
|
|
|
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.4-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|