From 8c6d74a6a73b8883a205e15a4856b871322ece5d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 7 Jan 2022 21:56:27 +0100 Subject: [PATCH] Update to version 1.0.85; Fixes RHBZ#2035129 --- .gitignore | 1 + rust-syn.spec | 65 ++++++++++++++++++++++++--------------------------- sources | 2 +- 3 files changed, 33 insertions(+), 35 deletions(-) diff --git a/.gitignore b/.gitignore index 45ad1e5..63b2736 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /syn-1.0.77.crate /syn-1.0.81.crate /syn-1.0.82.crate +/syn-1.0.85.crate diff --git a/rust-syn.spec b/rust-syn.spec index db099ef..73e8c32 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 20 # syn-test-suite is not packaged %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate syn Name: rust-%{crate} -Version: 1.0.82 +Version: 1.0.85 Release: %autorelease Summary: Parser for Rust source code @@ -16,9 +16,6 @@ URL: https://crates.io/crates/syn 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}+clone-impls-devel %{_description} -This package contains library source intended for building other packages -which use "clone-impls" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "clone-impls" feature of the "%{crate}" crate. %files -n %{name}+clone-impls-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,8 +68,8 @@ BuildArch: noarch %description -n %{name}+derive-devel %{_description} -This package contains library source intended for building other packages -which use "derive" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "derive" feature of the "%{crate}" crate. %files -n %{name}+derive-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -83,8 +80,8 @@ BuildArch: noarch %description -n %{name}+extra-traits-devel %{_description} -This package contains library source intended for building other packages -which use "extra-traits" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "extra-traits" feature of the "%{crate}" crate. %files -n %{name}+extra-traits-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -95,8 +92,8 @@ BuildArch: noarch %description -n %{name}+fold-devel %{_description} -This package contains library source intended for building other packages -which use "fold" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "fold" feature of the "%{crate}" crate. %files -n %{name}+fold-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -107,8 +104,8 @@ BuildArch: noarch %description -n %{name}+full-devel %{_description} -This package contains library source intended for building other packages -which use "full" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "full" feature of the "%{crate}" crate. %files -n %{name}+full-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -119,8 +116,8 @@ BuildArch: noarch %description -n %{name}+parsing-devel %{_description} -This package contains library source intended for building other packages -which use "parsing" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "parsing" feature of the "%{crate}" crate. %files -n %{name}+parsing-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -131,8 +128,8 @@ BuildArch: noarch %description -n %{name}+printing-devel %{_description} -This package contains library source intended for building other packages -which use "printing" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "printing" feature of the "%{crate}" crate. %files -n %{name}+printing-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -143,8 +140,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 @@ -155,8 +152,8 @@ BuildArch: noarch %description -n %{name}+quote-devel %{_description} -This package contains library source intended for building other packages -which use "quote" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "quote" feature of the "%{crate}" crate. %files -n %{name}+quote-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -167,8 +164,8 @@ BuildArch: noarch %description -n %{name}+test-devel %{_description} -This package contains library source intended for building other packages -which use "test" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "test" feature of the "%{crate}" crate. %files -n %{name}+test-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -179,8 +176,8 @@ BuildArch: noarch %description -n %{name}+visit-devel %{_description} -This package contains library source intended for building other packages -which use "visit" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "visit" feature of the "%{crate}" crate. %files -n %{name}+visit-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -191,8 +188,8 @@ BuildArch: noarch %description -n %{name}+visit-mut-devel %{_description} -This package contains library source intended for building other packages -which use "visit-mut" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "visit-mut" feature of the "%{crate}" crate. %files -n %{name}+visit-mut-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index b426b58..ce90f9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.82.crate) = 9406f62404f1dec3ea37a5e583a8dd7daf646fd5a1b11359aea3004010b3b416a44e4457695ba5beb12b3cbb9fe437de6f73018faa364c4e48060f6aab8ada1d +SHA512 (syn-1.0.85.crate) = f12ac93bfc8f24b2a567485fc738a40ae8c9649515783003e07bc5d0f3e377bc324a4f649d66c7fa2d1272cb0a2fb884ecfb06f8aed98dc3c03329f62d03a44e