Update to 0.15.27

epel9
Josh Stone 6 years ago
parent 96fbd51518
commit cd3d7747ee

1
.gitignore vendored

@ -34,3 +34,4 @@
/syn-0.15.24.crate
/syn-0.15.25.crate
/syn-0.15.26.crate
/syn-0.15.27.crate

@ -6,14 +6,14 @@
%global crate syn
Name: rust-%{crate}
Version: 0.15.26
Release: 2%{?dist}
Version: 0.15.27
Release: 1%{?dist}
Summary: Parser for Rust source code
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/syn
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -193,7 +193,7 @@ which use "visit-mut" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -208,6 +208,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%changelog
* Fri Mar 01 2019 Josh Stone <jistone@redhat.com> - 0.15.27-1
- Update to 0.15.27
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (syn-0.15.26.crate) = 947d70dff83ffd33fda806597d54e572555b54c1600e357df919165fdc7141c6f9762b37f25f9b850e8a7775c33b6df3fc93f3eff12b36b059e696ad90619baa
SHA512 (syn-0.15.27.crate) = eafd57f24e8250ca376fb39866ae19e9f871bf3ff33a866a7b6f66f60ddac24820ecb36c8459d0135f08a4f214a6f7bc379fbd494fd35cc803d6d92d73cb15c7

Loading…
Cancel
Save