Update to 3.2.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent a04889280d
commit f9a848902c
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -8,3 +8,4 @@
/tempfile-3.0.8.crate
/tempfile-3.0.9.crate
/tempfile-3.1.0.crate
/tempfile-3.2.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate tempfile
Name: rust-%{crate}
Version: 3.1.0
Release: 5%{?dist}
Version: 3.2.0
Release: 1%{?dist}
Summary: Library for managing temporary files and directories
# Upstream license specification: MIT OR Apache-2.0
@ -42,7 +42,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md NEWS
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -54,7 +54,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
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 12 09:28:16 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.2.0-1
- Update to 3.2.0 (Fixes: RHBZ#1915173)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (tempfile-3.1.0.crate) = a87ee51c36a81a8a8eb8f091eb57926682f38b707f7f641332d8752170e6c139a656ae49c6861f51e07c2fab5c86cc9b2ac158f5d89c6bff15d18934dd4e7ba5
SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a

@ -1,11 +1,11 @@
--- tempfile-3.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tempfile-3.1.0/Cargo.toml 2019-07-06T09:33:46.796341+00:00
--- tempfile-3.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tempfile-3.2.0/Cargo.toml 2021-01-12T08:28:16.827569+00:00
@@ -30,10 +30,5 @@
[dependencies.remove_dir_all]
version = "0.5"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
-version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
-[target."cfg(windows)".dependencies.winapi]

Loading…
Cancel
Save