Skip 1970 year patch

i8-stream-5.24 changed/i8-stream-5.24/perl-5.24.4-404.module+el8.1.0+2926+ce7246ad.inferit
Arkady L. Shane 10 months ago
parent c8d75ea883
commit 5e526a1440
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1,24 @@
From 842ffee1cd0162d9715d13f72daf53fa168d2549 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Wed, 17 Apr 2024 12:19:29 +0300
Subject: [PATCH] Skip 1970 year test
---
cpan/Time-Local/t/Local.t | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpan/Time-Local/t/Local.t b/cpan/Time-Local/t/Local.t
index 472e71a..e332d38 100644
--- a/cpan/Time-Local/t/Local.t
+++ b/cpan/Time-Local/t/Local.t
@@ -11,7 +11,6 @@ use Time::Local;
my @time =
(
#year,mon,day,hour,min,sec
- [1970, 1, 2, 00, 00, 00],
[1980, 2, 28, 12, 00, 00],
[1980, 2, 29, 12, 00, 00],
[1999, 12, 31, 23, 59, 59],
--
2.44.0

@ -37,7 +37,7 @@
Name: perl
Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise
Release: 404%{?dist}
Release: 404%{?dist}.inferit
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
# These are all found licenses. They are distributed among various
@ -433,6 +433,10 @@ Patch200: perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li
# Link XS modules to libperl.so with EU::MM on Linux, bug #960048
Patch201: perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-MM-on-Linux.patch
# MSVSphere
# Skip 1970 year test
Patch1000: 0001-Skip-1970-year-test.patch
# Update some of the bundled modules
# see http://fedoraproject.org/wiki/Perl/perl.spec for instructions
@ -3101,6 +3105,9 @@ popd
%patch200 -p1
%patch201 -p1
# MSVSphere
%patch1000 -p1
%if !%{defined perl_bootstrap}
# Local patch tracking
perl -x patchlevel.h \
@ -5485,6 +5492,9 @@ popd
# Old changelog entries are preserved in CVS.
%changelog
* Wed Apr 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 4:5.24.4-404.inferit
- Skip 1970 year patch
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4:5.24.4-404
- Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save