Update to 0.4.9

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/proc-macro2-0.3.8.crate
/proc-macro2-0.4.6.crate
/proc-macro2-0.4.8.crate
/proc-macro2-0.4.9.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm
%bcond_without check
# Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
%global crate proc-macro2
Name: rust-%{crate}
Version: 0.4.8
Version: 0.4.9
Release: 1%{?dist}
Summary: Stable implementation of the upcoming new `proc_macro` API
@ -55,6 +56,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Mon Jul 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.9-1
- Update to 0.4.9
* Wed Jul 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.8-1
- Update to 0.4.8

@ -1 +1 @@
SHA512 (proc-macro2-0.4.8.crate) = 2b376f4074a03f62b91e65cb08ba4f0a8af7b33f4c6c030f4a725068eabe7aa34bb0a39db8f6c62d5609e414dc7f14d1dfabe621edbec26217ba2d55829ab646
SHA512 (proc-macro2-0.4.9.crate) = af5f32c2f2147a7b3d5bbecc27427c2f5b7dd572cee0cc550d2fa5b730a7559777660d46a8bf9f3eba8fc1456dc0379650161b21f289295fe3909904d5f5be65

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