Update to version 4.6.0; Fixes RHBZ#1988858

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/syntect-4.2.0.crate /syntect-4.2.0.crate
/syntect-4.4.0.crate /syntect-4.4.0.crate
/syntect-4.5.0.crate /syntect-4.5.0.crate
/syntect-4.6.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 18
# * Missing testdata # * test data is not shipped with published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate syntect %global crate syntect
Name: rust-%{crate} Name: rust-%{crate}
Version: 4.5.0 Version: 4.6.0
Release: %autorelease Release: %autorelease
Summary: Library for high quality syntax highlighting and code intelligence Summary: Library for high quality syntax highlighting and code intelligence
@ -14,9 +14,6 @@ Summary: Library for high quality syntax highlighting and code intelligen
License: MIT License: MIT
URL: https://crates.io/crates/syntect URL: https://crates.io/crates/syntect
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update fancy-regex to 0.7, https://github.com/trishume/syntect/issues/343
Patch0: syntect-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -42,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE.txt %license LICENSE.txt
%doc examples Readme.md DESIGN.md CHANGELOG.md src/highlighting/Readme.md %doc Readme.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (syntect-4.5.0.crate) = 17653ae9baa4da049c899820f6033b3e7d71b96ab70b9c12e57a1ab305d155b12acec470167be2a0a37ea9c89ec4d19850f72d456e6857a7cf4dee65fc288273 SHA512 (syntect-4.6.0.crate) = 9e320afaf4c2adf41dd7e20c5d95e3063fe8d2774d8deec7e0df3debab050e96a1a5c85d1732c661ee4022dc5bf1abfed2982f13269689b527f35efb2c82beba

@ -1,11 +0,0 @@
--- syntect-4.5.0/Cargo.toml 2020-12-09T23:32:03+00:00
+++ syntect-4.5.0/Cargo.toml 2021-07-24T10:03:30.496025+00:00
@@ -46,7 +46,7 @@
version = "1.0.4"
[dependencies.fancy-regex]
-version = "0.3.2"
+version = "0.7"
optional = true
[dependencies.flate2]
Loading…
Cancel
Save