Update to 0.6.12

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/quote-0.6.9.crate /quote-0.6.9.crate
/quote-0.6.10.crate /quote-0.6.10.crate
/quote-0.6.11.crate /quote-0.6.11.crate
/quote-0.6.12.crate

@ -6,14 +6,14 @@
%global crate quote %global crate quote
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.11 Version: 0.6.12
Release: 2%{?dist} Release: 1%{?dist}
Summary: Quasi-quoting macro quote!(...) Summary: Quasi-quoting macro quote!(...)
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/quote URL: https://crates.io/crates/quote
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -65,7 +65,7 @@ which use "proc-macro" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -80,6 +80,9 @@ which use "proc-macro" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 10 07:48:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.12-1
- Update to 0.6.12
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.11-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (quote-0.6.11.crate) = 5fd4936542eec530bbd33b1ee600746ed5c003eaf31c8aebf910fc1372d5ab91cfb10fbfe2a990a49e5eed88747f99d52cd430b34e0a5cce688094e55eeef4cd SHA512 (quote-0.6.12.crate) = 5d58945b0c9b41e368458a1661ae7b2ceed2e3285d377088afe5fde38e1db945ab42326d096cd6d13d82f5f80fe73d204c5fbe3c7abdea149eb6d7ca7c5e6798

Loading…
Cancel
Save