From f9a848902cdb3be87dcd2ede77bf026796c0c980 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 12 Jan 2021 09:28:55 +0100 Subject: [PATCH] Update to 3.2.0 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-tempfile.spec | 13 ++++++++----- sources | 2 +- tempfile-fix-metadata.diff | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 2c38462..84ff277 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tempfile-3.0.8.crate /tempfile-3.0.9.crate /tempfile-3.1.0.crate +/tempfile-3.2.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index d19993c..3a77f96 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -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 - 3.2.0-1 +- Update to 3.2.0 (Fixes: RHBZ#1915173) + * Sat Aug 01 2020 Fedora Release Engineering - 3.1.0-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index a10cfb6..3431b79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.1.0.crate) = a87ee51c36a81a8a8eb8f091eb57926682f38b707f7f641332d8752170e6c139a656ae49c6861f51e07c2fab5c86cc9b2ac158f5d89c6bff15d18934dd4e7ba5 +SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a diff --git a/tempfile-fix-metadata.diff b/tempfile-fix-metadata.diff index 6fe5a28..a5df7c9 100644 --- a/tempfile-fix-metadata.diff +++ b/tempfile-fix-metadata.diff @@ -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]