8
0

- updated to 3.27:

* Resolve https://rt.cpan.org/Ticket/Display.html?id=69029
    Do not die (adist()) on empty pattern string.
  * Resolve https://rt.cpan.org/Ticket/Display.html?id=36707
    Do not die on undefined inputs, just return undef.
  * Resolve https://rt.cpan.org/Ticket/Display.html?id=82341
    Explicitly specify the licensing to be Artistic 2 or LGPL 2.
  * Modernize all the tests to use Test::More.
  * Add some tests for UTF-8 inputs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Approx?expand=0&rev=11
This commit is contained in:
2013-03-26 15:40:59 +00:00
committed by Git OBS Bridge
parent 556e606355
commit d5cee43813
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5c5340834625034ec351e1f96f3f9650dcdaab71d1f5d68881df21db1836824
size 44800

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b8c1acd24fa9681ebba0ccb3c49f16289de1d579af8a0c898ea8f8d1baf5d36
size 45497

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 26 15:38:16 UTC 2013 - pgajdos@suse.com
- updated to 3.27:
* Resolve https://rt.cpan.org/Ticket/Display.html?id=69029
Do not die (adist()) on empty pattern string.
* Resolve https://rt.cpan.org/Ticket/Display.html?id=36707
Do not die on undefined inputs, just return undef.
* Resolve https://rt.cpan.org/Ticket/Display.html?id=82341
Explicitly specify the licensing to be Artistic 2 or LGPL 2.
* Modernize all the tests to use Test::More.
* Add some tests for UTF-8 inputs.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 29 09:42:07 UTC 2012 - pgajdos@suse.com Thu Nov 29 09:42:07 UTC 2012 - pgajdos@suse.com

View File

@@ -21,7 +21,7 @@ Name: perl-String-Approx
Summary: Perl extension for approximate matching (fuzzy matching) Summary: Perl extension for approximate matching (fuzzy matching)
License: Artistic-1.0 or GPL-2.0+ License: Artistic-1.0 or GPL-2.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Version: 3.26 Version: 3.27
Release: 0 Release: 0
Url: http://search.cpan.org/dist/String-Approx Url: http://search.cpan.org/dist/String-Approx
Source0: %{cpan_name}-%{version}.tar.gz Source0: %{cpan_name}-%{version}.tar.gz