From 9e635c2d4b876233aad38996b582c8039b8d8f5b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 15:21:11 +0100 Subject: [PATCH] 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 --- perl-Algorithm-Diff.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 83d50fc..c8dbff7 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -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 - 1.2010-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 Paul Howarth - 1.2010-1 - Update to 1.201 - Speed up LCS when $keyGen is undef (CPAN RT#101105)