|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate syn
|
|
|
|
%global crate syn
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.21
|
|
|
|
Version: 1.0.22
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parser for Rust source code
|
|
|
|
Summary: Parser for Rust source code
|
|
|
|
|
|
|
|
|
|
|
@ -161,6 +161,18 @@ which use "quote" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+quote-devel
|
|
|
|
%files -n %{name}+quote-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+test-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+test-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+visit-devel
|
|
|
|
%package -n %{name}+visit-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -204,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat May 16 19:35:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.22-1
|
|
|
|
|
|
|
|
- Update to 1.0.22
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.21-1
|
|
|
|
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.21-1
|
|
|
|
- Update to 1.0.21
|
|
|
|
- Update to 1.0.21
|
|
|
|
|
|
|
|
|
|
|
|