Update to 0.15.1

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

1
.gitignore vendored

@ -16,3 +16,4 @@
/syn-0.14.6.crate /syn-0.14.6.crate
/syn-0.14.7.crate /syn-0.14.7.crate
/syn-0.14.8.crate /syn-0.14.8.crate
/syn-0.15.1.crate

@ -6,10 +6,11 @@
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.14.8 Version: 0.15.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Nom parser for Rust source code Summary: Parser for Rust source code
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/syn URL: https://crates.io/crates/syn
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -24,6 +25,7 @@ BuildRequires: (crate(unicode-xid) >= 0.1.0 with crate(unicode-xid) < 0.2.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(rayon) >= 1.0.0 with crate(rayon) < 2.0.0) BuildRequires: (crate(rayon) >= 1.0.0 with crate(rayon) < 2.0.0)
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(walkdir) >= 2.1.0 with crate(walkdir) < 3.0.0) BuildRequires: (crate(walkdir) >= 2.1.0 with crate(walkdir) < 3.0.0)
%endif %endif
@ -35,7 +37,7 @@ Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description devel %description devel
Nom parser for Rust source code. Parser for Rust source code.
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use %{crate} from crates.io. which use %{crate} from crates.io.
@ -61,6 +63,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-1
- Update to 0.15.1
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.14.8-1 * Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.14.8-1
- Update to 0.14.8 - Update to 0.14.8

@ -1 +1 @@
SHA512 (syn-0.14.8.crate) = dd145f3fb8213b57394cebe96bb6d06a0a997050b4db2935b818a58a7242ef766b75ac208c69f8d7526308caa423971a59fc6efc720908212e91e7b242333b61 SHA512 (syn-0.15.1.crate) = 631cfa34619e514a976089924157ffc0100a9affc1ff8c41c2f867bf35749c129d68b67d78b3e0b3b131aef87c09537adf11408d06bce6bf14b01367441a0b58

Loading…
Cancel
Save