Update to 1.0.13

epel9
Josh Stone 5 years ago
parent 589954fef7
commit 0cf8db5326

1
.gitignore vendored

@ -53,3 +53,4 @@
/syn-1.0.5.crate /syn-1.0.5.crate
/syn-1.0.8.crate /syn-1.0.8.crate
/syn-1.0.11.crate /syn-1.0.11.crate
/syn-1.0.13.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
# * insta and ref-cast are not packaged # * insta and ref-cast are not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.11 Version: 1.0.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parser for Rust source code Summary: Parser for Rust source code
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %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 %package -n %{name}+clone-impls-devel
Summary: %{summary} Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "clone-impls" feature of "%{crate}" crate. which use "clone-impls" feature of "%{crate}" crate.
%files -n %{name}+clone-impls-devel %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 %package -n %{name}+derive-devel
Summary: %{summary} Summary: %{summary}
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
which use "derive" feature of "%{crate}" crate. which use "derive" feature of "%{crate}" crate.
%files -n %{name}+derive-devel %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 %package -n %{name}+extra-traits-devel
Summary: %{summary} Summary: %{summary}
@ -87,7 +87,7 @@ This package contains library source intended for building other packages
which use "extra-traits" feature of "%{crate}" crate. which use "extra-traits" feature of "%{crate}" crate.
%files -n %{name}+extra-traits-devel %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 %package -n %{name}+fold-devel
Summary: %{summary} Summary: %{summary}
@ -99,7 +99,7 @@ This package contains library source intended for building other packages
which use "fold" feature of "%{crate}" crate. which use "fold" feature of "%{crate}" crate.
%files -n %{name}+fold-devel %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 %package -n %{name}+full-devel
Summary: %{summary} Summary: %{summary}
@ -111,7 +111,7 @@ This package contains library source intended for building other packages
which use "full" feature of "%{crate}" crate. which use "full" feature of "%{crate}" crate.
%files -n %{name}+full-devel %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 %package -n %{name}+parsing-devel
Summary: %{summary} Summary: %{summary}
@ -123,7 +123,7 @@ This package contains library source intended for building other packages
which use "parsing" feature of "%{crate}" crate. which use "parsing" feature of "%{crate}" crate.
%files -n %{name}+parsing-devel %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 %package -n %{name}+printing-devel
Summary: %{summary} Summary: %{summary}
@ -135,7 +135,7 @@ This package contains library source intended for building other packages
which use "printing" feature of "%{crate}" crate. which use "printing" feature of "%{crate}" crate.
%files -n %{name}+printing-devel %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 %package -n %{name}+proc-macro-devel
Summary: %{summary} Summary: %{summary}
@ -147,7 +147,7 @@ This package contains library source intended for building other packages
which use "proc-macro" feature of "%{crate}" crate. which use "proc-macro" feature of "%{crate}" crate.
%files -n %{name}+proc-macro-devel %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 %package -n %{name}+quote-devel
Summary: %{summary} Summary: %{summary}
@ -159,7 +159,7 @@ This package contains library source intended for building other packages
which use "quote" feature of "%{crate}" crate. which use "quote" feature of "%{crate}" crate.
%files -n %{name}+quote-devel %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 %package -n %{name}+visit-devel
Summary: %{summary} Summary: %{summary}
@ -171,7 +171,7 @@ This package contains library source intended for building other packages
which use "visit" feature of "%{crate}" crate. which use "visit" feature of "%{crate}" crate.
%files -n %{name}+visit-devel %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 %package -n %{name}+visit-mut-devel
Summary: %{summary} Summary: %{summary}
@ -183,12 +183,10 @@ This package contains library source intended for building other packages
which use "visit-mut" feature of "%{crate}" crate. which use "visit-mut" feature of "%{crate}" crate.
%files -n %{name}+visit-mut-devel %files -n %{name}+visit-mut-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %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 %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -206,6 +204,9 @@ chmod -x Cargo.toml tests/repo/mod.rs tests/test_round_trip.rs
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.0.13-1
- Update to 1.0.13
* Sun Dec 01 10:21:44 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.11-1 * Sun Dec 01 10:21:44 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.11-1
- Update to 1.0.11 - Update to 1.0.11

@ -1 +1 @@
SHA512 (syn-1.0.11.crate) = 6b361c6cb27aebb3da5e81db270e7cd0fe8bfb11289c25ce46127214e222c2b64f53164c8869de41b77e9b780f967454ed5d7c5b73442ae292eadc4dea77494c SHA512 (syn-1.0.13.crate) = 234b470f432c1981f13e63e37334e200cd872d288f0ca10fb849281a5fe13c077eb9d41e75933a296f8c3d4e71ca8cce8724ef8c3d98bd9972146fab3d010663

Loading…
Cancel
Save