Update to 0.1.5

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

1
.gitignore vendored

@ -1 +1,2 @@
/paste-0.1.4.crate
/paste-0.1.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm
%bcond_without check
%bcond_with check
%global debug_package %{nil}
%global crate paste
Name: rust-%{crate}
Version: 0.1.4
Version: 0.1.5
Release: 1%{?dist}
Summary: Macros for all your token pasting needs
@ -67,5 +67,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 20 09:41:09 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
- Update to 0.1.5
* Sat Mar 09 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.4-1
- Initial package

@ -1 +1 @@
SHA512 (paste-0.1.4.crate) = a9d203bfb09904ce1258d3b25f3e82aefc7e26cd3dc34ca27e5cafc652720ddd97967161ed88fb96073ccb9a8d33aee38e17e7f2b0c9e02613f06ee81a8041e0
SHA512 (paste-0.1.5.crate) = 28c1190b07ec8eac2b8f269aae49da7bb5dc7edd2911754a5c0b10a19b55e41af62fe26e5c66171fe53b669b552efc19874270fede820a1c108a9ef977357332

@ -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-paste
Loading…
Cancel
Save