diff --git a/Data-FormValidator-4.86.tar.gz b/Data-FormValidator-4.86.tar.gz deleted file mode 100644 index 6de67fe..0000000 --- a/Data-FormValidator-4.86.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004fc21b95574402229f498b9cbdffc5c16a88302338dcc0b3b8091012cdc407 -size 101409 diff --git a/Data-FormValidator-4.88.tar.gz b/Data-FormValidator-4.88.tar.gz new file mode 100644 index 0000000..e6a7778 --- /dev/null +++ b/Data-FormValidator-4.88.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a539f91c92cbcd8a8d83597ec9a7643fcd8ccf5a94e15382c3765289170066 +size 99850 diff --git a/perl-Data-FormValidator.changes b/perl-Data-FormValidator.changes index cdb1d90..ee29ed8 100644 --- a/perl-Data-FormValidator.changes +++ b/perl-Data-FormValidator.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 29 05:22:28 UTC 2017 - coolo@suse.com + +- updated to 4.88 + see /usr/share/doc/packages/perl-Data-FormValidator/Changes + + 4.88 August 28th, 2017 + + [MAINTENANCE] + - Address "." being removed from @INC by using absolute filepaths - thanks Kent Fredric! + + 4.87 May 14th, 2017 + + [MAINTENANCE] + - Update cc routine to recognize new 2 series Mastercards + ------------------------------------------------------------------- Mon Mar 27 05:22:30 UTC 2017 - coolo@suse.com diff --git a/perl-Data-FormValidator.spec b/perl-Data-FormValidator.spec index 57f417e..c8ed557 100644 --- a/perl-Data-FormValidator.spec +++ b/perl-Data-FormValidator.spec @@ -17,7 +17,7 @@ Name: perl-Data-FormValidator -Version: 4.86 +Version: 4.88 Release: 0 %define cpan_name Data-FormValidator Summary: Validates user input (usually from an HTML form) based @@ -51,9 +51,9 @@ simple format. Data::FormValidator lets you define profiles which declare the required and optional fields and any constraints they might have. -The results are provided as an object which makes it easy to handle missing -and invalid results, return error messages about which constraints failed, -or process the resulting valid data. +The results are provided as an object, which makes it easy to handle +missing and invalid results, return error messages about which constraints +failed, or process the resulting valid data. %prep %setup -q -n %{cpan_name}-%{version}