Rebuilt for vte 0.11

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-ansitok-0.2.0-3.el9
Michel Alexandre Salim 1 year ago
parent bf59b58103
commit 7cabce270a

@ -0,0 +1,11 @@
--- ansitok-0.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ansitok-0.2.0/Cargo.toml 2023-08-24T20:41:36.258994+00:00
@@ -34,7 +34,7 @@
version = "7.1.1"
[dependencies.vte]
-version = "0.10.1"
+version = "0.11.0"
[features]
default = ["std"]

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
@ -12,11 +12,14 @@ Summary: Library for parsing ANSI Escape Codes
License: MIT
URL: https://crates.io/crates/ansitok
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump vte from 0.10.1 to 0.11
Patch: ansitok-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library for parsing ANSI Escape Codes.}
A library for parsing ANSI Escape Codes.}
%description %{_description}

Loading…
Cancel
Save