Update to 3.0.6

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/tempfile-3.0.3.crate /tempfile-3.0.3.crate
/tempfile-3.0.4.crate /tempfile-3.0.4.crate
/tempfile-3.0.5.crate /tempfile-3.0.5.crate
/tempfile-3.0.6.crate

@ -1,18 +1,18 @@
# Generated by rust2rpm # Generated by rust2rpm
%bcond_without check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tempfile %global crate tempfile
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.5 Version: 3.0.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: Library for managing temporary files and directories Summary: Library for managing temporary files and directories
# 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/tempfile URL: https://crates.io/crates/tempfile
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No Windows # * No Windows
# * No Redox # * No Redox
@ -58,7 +58,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.6-1
- Update to 3.0.6
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (tempfile-3.0.5.crate) = f1055454383996de7a79a08f31c85b0d957f277e297a70d85b2faeb6a85e4c12348ca8ba7cae44ec1398d6d02b2d725dbd4eda68a064db66594024b407c6e306 SHA512 (tempfile-3.0.6.crate) = 7e1808ac57b93cb5a7f26c53d42499f6e9343b37086692e2fea201e537cbdb208bcede53987fb598f3aae9d31cd987aa757e2e34c45c04a5a08e77fc332d9c32

@ -1,5 +1,5 @@
--- tempfile-3.0.5/Cargo.toml 1969-12-31T16:00:00-08:00 --- tempfile-3.0.6/Cargo.toml 1970-01-01T01:00:00+01:00
+++ tempfile-3.0.5/Cargo.toml 2018-12-03T11:34:46.771871-08:00 +++ tempfile-3.0.6/Cargo.toml 2019-02-10T15:37:44.570868+01:00
@@ -29,10 +29,5 @@ @@ -29,10 +29,5 @@
[dependencies.remove_dir_all] [dependencies.remove_dir_all]

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-tempfile
Loading…
Cancel
Save