From 8a69080e966085cd5e0fa2d11bc0106f46b255e7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 9 Dec 2021 14:38:44 +0100 Subject: [PATCH 1/9] Update to version 1.0.33; Fixes RHBZ#2029227 --- .gitignore | 1 + rust-proc-macro2.spec | 25 +++++++++++-------------- sources | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 70d3aca..884adaf 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /proc-macro2-1.0.28.crate /proc-macro2-1.0.29.crate /proc-macro2-1.0.32.crate +/proc-macro2-1.0.33.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index 5b945ab..72dcd3b 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate proc-macro2 Name: rust-%{crate} -Version: 1.0.32 +Version: 1.0.33 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API @@ -15,9 +15,6 @@ URL: https://crates.io/crates/proc-macro2 Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif BuildRequires: rust-packaging @@ -33,11 +30,11 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel -%license LICENSE-MIT LICENSE-APACHE +%license LICENSE-APACHE LICENSE-MIT %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ @@ -47,8 +44,8 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -59,8 +56,8 @@ BuildArch: noarch %description -n %{name}+proc-macro-devel %{_description} -This package contains library source intended for building other packages -which use "proc-macro" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "proc-macro" feature of the "%{crate}" crate. %files -n %{name}+proc-macro-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,8 +68,8 @@ 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. +This package contains library source intended for building other packages which +use the "span-locations" feature of the "%{crate}" crate. %files -n %{name}+span-locations-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index 64f96a0..89ec380 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.32.crate) = 8631714c226c8a6fb330a529f42214216057eca85cfa63afd3de8600d2638e2be45efa54155ce73625883bcbabc2c56cb865ad9dda04e2c7092d955caed48abf +SHA512 (proc-macro2-1.0.33.crate) = a4e0aaa92eae63c6e8dbafd2fbb7105e58b10f576863eee66e764c133ce5e3360da8486581b9df4379b7b3a101976a5962d4f648c416eb4c5979480232eed40e From 40b9ac88778a602a48eb6c568fc866cb27525aab Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 21 Dec 2021 19:36:29 +0100 Subject: [PATCH 2/9] Update to version 1.0.34; Fixes RHBZ#2032595 --- .gitignore | 1 + rust-proc-macro2.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 884adaf..f390c0b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /proc-macro2-1.0.29.crate /proc-macro2-1.0.32.crate /proc-macro2-1.0.33.crate +/proc-macro2-1.0.34.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index 72dcd3b..96f0d6e 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -5,7 +5,7 @@ %global crate proc-macro2 Name: rust-%{crate} -Version: 1.0.33 +Version: 1.0.34 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API diff --git a/sources b/sources index 89ec380..1879ba8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.33.crate) = a4e0aaa92eae63c6e8dbafd2fbb7105e58b10f576863eee66e764c133ce5e3360da8486581b9df4379b7b3a101976a5962d4f648c416eb4c5979480232eed40e +SHA512 (proc-macro2-1.0.34.crate) = 960036a077c3869386ecb5c2019816adc70e9a9b32ceeacd4b14b39a91dbffe0b21764ead7237ab3aa553b26cb6732bbeccacbaf83c8dca9069b11b9a85dd1f8 From 4665db82ed8b6895c3132d533c07e1b021705344 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 7 Jan 2022 22:58:27 +0100 Subject: [PATCH 3/9] Update to version 1.0.36; Fixes RHBZ#2035688 --- .gitignore | 1 + rust-proc-macro2.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f390c0b..f350f86 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /proc-macro2-1.0.32.crate /proc-macro2-1.0.33.crate /proc-macro2-1.0.34.crate +/proc-macro2-1.0.36.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index 96f0d6e..d604176 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -5,7 +5,7 @@ %global crate proc-macro2 Name: rust-%{crate} -Version: 1.0.34 +Version: 1.0.36 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API diff --git a/sources b/sources index 1879ba8..b470752 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.34.crate) = 960036a077c3869386ecb5c2019816adc70e9a9b32ceeacd4b14b39a91dbffe0b21764ead7237ab3aa553b26cb6732bbeccacbaf83c8dca9069b11b9a85dd1f8 +SHA512 (proc-macro2-1.0.36.crate) = f31b0f2356af2746321c4f808ac9af87d21a5657c103ed6bc1383855e40caf49246cc8ec1edff58eacf193424abfc2163148b7298e527714e65e602f14b2e50a From de89f5a58b33ffe61eb0418f7f8908d4217f495d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 12 May 2022 16:27:16 +0200 Subject: [PATCH 5/9] Update to version 1.0.38; Fixes RHBZ#2072345 --- .gitignore | 1 + rust-proc-macro2.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f350f86..5656f24 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /proc-macro2-1.0.33.crate /proc-macro2-1.0.34.crate /proc-macro2-1.0.36.crate +/proc-macro2-1.0.38.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index d604176..1f34b7e 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate proc-macro2 Name: rust-%{crate} -Version: 1.0.36 +Version: 1.0.38 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API @@ -16,7 +16,7 @@ Source: %{crates_source} ExclusiveArch: %{rust_arches} -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Substitute implementation of the compiler's `proc_macro` API to decouple token- @@ -34,9 +34,10 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -48,7 +49,7 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+proc-macro-devel Summary: %{summary} @@ -60,7 +61,7 @@ This package contains library source intended for building other packages which use the "proc-macro" feature of the "%{crate}" crate. %files -n %{name}+proc-macro-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+span-locations-devel Summary: %{summary} @@ -72,7 +73,7 @@ This package contains library source intended for building other packages which use the "span-locations" feature of the "%{crate}" crate. %files -n %{name}+span-locations-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index b470752..6a2526d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.36.crate) = f31b0f2356af2746321c4f808ac9af87d21a5657c103ed6bc1383855e40caf49246cc8ec1edff58eacf193424abfc2163148b7298e527714e65e602f14b2e50a +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 From 0e887dd7f413582678301e20c00aa7114c7b8db9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 4 Jul 2022 16:12:06 +0200 Subject: [PATCH 6/9] Update to version 1.0.40; Fixes RHBZ#2086967 --- .gitignore | 1 + rust-proc-macro2.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5656f24..fe3979f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /proc-macro2-1.0.34.crate /proc-macro2-1.0.36.crate /proc-macro2-1.0.38.crate +/proc-macro2-1.0.40.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index 1f34b7e..fc9c980 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -5,7 +5,7 @@ %global crate proc-macro2 Name: rust-%{crate} -Version: 1.0.38 +Version: 1.0.40 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API diff --git a/sources b/sources index 6a2526d..a221029 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +SHA512 (proc-macro2-1.0.40.crate) = bb179524bd41e36735010a7ec53e096359ffc3688ab97806a45ed9cfb17e8688ce352bbb8cd3bd4e15a4299e8500603c86591b17cfa31bca03f299f6f6347992 From e92399e48a87c21467ae6825140808380eb7b942 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 6 Aug 2022 16:10:43 +0200 Subject: [PATCH 8/9] Update to version 1.0.43; Fixes RHBZ#2110296 --- .gitignore | 1 + rust-proc-macro2.spec | 9 ++++----- .rust2rpm.conf => rust2rpm.conf | 0 sources | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename .rust2rpm.conf => rust2rpm.conf (100%) diff --git a/.gitignore b/.gitignore index fe3979f..caabb5b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /proc-macro2-1.0.36.crate /proc-macro2-1.0.38.crate /proc-macro2-1.0.40.crate +/proc-macro2-1.0.43.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index fc9c980..a9a7b82 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -1,16 +1,15 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 22 %bcond_without check %global debug_package %{nil} %global crate proc-macro2 -Name: rust-%{crate} -Version: 1.0.40 +Name: rust-proc-macro2 +Version: 1.0.43 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/proc-macro2 Source: %{crates_source} diff --git a/.rust2rpm.conf b/rust2rpm.conf similarity index 100% rename from .rust2rpm.conf rename to rust2rpm.conf diff --git a/sources b/sources index a221029..2d56759 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.40.crate) = bb179524bd41e36735010a7ec53e096359ffc3688ab97806a45ed9cfb17e8688ce352bbb8cd3bd4e15a4299e8500603c86591b17cfa31bca03f299f6f6347992 +SHA512 (proc-macro2-1.0.43.crate) = 3139c668dbf593afeb77b970c77edc70f7b46b42d80f1d0e30773dedb14ab98c9eeca0dc953bc940610954860fbce663174ea6c270b8711db45aef4d57f3b910 From 64beeb807791e0c199f7351e7804a3e44de66bb5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 5 Oct 2022 13:28:04 +0200 Subject: [PATCH 9/9] Update to version 1.0.46; Fixes RHBZ#2129574 --- .gitignore | 1 + rust-proc-macro2.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index caabb5b..e0c31ca 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /proc-macro2-1.0.38.crate /proc-macro2-1.0.40.crate /proc-macro2-1.0.43.crate +/proc-macro2-1.0.46.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index a9a7b82..c74976d 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -5,7 +5,7 @@ %global crate proc-macro2 Name: rust-proc-macro2 -Version: 1.0.43 +Version: 1.0.46 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API diff --git a/sources b/sources index 2d56759..f1017ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-1.0.43.crate) = 3139c668dbf593afeb77b970c77edc70f7b46b42d80f1d0e30773dedb14ab98c9eeca0dc953bc940610954860fbce663174ea6c270b8711db45aef4d57f3b910 +SHA512 (proc-macro2-1.0.46.crate) = 1c2ae8dc4bebeeaa4af02f8edce18b3d159109a1639d8e9f26be2b7023ade9d09824ee0f2a60ae034967d982158196826fdb989d23a4b3bc81188a9a63e18cb9