Update to 3.0.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent c3ad9fa088
commit 7cd7be5fc7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/tempfile-2.2.0.crate /tempfile-2.2.0.crate
/tempfile-3.0.2.crate /tempfile-3.0.2.crate
/tempfile-3.0.3.crate

@ -5,8 +5,8 @@
%global crate tempfile %global crate tempfile
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.2 Version: 3.0.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Library for managing temporary files and directories Summary: Library for managing temporary files and directories
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -15,14 +15,14 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
# Initial patched metadata # Initial patched metadata
# * No Windows # * No Windows
# * No Redox # * No Redox
Patch0: tempfile-3.0.2-fix-metadata.diff Patch0: tempfile-3.0.3-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(libc) >= 0.2.27 with crate(libc) < 0.3.0) BuildRequires: (crate(libc) >= 0.2.27 with crate(libc) < 0.3.0)
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0) BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
BuildRequires: (crate(remove_dir_all) >= 0.5.0 with crate(remove_dir_all) < 0.6.0) BuildRequires: (crate(remove_dir_all) >= 0.5.0 with crate(remove_dir_all) < 0.6.0)
%description %description
@ -60,6 +60,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog %changelog
* Wed Jul 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.3-1
- Update to 3.0.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (tempfile-3.0.2.crate) = 8ece130a10d4a698884d3d29530c925944ef6d9bf8375b87abdad890cf1baa196b0c80b461b6ff436a8fb29931e181b4d0acba50e851ebbf4c0e9aa512e823c6 SHA512 (tempfile-3.0.3.crate) = 2bcc90ba3eed8a830b33de169419e222c16f9e0209734cdcf919422fdb504b29fc75f30dff7243bf19eb81cca12c80c94b80a622be8bac7b847242a58595873a

@ -1,5 +1,5 @@
--- tempfile-3.0.2/Cargo.toml 1970-01-01T01:00:00+01:00 --- tempfile-3.0.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ tempfile-3.0.2/Cargo.toml 2018-05-11T08:50:43.092242+02:00 +++ tempfile-3.0.3/Cargo.toml 2018-07-18T08:31:08.773813+02:00
@@ -25,10 +25,5 @@ @@ -25,10 +25,5 @@
[dependencies.remove_dir_all] [dependencies.remove_dir_all]
Loading…
Cancel
Save