Compare commits

..

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 52e06e8853 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering b6304bed6d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini e15cf9974e
Regenerate with rust2rpm v24
1 year ago
Fedora Release Engineering 0269ca6fbf Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering e0651bff8a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

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

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

Loading…
Cancel
Save