diff --git a/.gitignore b/.gitignore index 5695be8..ce25a32 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /syn-1.0.5.crate /syn-1.0.8.crate /syn-1.0.11.crate +/syn-1.0.13.crate diff --git a/rust-syn.spec b/rust-syn.spec index 10cfbb1..7cf6092 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 # * insta and ref-cast are not packaged %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate syn Name: rust-%{crate} -Version: 1.0.11 +Version: 1.0.13 Release: 1%{?dist} Summary: Parser for Rust source code @@ -39,7 +39,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -51,7 +51,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clone-impls-devel Summary: %{summary} @@ -63,7 +63,7 @@ This package contains library source intended for building other packages which use "clone-impls" feature of "%{crate}" crate. %files -n %{name}+clone-impls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+derive-devel Summary: %{summary} @@ -75,7 +75,7 @@ This package contains library source intended for building other packages which use "derive" feature of "%{crate}" crate. %files -n %{name}+derive-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+extra-traits-devel Summary: %{summary} @@ -87,7 +87,7 @@ This package contains library source intended for building other packages which use "extra-traits" feature of "%{crate}" crate. %files -n %{name}+extra-traits-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+fold-devel Summary: %{summary} @@ -99,7 +99,7 @@ This package contains library source intended for building other packages which use "fold" feature of "%{crate}" crate. %files -n %{name}+fold-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+full-devel Summary: %{summary} @@ -111,7 +111,7 @@ This package contains library source intended for building other packages which use "full" feature of "%{crate}" crate. %files -n %{name}+full-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+parsing-devel Summary: %{summary} @@ -123,7 +123,7 @@ This package contains library source intended for building other packages which use "parsing" feature of "%{crate}" crate. %files -n %{name}+parsing-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+printing-devel Summary: %{summary} @@ -135,7 +135,7 @@ This package contains library source intended for building other packages which use "printing" feature of "%{crate}" crate. %files -n %{name}+printing-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+proc-macro-devel Summary: %{summary} @@ -147,7 +147,7 @@ This package contains library source intended for building other packages which use "proc-macro" feature of "%{crate}" crate. %files -n %{name}+proc-macro-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+quote-devel Summary: %{summary} @@ -159,7 +159,7 @@ This package contains library source intended for building other packages which use "quote" feature of "%{crate}" crate. %files -n %{name}+quote-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+visit-devel Summary: %{summary} @@ -171,7 +171,7 @@ This package contains library source intended for building other packages which use "visit" feature of "%{crate}" crate. %files -n %{name}+visit-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+visit-mut-devel Summary: %{summary} @@ -183,12 +183,10 @@ This package contains library source intended for building other packages which use "visit-mut" feature of "%{crate}" crate. %files -n %{name}+visit-mut-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -# https://github.com/dtolnay/syn/pull/727 -chmod -x Cargo.toml tests/repo/mod.rs tests/test_round_trip.rs %cargo_prep %generate_buildrequires @@ -206,6 +204,9 @@ chmod -x Cargo.toml tests/repo/mod.rs tests/test_round_trip.rs %endif %changelog +* Wed Jan 15 2020 Josh Stone - 1.0.13-1 +- Update to 1.0.13 + * Sun Dec 01 10:21:44 CET 2019 Igor Gnatenko - 1.0.11-1 - Update to 1.0.11 diff --git a/sources b/sources index 715eb43..7084689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-1.0.11.crate) = 6b361c6cb27aebb3da5e81db270e7cd0fe8bfb11289c25ce46127214e222c2b64f53164c8869de41b77e9b780f967454ed5d7c5b73442ae292eadc4dea77494c +SHA512 (syn-1.0.13.crate) = 234b470f432c1981f13e63e37334e200cd872d288f0ca10fb849281a5fe13c077eb9d41e75933a296f8c3d4e71ca8cce8724ef8c3d98bd9972146fab3d010663