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

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.30 Version: 0.4.30
Release: 1%{?dist} Release: 2%{?dist}
Summary: Stable implementation of the upcoming new `proc_macro` API Summary: Stable implementation of the upcoming new `proc_macro` API
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,17 +15,22 @@ URL: https://crates.io/crates/proc-macro2
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/default) < 0.2.0) BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/default) < 0.2.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0) BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
A stable implementation of the upcoming new `proc_macro` API. Comes with an\ Stable implementation of the upcoming new `proc_macro` API. Comes with an
option, off by default, to also reimplement itself in terms of the upstream\ option, off by default, to also reimplement itself in terms of the upstream
unstable API. unstable API.}
%description %{_description} %description %{_description}
@ -107,6 +112,9 @@ which use "span-locations" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 10:22:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.30-2
- Regenerate
* Thu May 09 08:22:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.30-1 * Thu May 09 08:22:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.30-1
- Update to 0.4.30 - Update to 0.4.30

Loading…
Cancel
Save