Update to 3.2.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent bc27c8ea96
commit cf875728d9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/syntect-3.0.1.crate
/syntect-3.0.2.crate
/syntect-3.1.0.crate
/syntect-3.2.0.crate

@ -6,7 +6,7 @@
%global crate syntect
Name: rust-%{crate}
Version: 3.1.0
Version: 3.2.0
Release: 1%{?dist}
Summary: Library for high quality syntax highlighting and code intelligence
@ -19,9 +19,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0)
BuildRequires: (crate(flate2) >= 1.0.0 with crate(flate2) < 2.0.0)
BuildRequires: (crate(flate2/default) >= 1.0.0 with crate(flate2/default) < 2.0.0)
BuildRequires: (crate(flate2/rust_backend) >= 1.0.0 with crate(flate2/rust_backend) < 2.0.0)
BuildRequires: (crate(fnv/default) >= 1.0.0 with crate(fnv/default) < 2.0.0)
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(lazycell/default) >= 1.0.0 with crate(lazycell/default) < 2.0.0)
@ -269,6 +267,9 @@ which use "yaml-rust" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.0-1
- Update to 3.2.0
* Sun Feb 24 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.0-1
- Update to 3.1.0

@ -1 +1 @@
SHA512 (syntect-3.1.0.crate) = 4b29ba3163d4ffc2aaa455f7911f1bea3c948ffb70d54b36ee3388f457796ee26e85d1907b2ef6ca4dfa4fdf2c70e20f108dfee47db571d898b07013dfc18fec
SHA512 (syntect-3.2.0.crate) = 5b684a8f50f56b3f2a69fbde0623835a6a0ff44169ec6a558d6d0f702eb0921894061d9baf8edf9ec6802d7623f9073df365e68b4f33107bbb93807f32e4fadc

Loading…
Cancel
Save