forked from pool/perl-Text-Levenshtein
Accepting request 970519 from devel:languages:perl:autoupdate
- updated to 0.15
see /usr/share/doc/packages/perl-Text-Levenshtein/Changes
0.15 2022-04-16 NEILB
- Looking at gaps in test coverage revealed some clumsily written logic.
Refactoring it not only made the code better, but improved coverage.
OBS-URL: https://build.opensuse.org/request/show/970519
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Levenshtein?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24fd63aa83c73fdc1d610c562720a618f6f9766ab6194ffd6d9558b8a94b9b8d
|
||||
size 15601
|
||||
3
Text-Levenshtein-0.15.tar.gz
Normal file
3
Text-Levenshtein-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d2e92232caf7550bd6fa8034b8ebbacccd81a8dcefa7a605a8ca539a15d2f22
|
||||
size 15797
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 17 03:07:25 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-Text-Levenshtein/Changes
|
||||
|
||||
0.15 2022-04-16 NEILB
|
||||
- Looking at gaps in test coverage revealed some clumsily written logic.
|
||||
Refactoring it not only made the code better, but improved coverage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 03:09:33 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-Levenshtein
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Text-Levenshtein
|
||||
Name: perl-Text-Levenshtein
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
Summary: Calculate the Levenshtein edit distance between two strings
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Calculate the Levenshtein edit distance between two strings
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
|
||||
Reference in New Issue
Block a user