update to version 4.5.0

epel9
Fabio Valentini 4 years ago
parent e4c75b1929
commit 84fddbad3e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/syntect-4.1.1.crate
/syntect-4.2.0.crate
/syntect-4.4.0.crate
/syntect-4.5.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
# * Missing testdata
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate syntect
Name: rust-%{crate}
Version: 4.4.0
Release: 2%{?dist}
Version: 4.5.0
Release: 1%{?dist}
Summary: Library for high quality syntax highlighting and code intelligence
# Upstream license specification: MIT
@ -277,6 +277,10 @@ which use "yaml-rust" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 4.5.0-1
- Update to version 4.5.0.
- Fixes RHBZ#1906224
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 4.4.0-2
- Remove features with missing dependencies (fancy-regex).

@ -1 +1 @@
SHA512 (syntect-4.4.0.crate) = 018fc26a99cad799446dfda0e406af87fb63e35cc5684fe2928f42f1b0a1199606a25b9ee4f1bd138abebc40f365c26407716856376f1ed6d3352c879a1689f4
SHA512 (syntect-4.5.0.crate) = 17653ae9baa4da049c899820f6033b3e7d71b96ab70b9c12e57a1ab305d155b12acec470167be2a0a37ea9c89ec4d19850f72d456e6857a7cf4dee65fc288273

Loading…
Cancel
Save