forked from pool/perl-JSON-Validator
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97d47dbbf50d7d3cdcc0ce295a20531c0178d0c093f59461953ed8538a4b991c
|
||||
size 105576
|
||||
3
JSON-Validator-4.23.tar.gz
Normal file
3
JSON-Validator-4.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e4d53dcbacfbb88d252fd55e1b16420714591b9fbb29992e538d4269525f753
|
||||
size 116370
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 29 03:06:41 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 11 03:07:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user