From 09a28c48893dba66eb8c0f486474968c1f10ab2e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 02:47:57 +0000 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-PathTools.git#3952428a105f061c8e76a9b79afacb67b33c156d --- perl-PathTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-PathTools.spec b/perl-PathTools.spec index cba1c56..4a9281e 100644 --- a/perl-PathTools.spec +++ b/perl-PathTools.spec @@ -2,7 +2,7 @@ Name: perl-PathTools Version: 3.78 -Release: 458%{?dist} +Release: 459%{?dist} Summary: PathTools Perl module (Cwd, File::Spec) # Cwd.xs: BSD # other files: GPL+ or Artistic @@ -84,6 +84,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.78-459 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 05 2020 Petr Pisar - 3.78-458 - Fix an off-by-one in bsd_realpath()