From 8c6d74a6a73b8883a205e15a4856b871322ece5d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 7 Jan 2022 21:56:27 +0100 Subject: [PATCH 1/9] 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 From dc915ec0f69e9eafbd3274c5c82e342d40eed986 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 21 Jan 2022 14:20:10 +0100 Subject: [PATCH 2/9] Update to version 1.0.86; Fixes RHBZ#2042716 --- .gitignore | 1 + rust-syn.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 63b2736..2221c06 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /syn-1.0.81.crate /syn-1.0.82.crate /syn-1.0.85.crate +/syn-1.0.86.crate diff --git a/rust-syn.spec b/rust-syn.spec index 73e8c32..92d4e23 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -6,7 +6,7 @@ %global crate syn Name: rust-%{crate} -Version: 1.0.85 +Version: 1.0.86 Release: %autorelease Summary: Parser for Rust source code diff --git a/sources b/sources index ce90f9e..c1c370b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.85.crate) = f12ac93bfc8f24b2a567485fc738a40ae8c9649515783003e07bc5d0f3e377bc324a4f649d66c7fa2d1272cb0a2fb884ecfb06f8aed98dc3c03329f62d03a44e +SHA512 (syn-1.0.86.crate) = 1462dc9fbf0a89b023421064908c7e349ede23c986eddcb8d260559b5e1346fe0206c88e5317eea7e8293ea58b94466d486fae3aa57a1dee4220f5431b1fb68a From c76a46037e80c41c0ba2a50a7c57515b11624bde Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 17 Mar 2022 22:41:13 +0100 Subject: [PATCH 3/9] Update to version 1.0.89; Fixes RHBZ#2063678 --- .gitignore | 1 + rust-syn.spec | 39 ++++++++++++++++++++------------------- sources | 2 +- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 2221c06..81029ea 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /syn-1.0.82.crate /syn-1.0.85.crate /syn-1.0.86.crate +/syn-1.0.89.crate diff --git a/rust-syn.spec b/rust-syn.spec index 92d4e23..24d82a4 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 21 # 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.86 +Version: 1.0.89 Release: %autorelease Summary: Parser for Rust source code @@ -17,7 +17,7 @@ Source: %{crates_source} ExclusiveArch: %{rust_arches} -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Parser for Rust source code.} @@ -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}+clone-impls-devel Summary: %{summary} @@ -60,7 +61,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+derive-devel Summary: %{summary} @@ -72,7 +73,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+extra-traits-devel Summary: %{summary} @@ -84,7 +85,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+fold-devel Summary: %{summary} @@ -96,7 +97,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+full-devel Summary: %{summary} @@ -108,7 +109,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+parsing-devel Summary: %{summary} @@ -120,7 +121,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+printing-devel Summary: %{summary} @@ -132,7 +133,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+proc-macro-devel Summary: %{summary} @@ -144,7 +145,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}+quote-devel Summary: %{summary} @@ -156,7 +157,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+test-devel Summary: %{summary} @@ -168,7 +169,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+visit-devel Summary: %{summary} @@ -180,7 +181,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+visit-mut-devel Summary: %{summary} @@ -192,7 +193,7 @@ 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 +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index c1c370b..4e39d49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.86.crate) = 1462dc9fbf0a89b023421064908c7e349ede23c986eddcb8d260559b5e1346fe0206c88e5317eea7e8293ea58b94466d486fae3aa57a1dee4220f5431b1fb68a +SHA512 (syn-1.0.89.crate) = 6b2a9411c015b2b0ed5c5e18cae67f357d1a735e184416c6f8533be191ba65c0963dc9341ba3829195c6616ce71d4a79cbc7768fdbaa98b798b8f67746c6ab4a From 43d792685ecb3ccc83a16426163f9f336ca54b87 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 29 Mar 2022 11:01:17 +0200 Subject: [PATCH 4/9] Update to version 1.0.90; Fixes RHBZ#2069302 --- .gitignore | 1 + rust-syn.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 81029ea..e1a90ae 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /syn-1.0.85.crate /syn-1.0.86.crate /syn-1.0.89.crate +/syn-1.0.90.crate diff --git a/rust-syn.spec b/rust-syn.spec index 24d82a4..8323f64 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -6,7 +6,7 @@ %global crate syn Name: rust-%{crate} -Version: 1.0.89 +Version: 1.0.90 Release: %autorelease Summary: Parser for Rust source code diff --git a/sources b/sources index 4e39d49..51f36c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.89.crate) = 6b2a9411c015b2b0ed5c5e18cae67f357d1a735e184416c6f8533be191ba65c0963dc9341ba3829195c6616ce71d4a79cbc7768fdbaa98b798b8f67746c6ab4a +SHA512 (syn-1.0.90.crate) = 367638bd9d768a93392e7191f1ed5f094d787be5c6ece03632f87e9b54be176b43ab357b4d4f19df95a182b14552024852d540b0f9e0c0b302af793e2e052784 From ea2fb9c841f7bb914c7eaa073ca3018e397c3a2e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 11 May 2022 15:45:08 +0200 Subject: [PATCH 5/9] Update to version 1.0.93; Fixes RHBZ#2072310 --- .gitignore | 1 + rust-syn.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1a90ae..c612e47 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /syn-1.0.86.crate /syn-1.0.89.crate /syn-1.0.90.crate +/syn-1.0.93.crate diff --git a/rust-syn.spec b/rust-syn.spec index 8323f64..5cdb3bd 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm 21 -# syn-test-suite is not packaged +# * missing dev-dependency: syn-test-suite %bcond_with check %global debug_package %{nil} %global crate syn Name: rust-%{crate} -Version: 1.0.90 +Version: 1.0.93 Release: %autorelease Summary: Parser for Rust source code diff --git a/sources b/sources index 51f36c2..53c8f99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.90.crate) = 367638bd9d768a93392e7191f1ed5f094d787be5c6ece03632f87e9b54be176b43ab357b4d4f19df95a182b14552024852d540b0f9e0c0b302af793e2e052784 +SHA512 (syn-1.0.93.crate) = 8f767d2ecaab1f3c0aa094f047668be278f9a5c9cd5200f8ee4eaf295749bcbe4aa70a3714c315ed7b6e9a40d38e5f30db343cc9025c36579ce36457ce2f5e84 From e2a2a48eb81cf13de7a8c69fd04ec7dcc533877b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 4 Jul 2022 16:18:29 +0200 Subject: [PATCH 6/9] Update to version 1.0.98; Fixes RHBZ#2085362 --- .gitignore | 2 ++ rust-syn.spec | 2 +- sources | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c612e47..7d9d823 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,5 @@ /syn-1.0.89.crate /syn-1.0.90.crate /syn-1.0.93.crate +/syn-1.0.95.crate +/syn-1.0.98.crate diff --git a/rust-syn.spec b/rust-syn.spec index 5cdb3bd..8a6f3b0 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -6,7 +6,7 @@ %global crate syn Name: rust-%{crate} -Version: 1.0.93 +Version: 1.0.98 Release: %autorelease Summary: Parser for Rust source code diff --git a/sources b/sources index 53c8f99..fd8bad5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.93.crate) = 8f767d2ecaab1f3c0aa094f047668be278f9a5c9cd5200f8ee4eaf295749bcbe4aa70a3714c315ed7b6e9a40d38e5f30db343cc9025c36579ce36457ce2f5e84 +SHA512 (syn-1.0.98.crate) = fe5dda742e085e14b6aea5617d3f9dd19ffd46009f34b119c0d74ec693042f641e594f75ff027dbfa38f3d5149a94eb6187248ee9d09d41dab9cc2cfc18fab18 From e0a061f020172fd75e3a7fd63783f5f25865148e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 3 Aug 2022 21:38:08 +0200 Subject: [PATCH 8/9] Update to version 1.0.99; Fixes RHBZ#2114667 --- .gitignore | 1 + rust-syn.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7d9d823..e546b16 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /syn-1.0.93.crate /syn-1.0.95.crate /syn-1.0.98.crate +/syn-1.0.99.crate diff --git a/rust-syn.spec b/rust-syn.spec index 8a6f3b0..b02132c 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -1,17 +1,16 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 22 # * missing dev-dependency: syn-test-suite %bcond_with check %global debug_package %{nil} %global crate syn -Name: rust-%{crate} -Version: 1.0.98 +Name: rust-syn +Version: 1.0.99 Release: %autorelease Summary: Parser for Rust source code -# 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/syn Source: %{crates_source} diff --git a/sources b/sources index fd8bad5..8713a2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.98.crate) = fe5dda742e085e14b6aea5617d3f9dd19ffd46009f34b119c0d74ec693042f641e594f75ff027dbfa38f3d5149a94eb6187248ee9d09d41dab9cc2cfc18fab18 +SHA512 (syn-1.0.99.crate) = 47a9ec4d5e6702709c1069d1804d29880a1c5bbbed5a91c44e80eec657c62ceb223d6fbd942deef591463664766ae1997d154525f4e7a212bb84151418f40d10 From 822daeb5176f9d69d32dc883a0d1305429b63047 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 5 Oct 2022 14:10:25 +0200 Subject: [PATCH 9/9] Update to version 1.0.101; Fixes RHBZ#2127777 --- .gitignore | 1 + rust-syn.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e546b16..3aaf6e8 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /syn-1.0.95.crate /syn-1.0.98.crate /syn-1.0.99.crate +/syn-1.0.101.crate diff --git a/rust-syn.spec b/rust-syn.spec index b02132c..6b69d57 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -6,7 +6,7 @@ %global crate syn Name: rust-syn -Version: 1.0.99 +Version: 1.0.101 Release: %autorelease Summary: Parser for Rust source code diff --git a/sources b/sources index 8713a2b..26eea0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.99.crate) = 47a9ec4d5e6702709c1069d1804d29880a1c5bbbed5a91c44e80eec657c62ceb223d6fbd942deef591463664766ae1997d154525f4e7a212bb84151418f40d10 +SHA512 (syn-1.0.101.crate) = 906981426acc97df92b93c9b6b70fd1aa66fd739b3865c618092826475a030e26943403cf91bdd99462f463eeb53c755b979bf834c56e30ffe1d53ade7e0fa35