Update to 4.2.0

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/syntect-3.2.0.crate
/syntect-3.3.0.crate
/syntect-4.1.1.crate
/syntect-4.2.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * Missing testdata
%bcond_with check
%global debug_package %{nil}
@ -6,17 +6,14 @@
%global crate syntect
Name: rust-%{crate}
Version: 4.1.1
Release: 2%{?dist}
Version: 4.2.0
Release: 1%{?dist}
Summary: Library for high quality syntax highlighting and code intelligence
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/syntect
Source: %{crates_source}
# Initial patched metadata
# * Update plist to 1, https://github.com/trishume/syntect/pull/295
Patch0: syntect-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -316,6 +313,9 @@ which use "yaml-rust" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 23 21:21:40 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.2.0-1
- Update to 4.2.0
* Sun May 17 12:48:48 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.1.1-2
- Update plist to 1

@ -1 +1 @@
SHA512 (syntect-4.1.1.crate) = 8ac59cc1ce6820dfdde527b55a3c37f9491263a7d6a6bb6ea1436e2b6aafaedb76dafbc233f466e6eaf8873bcbfcdc4b16cb90f2042095da1c4081803a79d7f8
SHA512 (syntect-4.2.0.crate) = d2dcf5444b739b6f4466aa40c0f061573d89d639ab1c759a4bd0e1d5eaab706794e8f510e70dd146e4212617fa16c0cc1745e98323e65baa699b79ef37040df6

@ -1,11 +0,0 @@
--- syntect-4.1.1/Cargo.toml 2020-04-21T00:52:33+00:00
+++ syntect-4.1.1/Cargo.toml 2020-05-17T10:48:48.811558+00:00
@@ -69,7 +69,7 @@
optional = true
[dependencies.plist]
-version = "0.5"
+version = "1"
[dependencies.regex-syntax]
version = "0.6"
Loading…
Cancel
Save