bump remove_dir_all to 0.7

epel9
Fabio Valentini 4 years ago
parent 7d3e51e419
commit 6122e8b83a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.7 Version: 0.3.7
Release: 12%{?dist} Release: 13%{?dist}
Summary: Library for managing a temporary directory Summary: Library for managing a temporary directory
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/tempdir URL: https://crates.io/crates/tempdir
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * bump remove_dir_all from 0.5 to 0.7 (not upstreamable, project dead)
Patch0: tempdir-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -39,7 +42,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -51,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed May 19 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-13
- Bump remove_dir_all to 0.7.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-12 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -0,0 +1,11 @@
--- tempdir-0.3.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tempdir-0.3.7/Cargo.toml 2021-05-19T13:21:49.313243+00:00
@@ -26,7 +26,7 @@
version = "0.4"
[dependencies.remove_dir_all]
-version = "0.5"
+version = "0.7"
[badges.appveyor]
repository = "rust-lang-libs/tempdir"
Loading…
Cancel
Save