Resolves: RHEL-75802
Upgrade to 3.91 as provided in 5.40.1 - version of File::Spec was updated
This commit is contained in:
parent
623df0b3e4
commit
10d8df9038
@ -1,25 +1,24 @@
|
||||
From 0c5f0ea37e3c4d50f47c531bb32e184fa9c38980 Mon Sep 17 00:00:00 2001
|
||||
From e4e41aa0167b13f4d6c06c5037042bfee0f1bd9e Mon Sep 17 00:00:00 2001
|
||||
From: Jitka Plesnikova <jplesnik@redhat.com>
|
||||
Date: Thu, 9 May 2024 15:42:26 +0200
|
||||
Date: Tue, 21 Jan 2025 13:22:44 +0100
|
||||
Subject: [PATCH] Upgrade to 3.91
|
||||
|
||||
---
|
||||
Cwd.pm | 2 +-
|
||||
Cwd.xs | 4 -
|
||||
lib/File/Spec.pm | 2 +-
|
||||
lib/File/Spec/AmigaOS.pm | 2 +-
|
||||
lib/File/Spec/Cygwin.pm | 2 +-
|
||||
lib/File/Spec/Epoc.pm | 2 +-
|
||||
lib/File/Spec/Functions.pm | 4 +-
|
||||
lib/File/Spec/Mac.pm | 2 +-
|
||||
lib/File/Spec/OS2.pm | 2 +-
|
||||
lib/File/Spec/Unix.pm | 2 +-
|
||||
lib/File/Spec/Win32.pm | 4 +-
|
||||
t/Spec.t | 196 ++++++++++++++++++++++++++++++++++++-
|
||||
12 files changed, 207 insertions(+), 17 deletions(-)
|
||||
Cwd.pm | 2 +-
|
||||
Cwd.xs | 4 ----
|
||||
lib/File/Spec.pm | 4 +++-
|
||||
lib/File/Spec/AmigaOS.pm | 2 +-
|
||||
lib/File/Spec/Cygwin.pm | 2 +-
|
||||
lib/File/Spec/Epoc.pm | 2 +-
|
||||
lib/File/Spec/Functions.pm | 4 ++--
|
||||
lib/File/Spec/Mac.pm | 2 +-
|
||||
lib/File/Spec/OS2.pm | 2 +-
|
||||
lib/File/Spec/Unix.pm | 2 +-
|
||||
lib/File/Spec/Win32.pm | 4 ++--
|
||||
11 files changed, 14 insertions(+), 16 deletions(-)
|
||||
|
||||
diff --git a/Cwd.pm b/Cwd.pm
|
||||
index dbf08a6..90013c9 100644
|
||||
index dbf08a6..549aa94 100644
|
||||
--- a/Cwd.pm
|
||||
+++ b/Cwd.pm
|
||||
@@ -3,7 +3,7 @@ use strict;
|
||||
@ -27,7 +26,7 @@ index dbf08a6..90013c9 100644
|
||||
|
||||
|
||||
-our $VERSION = '3.89';
|
||||
+our $VERSION = '3.90';
|
||||
+our $VERSION = '3.91';
|
||||
my $xs_version = $VERSION;
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
@ -54,15 +53,17 @@ index ca8639d..bca575c 100644
|
||||
|
||||
#endif
|
||||
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm
|
||||
index fc10c0f..b2349be 100644
|
||||
index fc10c0f..7e1d76f 100644
|
||||
--- a/lib/File/Spec.pm
|
||||
+++ b/lib/File/Spec.pm
|
||||
@@ -2,7 +2,7 @@ package File::Spec;
|
||||
@@ -2,7 +2,9 @@ package File::Spec;
|
||||
|
||||
use strict;
|
||||
|
||||
-our $VERSION = '3.88';
|
||||
+our $VERSION = '3.90';
|
||||
+# Keep $VERSION consistent in all *.pm files in this distribution, including
|
||||
+# Cwd.pm.
|
||||
+our $VERSION = '3.91';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
my %module = (
|
||||
@ -189,5 +190,5 @@ index 292c2f8..f9225e6 100644
|
||||
Yields:
|
||||
|
||||
--
|
||||
2.45.0
|
||||
2.48.1
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-PathTools
|
||||
Version: 3.91
|
||||
Release: 511%{?dist}
|
||||
Release: 512%{?dist}
|
||||
Summary: PathTools Perl module (Cwd, File::Spec)
|
||||
# Cwd.xs: BSD-3-Clause
|
||||
# other files: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -19,7 +19,7 @@ Patch2: PathTools-3.78-Upgrade-to-3.80.patch
|
||||
Patch3: PathTools-3.80-Upgrade-to-3.84.patch
|
||||
# Unbundled from perl 5.37.11
|
||||
Patch4: PathTools-3.84-Upgrade-to-3.89.patch
|
||||
# Unbundled from perl 5.40.0-RC1
|
||||
# Unbundled from perl 5.40.1
|
||||
Patch5: PathTools-3.89-Upgrade-to-3.91.patch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
@ -121,6 +121,11 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jan 23 2025 Jitka Plesnikova <jplesnik@redhat.com> - 3.91-512
|
||||
- Resolves: RHEL-75802
|
||||
- Upgrade to 3.91 as provided in 5.40.1
|
||||
version of File::Spec was updated
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.91-511
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
Loading…
Reference in New Issue
Block a user