From 00c32512da50697d90b60b03db07ef2c5add3c59 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 18 Jan 2022 22:45:19 +0100 Subject: [PATCH 1/9] Update to version 1.0.14; Fixes RHBZ#2035824 --- .gitignore | 1 + rust-quote.spec | 21 +++++++++------------ sources | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 84ace7d..5c086cf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /quote-1.0.8.crate /quote-1.0.9.crate /quote-1.0.10.crate +/quote-1.0.14.crate diff --git a/rust-quote.spec b/rust-quote.spec index ce9ab1c..d1845b8 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate quote Name: rust-%{crate} -Version: 1.0.10 +Version: 1.0.14 Release: %autorelease Summary: Quasi-quoting macro quote!(...) @@ -15,9 +15,6 @@ URL: https://crates.io/crates/quote Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif BuildRequires: rust-packaging @@ -32,11 +29,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}/ @@ -46,8 +43,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 @@ -58,8 +55,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 diff --git a/sources b/sources index 06fa20a..ca9cafe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 +SHA512 (quote-1.0.14.crate) = b2879fa8ae5ca80fb8aba56da016d9b8aab0f1014cc67fe597f42999e8042b2178b98dcb09109edc74b6bd1dc542341a72d11e4880273ffaaf766da243e687e4 From b7dcb322fa0d437ecedc283f2dcee0461bd22d12 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 9 Feb 2022 23:18:26 +0100 Subject: [PATCH 3/9] Update to version 1.0.15; Fixes RHBZ#2043791 --- .gitignore | 1 + rust-quote.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c086cf..1028298 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /quote-1.0.9.crate /quote-1.0.10.crate /quote-1.0.14.crate +/quote-1.0.15.crate diff --git a/rust-quote.spec b/rust-quote.spec index d1845b8..d39171c 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -5,7 +5,7 @@ %global crate quote Name: rust-%{crate} -Version: 1.0.14 +Version: 1.0.15 Release: %autorelease Summary: Quasi-quoting macro quote!(...) diff --git a/sources b/sources index ca9cafe..b42da41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.14.crate) = b2879fa8ae5ca80fb8aba56da016d9b8aab0f1014cc67fe597f42999e8042b2178b98dcb09109edc74b6bd1dc542341a72d11e4880273ffaaf766da243e687e4 +SHA512 (quote-1.0.15.crate) = 76403bfac4e9a018b29ddf8f911135206d4fdc266db38a95cc92f6159a8b436d39d64c4ae6c3fd16ad83117270ed329b6a151d589cab46c75443c57b533dfaeb From 331464b1ee9252a9fbb1ea6087d6d8ce7e036a27 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 21 Mar 2022 12:32:31 +0100 Subject: [PATCH 4/9] Update to version 1.0.16; Fixes RHBZ#2065474 --- .gitignore | 1 + rust-quote.spec | 17 +++++++++-------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 1028298..6629977 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /quote-1.0.10.crate /quote-1.0.14.crate /quote-1.0.15.crate +/quote-1.0.16.crate diff --git a/rust-quote.spec b/rust-quote.spec index d39171c..731a04a 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate quote Name: rust-%{crate} -Version: 1.0.15 +Version: 1.0.16 Release: %autorelease Summary: Quasi-quoting macro quote!(...) @@ -16,7 +16,7 @@ Source: %{crates_source} ExclusiveArch: %{rust_arches} -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Quasi-quoting macro quote!(...).} @@ -33,9 +33,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} @@ -47,7 +48,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} @@ -59,7 +60,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 %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index b42da41..bd6f155 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.15.crate) = 76403bfac4e9a018b29ddf8f911135206d4fdc266db38a95cc92f6159a8b436d39d64c4ae6c3fd16ad83117270ed329b6a151d589cab46c75443c57b533dfaeb +SHA512 (quote-1.0.16.crate) = 489f4dcaa8a8a2041b39fc8fc815fa7943c0a456881283398e4eb65f7b50f220a6e5493d60d1d5019a48b189ca217fd8c62056b552bf94b9329ec963cce01c74 From b4f53345f0f3f71ed7a4699b98d468a00e36e3fc Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 30 Mar 2022 23:05:37 +0200 Subject: [PATCH 5/9] Update to version 1.0.17; Fixes RHBZ#2068683 --- .gitignore | 1 + rust-quote.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6629977..05f836e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /quote-1.0.14.crate /quote-1.0.15.crate /quote-1.0.16.crate +/quote-1.0.17.crate diff --git a/rust-quote.spec b/rust-quote.spec index 731a04a..1f58f9a 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -5,7 +5,7 @@ %global crate quote Name: rust-%{crate} -Version: 1.0.16 +Version: 1.0.17 Release: %autorelease Summary: Quasi-quoting macro quote!(...) diff --git a/sources b/sources index bd6f155..cd6c833 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.16.crate) = 489f4dcaa8a8a2041b39fc8fc815fa7943c0a456881283398e4eb65f7b50f220a6e5493d60d1d5019a48b189ca217fd8c62056b552bf94b9329ec963cce01c74 +SHA512 (quote-1.0.17.crate) = d34fa0c864e3b9007449269ad5ea8736bbaa359e61eeb454e9c1cc30f9739a96778a04421e2a014879aeee417d8b51e20c6c41ebdab6878567af027096ff9ebd From 75c1155d8baa2fd11e72ce1b8809e0f3e90861d5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 12 May 2022 16:30:24 +0200 Subject: [PATCH 6/9] Update to version 1.0.18; Fixes RHBZ#2073902 --- .gitignore | 1 + rust-quote.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 05f836e..146a58d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /quote-1.0.15.crate /quote-1.0.16.crate /quote-1.0.17.crate +/quote-1.0.18.crate diff --git a/rust-quote.spec b/rust-quote.spec index 1f58f9a..fdabf2f 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -5,7 +5,7 @@ %global crate quote Name: rust-%{crate} -Version: 1.0.17 +Version: 1.0.18 Release: %autorelease Summary: Quasi-quoting macro quote!(...) diff --git a/sources b/sources index cd6c833..bd240a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.17.crate) = d34fa0c864e3b9007449269ad5ea8736bbaa359e61eeb454e9c1cc30f9739a96778a04421e2a014879aeee417d8b51e20c6c41ebdab6878567af027096ff9ebd +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 From 2a12d530ac7d89f59e68e9d08340d1096b278f91 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 15 Jul 2022 13:17:01 +0200 Subject: [PATCH 7/9] Update to version 1.0.20; Fixes RHBZ#2098411 --- .gitignore | 1 + rust-quote.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 146a58d..f7f2abf 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /quote-1.0.16.crate /quote-1.0.17.crate /quote-1.0.18.crate +/quote-1.0.20.crate diff --git a/rust-quote.spec b/rust-quote.spec index fdabf2f..3473133 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -5,7 +5,7 @@ %global crate quote Name: rust-%{crate} -Version: 1.0.18 +Version: 1.0.20 Release: %autorelease Summary: Quasi-quoting macro quote!(...) diff --git a/sources b/sources index bd240a3..050471d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +SHA512 (quote-1.0.20.crate) = d12f4a425273b99ae655da11fcf5dad2609e20ad3e7d85cde08c7d09f444a5c7a3505470bad2d48b1ba8ea59ebf38ab87aa1052e47ec414acfc05dcb07d438be From 13cfe2fd5d66b5611a8e6c223a9a011d2ac92892 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 3 Aug 2022 21:44:02 +0200 Subject: [PATCH 9/9] Update to version 1.0.21; Fixes RHBZ#2114661 --- .gitignore | 1 + rust-quote.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f7f2abf..110e466 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /quote-1.0.17.crate /quote-1.0.18.crate /quote-1.0.20.crate +/quote-1.0.21.crate diff --git a/rust-quote.spec b/rust-quote.spec index 3473133..6c161d0 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -1,16 +1,15 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 22 %bcond_without check %global debug_package %{nil} %global crate quote -Name: rust-%{crate} -Version: 1.0.20 +Name: rust-quote +Version: 1.0.21 Release: %autorelease Summary: Quasi-quoting macro quote!(...) -# 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/quote Source: %{crates_source} diff --git a/sources b/sources index 050471d..1310ead 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-1.0.20.crate) = d12f4a425273b99ae655da11fcf5dad2609e20ad3e7d85cde08c7d09f444a5c7a3505470bad2d48b1ba8ea59ebf38ab87aa1052e47ec414acfc05dcb07d438be +SHA512 (quote-1.0.21.crate) = 0728eb4df7e1f7c4d32ab08c901c2c969db8eb46b03bcec3e4956a4f6b360939d32abc6b6ebd7a31058e8e9b69c3d995a24cb484f93656f05b4ee963be1c74fc