]> code.ossystems Code Review - openembedded-core.git/commitdiff
mc: update 4.8.26 - > 4.8.27
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 22 Aug 2021 12:50:19 +0000 (14:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Aug 2021 07:25:49 +0000 (08:25 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mc/files/nomandate.patch
meta/recipes-extended/mc/mc_4.8.27.bb [moved from meta/recipes-extended/mc/mc_4.8.26.bb with 96% similarity]

index 48bd73b1102450f3997af7b4eed51f53b17dadba..c01d065b0e74e896033fde23a7ea31f68ea3be6d 100644 (file)
@@ -1,6 +1,14 @@
+From f02010965af21db018c4e108b2193c872406a314 Mon Sep 17 00:00:00 2001
+From: Richard Purdie <richard.purdie@linuxfoundation.org>
+Date: Tue, 4 Feb 2020 18:12:15 +0000
+Subject: [PATCH] mc: Fix manpage date indeterminism
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
 The man page date can vary depending upon the host perl, e.g. in Russian
 some versions print 'июня', others 'Июнь' or Polish 'czerwca' or 'czerwiec'.
-Rather than depend upon perl-native to fix this, just remove the date from 
+Rather than depend upon perl-native to fix this, just remove the date from
 the manpages.
 
 RP 2020/2/4
@@ -8,14 +16,18 @@ RP 2020/2/4
 Upstream-Status: Inappropriate [OE specficic reproducibility workaround]
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
 
-Index: mc-4.8.23/doc/man/date-of-man-include.am
-===================================================================
---- mc-4.8.23.orig/doc/man/date-of-man-include.am
-+++ mc-4.8.23/doc/man/date-of-man-include.am
+---
+ doc/man/date-of-man-include.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/man/date-of-man-include.am b/doc/man/date-of-man-include.am
+index 3a4e599..f11e9b3 100644
+--- a/doc/man/date-of-man-include.am
++++ b/doc/man/date-of-man-include.am
 @@ -1,5 +1,5 @@
  SED_PARAMETERS = \
 -      -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \
 +      -e "s/%DATE_OF_MAN_PAGE%//g" \
-       -e "s/%DISTR_VERSION%/@DISTR_VERSION@/g" \
+       -e "s/%MAN_VERSION%/@MAN_VERSION@/g" \
        -e "s{%prefix%{@prefix@{g" \
        -e "s{%sysconfdir%{@sysconfdir@{g" \
similarity index 96%
rename from meta/recipes-extended/mc/mc_4.8.26.bb
rename to meta/recipes-extended/mc/mc_4.8.27.bb
index d5619675ef74792af704949688696b6ebb751f2b..bc2348432b0c96ef0ec5d2a3da32d2c5dc77c950 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
            file://0001-mc-replace-perl-w-with-use-warnings.patch \
            file://nomandate.patch \
            "
-SRC_URI[sha256sum] = "9d6358d0a351a455a1410aab57f33b6b48b0fcf31344b9a10b0ff497595979d1"
+SRC_URI[sha256sum] = "2f52dd9c75c20d8eac7701bd3a8c6c125aaf8cdd9cf12b78ca50a0102b543407"
 
 inherit autotools gettext pkgconfig