diff --git a/SOURCES/0001-Skip-1970-year-test.patch b/SOURCES/0001-Skip-1970-year-test.patch new file mode 100644 index 0000000..3d10748 --- /dev/null +++ b/SOURCES/0001-Skip-1970-year-test.patch @@ -0,0 +1,24 @@ +From 842ffee1cd0162d9715d13f72daf53fa168d2549 Mon Sep 17 00:00:00 2001 +From: tigro +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 + diff --git a/SPECS/perl.spec b/SPECS/perl.spec index 4d3d4fa..e1e0e3b 100644 --- a/SPECS/perl.spec +++ b/SPECS/perl.spec @@ -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 4:5.24.4-404.inferit +- Skip 1970 year patch + * Sun Dec 10 2023 MSVSphere Packaging Team - 4:5.24.4-404 - Rebuilt for MSVSphere 8.8