Update to 0.4.27

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

1
.gitignore vendored

@ -16,3 +16,4 @@
/proc-macro2-0.4.24.crate /proc-macro2-0.4.24.crate
/proc-macro2-0.4.25.crate /proc-macro2-0.4.25.crate
/proc-macro2-0.4.26.crate /proc-macro2-0.4.26.crate
/proc-macro2-0.4.27.crate

@ -6,14 +6,14 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.26 Version: 0.4.27
Release: 2%{?dist} Release: 1%{?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
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/proc-macro2 URL: https://crates.io/crates/proc-macro2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -68,8 +68,20 @@ which use "proc-macro" feature of "%{crate}" crate.
%files -n %{name}+proc-macro-devel %files -n %{name}+proc-macro-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+span-locations-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+span-locations-devel %{_description}
This package contains library source intended for building other packages
which use "span-locations" feature of "%{crate}" crate.
%files -n %{name}+span-locations-devel
%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
@ -84,6 +96,9 @@ which use "proc-macro" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 03 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.27-1
- Update to 0.4.27
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (proc-macro2-0.4.26.crate) = e35ce0e0a05559417475abc402ef88e6214d7f27ee6cff35577077c5334ec7c6dd5d1d8099f25617391cd4fd2f54838a16ae74039ea6f99ea1d2f0ef58dec010 SHA512 (proc-macro2-0.4.27.crate) = b1ec1f59355c122022ac93f7ac03ddcc092b8712321f4ad74bf346a0dbea06c31cc695b1edfb735010620ab5eac5c62d3bde423c8458691edd0336127462359c

Loading…
Cancel
Save