Update to 1.0.22

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 4ce7c08237
commit 03d8b8190a
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -62,3 +62,4 @@
/syn-1.0.19.crate
/syn-1.0.20.crate
/syn-1.0.21.crate
/syn-1.0.22.crate

@ -6,7 +6,7 @@
%global crate syn
Name: rust-%{crate}
Version: 1.0.21
Version: 1.0.22
Release: 1%{?dist}
Summary: Parser for Rust source code
@ -161,6 +161,18 @@ which use "quote" feature of "%{crate}" crate.
%files -n %{name}+quote-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -204,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%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
- Update to 1.0.21

@ -1 +1 @@
SHA512 (syn-1.0.21.crate) = 0c329c82dcb4425da8800894da103da9656dad7abf07098b7c8752a6c35ad644956e78981b1d4dc0b4d26bb8e2e4866aef969da4e4e5e885c76e35c781862e6c
SHA512 (syn-1.0.22.crate) = 4d3beb6d448d24bb7413b6f9fcc5887fafdbdb9392c196bc7c1c0ee6dcf41fee2eb9166d8e69279437d266772a2581733868e763c19db32334f01c8c92fa11e3

Loading…
Cancel
Save