Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -0,0 +1,3 @@
# rust-diff
The rust-diff package

@ -1,23 +1,26 @@
# Generated by rust2rpm 24
# * missing dev-dependencies: speculate ^0.1.2
# Generated by rust2rpm 21
# * speculate is not packaged
%bcond_with check
%global debug_package %{nil}
%global crate diff
Name: rust-diff
Name: rust-%{crate}
Version: 0.1.13
Release: %autorelease
Summary: LCS based slice and string diffing implementation
License: MIT OR Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/diff
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
An LCS based slice and string diffing implementation.}
LCS based slice and string diffing implementation.}
%description %{_description}

Loading…
Cancel
Save