diff --git a/JSON-Validator-4.21.tar.gz b/JSON-Validator-4.21.tar.gz deleted file mode 100644 index adbbc59..0000000 --- a/JSON-Validator-4.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d47dbbf50d7d3cdcc0ce295a20531c0178d0c093f59461953ed8538a4b991c -size 105576 diff --git a/JSON-Validator-4.23.tar.gz b/JSON-Validator-4.23.tar.gz new file mode 100644 index 0000000..fdedac4 --- /dev/null +++ b/JSON-Validator-4.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4d53dcbacfbb88d252fd55e1b16420714591b9fbb29992e538d4269525f753 +size 116370 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index faeeb5c..8dacb81 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Aug 29 03:06:41 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index 10773bb..ee73622 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -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