Update to 3.0.2

epel9
Josh Stone 6 years ago
parent 07fce46297
commit 825a183aeb

1
.gitignore vendored

@ -1,2 +1,3 @@
/syntect-2.1.0.crate /syntect-2.1.0.crate
/syntect-3.0.1.crate /syntect-3.0.1.crate
/syntect-3.0.2.crate

@ -6,16 +6,13 @@
%global crate syntect %global crate syntect
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.1 Version: 3.0.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for high quality syntax highlighting and code intelligence Summary: Library for high quality syntax highlighting and code intelligence
License: MIT License: MIT
URL: https://crates.io/crates/syntect URL: https://crates.io/crates/syntect
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate 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} ExclusiveArch: %{rust_arches}
@ -260,6 +257,9 @@ which use "yaml-rust" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 3.0.2-1
- Update to 3.0.2
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.1-1 * Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.1-1
- Update to 3.0.1 - Update to 3.0.1

@ -1 +1 @@
SHA512 (syntect-3.0.1.crate) = cb12cd8e8203ed552ee1c12a295d324406dfa50730f46239936c93c3a159fc46d2760fa8e60f224882d0ae3d25f091f716232e979e1f167b4690109a5a6e95f7 SHA512 (syntect-3.0.2.crate) = 3f8ad590a78f4f850560841980c7090de563c774ea128a35277b0a5b9ad922b6eff5f3bfedb07a1252d24e6e3cba08c8e5aa22cdf2a84107aad4cd3a135c75f6

@ -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 <tristan@thume.ca>"]
-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"
Loading…
Cancel
Save