diff --git a/.gitignore b/.gitignore index 4abf2a2..39dcfd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /syntect-2.1.0.crate /syntect-3.0.1.crate +/syntect-3.0.2.crate diff --git a/rust-syntect.spec b/rust-syntect.spec index 11b4d74..c367a81 100644 --- a/rust-syntect.spec +++ b/rust-syntect.spec @@ -6,16 +6,13 @@ %global crate syntect Name: rust-%{crate} -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: Library for high quality syntax highlighting and code intelligence License: MIT URL: https://crates.io/crates/syntect Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate -# Initial patched metadata -# * Exclude CI files, https://github.com/trishume/syntect/pull/224 -Patch0: syntect-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -260,6 +257,9 @@ which use "yaml-rust" feature of "%{crate}" crate. %endif %changelog +* Tue Nov 13 2018 Josh Stone - 3.0.2-1 +- Update to 3.0.2 + * Sun Nov 04 2018 Igor Gnatenko - 3.0.1-1 - Update to 3.0.1 diff --git a/sources b/sources index 5a6ba20..0bbc1f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syntect-3.0.1.crate) = cb12cd8e8203ed552ee1c12a295d324406dfa50730f46239936c93c3a159fc46d2760fa8e60f224882d0ae3d25f091f716232e979e1f167b4690109a5a6e95f7 +SHA512 (syntect-3.0.2.crate) = 3f8ad590a78f4f850560841980c7090de563c774ea128a35277b0a5b9ad922b6eff5f3bfedb07a1252d24e6e3cba08c8e5aa22cdf2a84107aad4cd3a135c75f6 diff --git a/syntect-fix-metadata.diff b/syntect-fix-metadata.diff deleted file mode 100644 index cf583f5..0000000 --- a/syntect-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- syntect-3.0.1/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ syntect-3.0.1/Cargo.toml 2018-11-04T17:14:16.621747+01:00 -@@ -14,7 +14,7 @@ - name = "syntect" - version = "3.0.1" - authors = ["Tristan Hume "] --exclude = ["testdata/*"] -+exclude = ["testdata/*", "/scripts/*", "/Makefile", "/codecov.yml"] - description = "library for high quality syntax highlighting and code intelligence using Sublime Text's grammars" - documentation = "https://docs.rs/syntect" - readme = "Readme.md"