8
0

Accepting request 918670 from devel:languages:perl:autoupdate

- updated to 4.23
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  4.23 2021-08-28T16:44:05+0200
   - Fix mishandling of nullable combined witn enum in OpenAPIv3 #256 #257
  4.22 2021-08-27T13:12:56+0200
   - Fix email checking #258
     Contributor: Stephan Hradek

OBS-URL: https://build.opensuse.org/request/show/918670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=67
This commit is contained in:
2021-09-13 11:49:37 +00:00
committed by Git OBS Bridge
parent 546a27de13
commit 25ea43de94
4 changed files with 18 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%define cpan_name JSON-Validator
Name: perl-JSON-Validator
Version: 4.21
Version: 4.23
Release: 0
Summary: Validate data against a JSON schema
License: Artistic-2.0
@@ -46,6 +46,7 @@ to define the schema programmatically.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor