Accepting request 519255 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/519255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-FormValidator?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2017-09-03 09:33:47 +00:00
committed by Git OBS Bridge
parent 22cc44076f
commit fbab1aac0a
4 changed files with 23 additions and 7 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -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}