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

12
.gitignore vendored

@ -71,15 +71,3 @@
/proc-macro2-1.0.74.crate
/proc-macro2-1.0.75.crate
/proc-macro2-1.0.76.crate
/proc-macro2-1.0.78.crate
/proc-macro2-1.0.79.crate
/proc-macro2-1.0.81.crate
/proc-macro2-1.0.82.crate
/proc-macro2-1.0.84.crate
/proc-macro2-1.0.85.crate
/proc-macro2-1.0.86.crate
/proc-macro2-1.0.87.crate
/proc-macro2-1.0.88.crate
/proc-macro2-1.0.89.crate
/proc-macro2-1.0.92.crate
/proc-macro2-1.0.93.crate

@ -1,26 +0,0 @@
From 421d96764e5ac1396ee220aa83c41ad5e6e444ba Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Wed, 28 Aug 2024 00:59:51 +0200
Subject: [PATCH] ignore one doctest block that adds superfluous
dev-dependencies
---
src/extra.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/extra.rs b/src/extra.rs
index 522a90e..7ec8495 100644
--- a/src/extra.rs
+++ b/src/extra.rs
@@ -27,7 +27,7 @@ use core::fmt::{self, Debug};
/// workload that involves parsing it all would overflow a 32-bit source
/// location unless spans are being invalidated.
///
-/// ```
+/// ```ignore
/// use flate2::read::GzDecoder;
/// use std::ffi::OsStr;
/// use std::io::{BufReader, Read};
--
2.46.0

@ -1,21 +0,0 @@
--- proc-macro2-1.0.93/Cargo.toml 1970-01-01T00:00:01+00:00
+++ proc-macro2-1.0.93/Cargo.toml 2025-01-14T21:02:12.518646+00:00
@@ -88,18 +88,9 @@
[dependencies.unicode-ident]
version = "1.0"
-[dev-dependencies.flate2]
-version = "1.0"
-
[dev-dependencies.quote]
version = "1.0"
default-features = false
-[dev-dependencies.rayon]
-version = "1.0"
-
[dev-dependencies.rustversion]
version = "1"
-
-[dev-dependencies.tar]
-version = "0.4"

@ -1,21 +1,17 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro2
Name: rust-proc-macro2
Version: 1.0.93
Version: 1.0.76
Release: %autorelease
Summary: Substitute implementation of the Rust compiler's proc_macro API
License: MIT OR Apache-2.0
URL: https://crates.io/crates/proc-macro2
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * remove superfluous dev-dependencies that are only present for a noop doctest
Patch: proc-macro2-fix-metadata.diff
Patch2: 0001-ignore-one-doctest-block-that-adds-superfluous-dev-d.patch
BuildRequires: cargo-rpm-macros >= 24
@ -91,10 +87,8 @@ use the "span-locations" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test -- --lib
# * skip doctests that don't compile
%cargo_test -- --doc -- --skip 'src/lib.rs'
%cargo_test -- --tests
%cargo_test -- -- --skip 'src/lib.rs'
%endif
%changelog

@ -1,26 +1,10 @@
[package]
summary = "Substitute implementation of the Rust compiler's proc_macro API"
cargo-toml-patch-comments = [
"remove superfluous dev-dependencies that are only present for a noop doctest",
]
[[package.extra-patches]]
number = 2
file = "0001-ignore-one-doctest-block-that-adds-superfluous-dev-d.patch"
[features]
hide = ["nightly"]
[tests]
run = [
"lib",
"doc",
"tests",
]
skip.doc = [
"'src/lib.rs'",
]
comments.doc = [
"skip doctests that don't compile",
]
skip = ["'src/lib.rs'"]
comments = ["skip doctests that don't compile"]

@ -1 +1 @@
SHA512 (proc-macro2-1.0.93.crate) = 1ae650e390e4f1b18d05f42d2ffcd025cabf72568a326cd85496c722600108b0aa0ab0161b39fcc931b8b302427f678650e703f4db57aa1a60f1751db881dc6c
SHA512 (proc-macro2-1.0.76.crate) = 2ea7ade475171166489ab3e745e8c526e49c7521bc39b1bfec6dd2fd0807fd3cc5579235f77534be855f9ecab481205e77e66b14ebb22e66d2c3cff842567247

Loading…
Cancel
Save