Update to version 1.0.68; Fixes RHBZ#2242426

epel9
Fabio Valentini 1 year ago
parent c8003ad71e
commit ccb1f92030
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -64,3 +64,4 @@
/proc-macro2-1.0.64.crate /proc-macro2-1.0.64.crate
/proc-macro2-1.0.66.crate /proc-macro2-1.0.66.crate
/proc-macro2-1.0.67.crate /proc-macro2-1.0.67.crate
/proc-macro2-1.0.68.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate proc-macro2 %global crate proc-macro2
Name: rust-proc-macro2 Name: rust-proc-macro2
Version: 1.0.67 Version: 1.0.68
Release: %autorelease Release: %autorelease
Summary: Substitute implementation of the Rust compiler's proc_macro API Summary: Substitute implementation of the Rust compiler's proc_macro API
@ -73,7 +73,7 @@ use the "span-locations" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -87,8 +87,8 @@ use the "span-locations" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# skip doctests that don't compile # * skip doctests that don't compile
%cargo_test -- -- --skip "src/lib.rs" %cargo_test -- -- --skip 'src/lib.rs'
%endif %endif
%changelog %changelog

@ -1,4 +0,0 @@
[DEFAULT]
summary = Substitute implementation of the Rust compiler's proc_macro API
unwanted-features =
nightly

@ -0,0 +1,10 @@
[package]
summary = "Substitute implementation of the Rust compiler's proc_macro API"
[features]
hide = ["nightly"]
[tests]
skip = ["'src/lib.rs'"]
comments = ["skip doctests that don't compile"]

@ -1 +1 @@
SHA512 (proc-macro2-1.0.67.crate) = 3827f5f698aaecc168a03643e330e03aca7b0de98bd57dc97507c1bd53b6ec64752a1f4dee4c8a12ab02f410775a11f5ce7b0d36ec0e1fbbec197e3d7e199eab SHA512 (proc-macro2-1.0.68.crate) = ea4c48033cc95be90278dd2b543df841e4a947adc6ee472bc004d0713883691901f17696e1e521b77ddd30024c04166e5746b3678d454b2fb8bdfb654aae723c

Loading…
Cancel
Save