Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/perl-Algorithm-Diff.git#3e9a59965eb8fa039fdda084a5d208f95bbfb861
This commit is contained in:
DistroBaker 2021-02-04 15:21:11 +01:00
parent a904d211b2
commit 9e635c2d4b
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: perl-Algorithm-Diff
Version: %{upstream_version}%{?extra_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Compute 'intelligent' differences between two files/lists
License: GPL+ or Artistic
URL: https://metacpan.org/release/Algorithm-Diff
@ -63,6 +63,9 @@ make test
%{_mandir}/man3/Algorithm::DiffOld.3*
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2010-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 14 2020 Paul Howarth <paul@city-fan.org> - 1.2010-1
- Update to 1.201
- Speed up LCS when $keyGen is undef (CPAN RT#101105)