From 1c844d302512b9107215a500b4cb404cf2bcce5a Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 5 Sep 2025 13:51:01 -0400 Subject: [PATCH] libalgorithm-diff-perl: upgrade 1.1901 -> 1.1903 Changes for version 1.19_03 - 2014-11-25 Fix documentation typos (RT 84981) contributed by dsteinbrunner add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld. Changes for version 1.19_02 - 2006-07-31 Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576) Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067) DiffOld wasn't passing extra arguments to compare routine (RT 20650) Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- ...m-diff-perl_1.1901.bb => libalgorithm-diff-perl_1.1903.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libalgorithm/{libalgorithm-diff-perl_1.1901.bb => libalgorithm-diff-perl_1.1903.bb} (88%) diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb similarity index 88% rename from meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb rename to meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb index 2ab8e8bef9..6d24a6c93b 100644 --- a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb +++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb @@ -12,8 +12,8 @@ HOMEPAGE = "https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1676;endline=1680;md5=f6b2fe8ca06ca6faefa4f265fc494c2c" -SRC_URI = "${CPAN_MIRROR}/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.zip" -SRC_URI[sha256sum] = "229a5708b0791675a8cd50ace77e79a323e52bfb4d34799dddfed644a2036662" +SRC_URI = "${CPAN_MIRROR}/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz" +SRC_URI[sha256sum] = "30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751" S = "${UNPACKDIR}/Algorithm-Diff-${PV}"