Commit Graph

8 Commits

Author SHA1 Message Date
Jason Schonberg
c36badde67
libalgorithm-diff-perl: upgrade 1.1903 -> 1.201
License-Change: License appears at a different offset in the file.  Checksum remains the same.

New maintainer.

Changes for version 1.201 - 2020-12-13
    speed up LCS when $keyGen is undef (RT 101105; thanks, XENU)

Changes for version 1.200 - 2020-09-27
    new release with no new features, just preparing for a series of bugfix releases

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-09 22:39:24 -07:00
Jason Schonberg
1c844d3025
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 <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-05 18:55:02 -07:00
Jason Schonberg
f4b5d7aad7
libalgorithm-diff-perl: upgrade 1.15 -> 1.1901
License-Update: New authors, new copyright date.  Same license.

Changelog: https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901/source/Changes

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 10:29:23 -07:00
Alexander Kanavin
fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00
J. S.
62f4a81aae
libalgorithm-diff-perl: Change references to search.cpan.org to use metacpan.org
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-24 14:02:29 -07:00
J. S.
8cb78d15fc
libalgorithm-diff-perl: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-22 21:03:03 -07:00
Khem Raj
bd5dcf1b25 recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
Tim Orling
a0557f541a libalgorithm-diff-perl: add 1.15
[from README]
This is a module for computing the difference between two files, two
strings, or any other two lists of things.  It uses an  intelligent
algorithm similar to (or identical to) the one used by the Unix `diff'
program.   It is guaranteed to find the *smallest possible* set of
differences.

* Add ${CPAN_MIRROR} option

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00