From 4f75bf9cc82aa40ca9f12b650ff9a2e35109541f Mon Sep 17 00:00:00 2001 From: David Greaves Date: Tue, 3 Jan 2012 21:26:41 +0000 Subject: [PATCH] Change Pod/Simple for Mer to remove datestamps in the man pages. Fixes MER#66 Signed-off-by: David Greaves Change-Id: Ieb3f423088d5b5b79d1d4f02aab1da7c1e8e8547 --- perl-5.12.1-notimestamps.patch | 22 ++++++++++++++++++---- perl.changes | 4 ++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/perl-5.12.1-notimestamps.patch b/perl-5.12.1-notimestamps.patch index 7637a37..6e90eb1 100644 --- a/perl-5.12.1-notimestamps.patch +++ b/perl-5.12.1-notimestamps.patch @@ -11,7 +11,7 @@ diff -ru perl-5.12.1/config_h.SH perl-notimestamps/config_h.SH */ #ifndef _config_h_ -Only in perl-notimestamps: config_h.SH~ + diff -ru perl-5.12.1/Configure perl-notimestamps/Configure --- perl-5.12.1/Configure 2010-05-14 00:01:07.000000000 +0200 +++ perl-notimestamps/Configure 2011-08-21 11:53:57.552141211 +0200 @@ -41,7 +41,7 @@ diff -ru perl-5.12.1/Configure perl-notimestamps/Configure n='$n' need_va_copy='$need_va_copy' netdb_hlen_type='$netdb_hlen_type' -Only in perl-notimestamps: Configure~ + diff -ru perl-5.12.1/lib/unicore/mktables perl-notimestamps/lib/unicore/mktables --- perl-5.12.1/lib/unicore/mktables 2010-05-14 00:01:07.000000000 +0200 +++ perl-notimestamps/lib/unicore/mktables 2011-08-21 12:23:27.770106037 +0200 @@ -54,7 +54,7 @@ diff -ru perl-5.12.1/lib/unicore/mktables perl-notimestamps/lib/unicore/mktables # # - First section is input files # ($0 itself is not listed but is automatically considered an input) -Only in perl-notimestamps/lib/unicore: mktables~ + diff -ru perl-5.12.1/perl.c perl-notimestamps/perl.c --- perl-5.12.1/perl.c 2010-05-14 00:01:07.000000000 +0200 +++ perl-notimestamps/perl.c 2011-08-21 09:07:15.366402229 +0200 @@ -67,4 +67,18 @@ diff -ru perl-5.12.1/perl.c perl-notimestamps/perl.c SVs_TEMP)); # else PUSHs(Perl_newSVpvn_flags(aTHX_ STR_WITH_LEN("Compiled on " __DATE__), -Only in perl-notimestamps: perl.c~ + +diff -ru perl-5.12.1/cpan/podlators/lib/Pod/Man.pm perl-notimestamps/cpan/podlators/lib/Pod/Man.pm +--- perl-5.12.1/cpan/podlators/lib/Pod/Man.pm 2010-04-26 08:09:08.000000000 +0000 ++++ perl-notimestamps/cpan/podlators/lib/Pod/Man.pm 2012-01-03 17:34:58.014081446 +0000 +@@ -912,7 +912,7 @@ + .\\" ======================================================================== + .\\" + .IX Title "$index" +-.TH $name $section "$date" "$$self{release}" "$$self{center}" ++.TH $name $section "$$self{release}" "$$self{center}" + .\\" For nroff, turn off justification. Always turn off hyphenation; it makes + .\\" way too many mistakes in technical documents. + .if n .ad l + + diff --git a/perl.changes b/perl.changes index 3419116..a88f431 100644 --- a/perl.changes +++ b/perl.changes @@ -1,3 +1,7 @@ +* Wed Jan 4 2012 David Greaves - 5.12.1 +- Change Pod/Simple to remove datestamps in the man pages. + MER#66 + * Mon Aug 22 2011 Carsten Munk - 5.12.1 - Remove autogenerated timestamps, wastes valuable build time. Makes build-compare state 'unchanged' after two similar builds.