diff --git a/.gitignore b/.gitignore index 9ebff89..9c52904 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /syntect-3.2.0.crate /syntect-3.3.0.crate /syntect-4.1.1.crate +/syntect-4.2.0.crate diff --git a/rust-syntect.spec b/rust-syntect.spec index bd43114..2b42e95 100644 --- a/rust-syntect.spec +++ b/rust-syntect.spec @@ -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 - 4.2.0-1 +- Update to 4.2.0 + * Sun May 17 12:48:48 CEST 2020 Igor Raits - 4.1.1-2 - Update plist to 1 diff --git a/sources b/sources index a7b4978..57cf2d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syntect-4.1.1.crate) = 8ac59cc1ce6820dfdde527b55a3c37f9491263a7d6a6bb6ea1436e2b6aafaedb76dafbc233f466e6eaf8873bcbfcdc4b16cb90f2042095da1c4081803a79d7f8 +SHA512 (syntect-4.2.0.crate) = d2dcf5444b739b6f4466aa40c0f061573d89d639ab1c759a4bd0e1d5eaab706794e8f510e70dd146e4212617fa16c0cc1745e98323e65baa699b79ef37040df6 diff --git a/syntect-fix-metadata.diff b/syntect-fix-metadata.diff deleted file mode 100644 index 8c21608..0000000 --- a/syntect-fix-metadata.diff +++ /dev/null @@ -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"