Compare commits

...

27 Commits

Author SHA1 Message Date
Fabio Valentini 754da1aef5
Update to version 1.0.76; Fixes RHBZ#2257019
1 year ago
Fabio Valentini 9c067b4127
Update to version 1.0.75; Fixes RHBZ#2256703
1 year ago
Fabio Valentini 892cc531cf
Update to version 1.0.74; Fixes RHBZ#2256318
1 year ago
Fabio Valentini 266209f923
Update to version 1.0.71; Fixes RHBZ#2255555
1 year ago
Fabio Valentini 5f3e019d3e
Update to version 1.0.70; Fixes RHBZ#2251528
1 year ago
Fabio Valentini 7f8ae0f3fd
Update to version 1.0.69; Fixes RHBZ#2242790
1 year ago
Fabio Valentini ccb1f92030
Update to version 1.0.68; Fixes RHBZ#2242426
1 year ago
Fabio Valentini c8003ad71e
Update to version 1.0.67; Fixes RHBZ#2238810
1 year ago
Fabio Valentini d1759009a3
Update to version 1.0.66; Fixes RHBZ#2223120
2 years ago
Fabio Valentini f5c7885617
Update to version 1.0.64; Fixes RHBZ#2221445
2 years ago
Fabio Valentini 23cab3cddb
Update to version 1.0.63; Fixes RHBZ#2217194
2 years ago
Fabio Valentini 93fff3799b
Update to version 1.0.61; Fixes RHBZ#2217172
2 years ago
Fabio Valentini de75b26075
Update to version 1.0.60; Fixes RHBZ#2213422
2 years ago
Fabio Valentini 5a784524e8
Update to version 1.0.59; Fixes RHBZ#2210146
2 years ago
Fabio Valentini 131c34091c
Update to version 1.0.58; Fixes RHBZ#2203801
2 years ago
Fabio Valentini 715a1d0c60
Update to version 1.0.56; Fixes RHBZ#2183761
2 years ago
Fabio Valentini 953b0f75ea
Update to version 1.0.54; Fixes RHBZ#2181902
2 years ago
Fabio Valentini a0430b2668
Update to version 1.0.53; Fixes RHBZ#2180743
2 years ago
Fabio Valentini 790ae3ff90
Update to version 1.0.52; Fixes RHBZ#2177552
2 years ago
Fabio Valentini f95a2d2fc4
Update to version 1.0.51; Fixes RHBZ#2167129
2 years ago
Fabio Valentini 83413d610b
Update to version 1.0.50; Fixes RHBZ#2161427
2 years ago
Fabio Valentini 52cba745b8
Update to version 1.0.49; Fixes RHBZ#2154589
2 years ago
Fabio Valentini 056c2ba6a9
Update to version 1.0.47; Fixes RHBZ#2135026
2 years ago
Fabio Valentini 7fa4955eea
Merge branch 'rawhide' into epel9
2 years ago
Fabio Valentini 06b1836d5f
Revert "Bootstrap (disable tests)"
2 years ago
Igor Raits 319b3d6ae0
Rebuild
3 years ago
Igor Raits 4e8a98defd
Bootstrap (disable tests)
3 years ago

23
.gitignore vendored

@ -48,3 +48,26 @@
/proc-macro2-1.0.40.crate
/proc-macro2-1.0.43.crate
/proc-macro2-1.0.46.crate
/proc-macro2-1.0.47.crate
/proc-macro2-1.0.49.crate
/proc-macro2-1.0.50.crate
/proc-macro2-1.0.51.crate
/proc-macro2-1.0.52.crate
/proc-macro2-1.0.53.crate
/proc-macro2-1.0.54.crate
/proc-macro2-1.0.56.crate
/proc-macro2-1.0.58.crate
/proc-macro2-1.0.59.crate
/proc-macro2-1.0.60.crate
/proc-macro2-1.0.61.crate
/proc-macro2-1.0.63.crate
/proc-macro2-1.0.64.crate
/proc-macro2-1.0.66.crate
/proc-macro2-1.0.67.crate
/proc-macro2-1.0.68.crate
/proc-macro2-1.0.69.crate
/proc-macro2-1.0.70.crate
/proc-macro2-1.0.71.crate
/proc-macro2-1.0.74.crate
/proc-macro2-1.0.75.crate
/proc-macro2-1.0.76.crate

@ -1,3 +0,0 @@
# rust-proc-macro2
The rust-proc-macro2 package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro2
Name: rust-proc-macro2
Version: 1.0.46
Version: 1.0.76
Release: %autorelease
Summary: Substitute implementation of the Rust compiler's proc_macro API
@ -13,13 +13,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/proc-macro2
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Substitute implementation of the compiler's `proc_macro` API to decouple token-
based libraries from the procedural macro use case.}
A substitute implementation of the compiler's `proc_macro` API to
decouple token-based libraries from the procedural macro use case.}
%description %{_description}
@ -75,7 +73,7 @@ use the "span-locations" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -89,8 +87,8 @@ use the "span-locations" feature of the "%{crate}" crate.
%if %{with check}
%check
# skip doctests that don't compile
%cargo_test -- -- --skip "src/lib.rs"
# * skip doctests that don't compile
%cargo_test -- -- --skip 'src/lib.rs'
%endif
%changelog

@ -1,3 +0,0 @@
[DEFAULT]
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.46.crate) = 1c2ae8dc4bebeeaa4af02f8edce18b3d159109a1639d8e9f26be2b7023ade9d09824ee0f2a60ae034967d982158196826fdb989d23a4b3bc81188a9a63e18cb9
SHA512 (proc-macro2-1.0.76.crate) = 2ea7ade475171166489ab3e745e8c526e49c7521bc39b1bfec6dd2fd0807fd3cc5579235f77534be855f9ecab481205e77e66b14ebb22e66d2c3cff842567247

Loading…
Cancel
Save