forked from pool/perl-JSON-Validator
Accepting request 1070492 from devel:languages:perl:autoupdate
- updated to 5.14 see /usr/share/doc/packages/perl-JSON-Validator/Changes 5.14 2023-03-06T13:45:33 - Avoid mutating OpenAPIv2 schema "parameters" when validating OBS-URL: https://build.opensuse.org/request/show/1070492 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=83
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f054677cd1e06ca84d9c479cd8df7a262a0669ec5af1d99bd973dc782476c8d2
|
|
||||||
size 123946
|
|
||||||
3
JSON-Validator-5.14.tar.gz
Normal file
3
JSON-Validator-5.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6084a5d4075e421a938ffb2ee97b8504faa35e866d0f7b5b581113af5ee28e1b
|
||||||
|
size 129871
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 7 03:06:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 5.14
|
||||||
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
||||||
|
|
||||||
|
5.14 2023-03-06T13:45:33
|
||||||
|
- Avoid mutating OpenAPIv2 schema "parameters" when validating
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 03:07:16 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Fri Dec 9 03:07:16 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-JSON-Validator
|
# spec file for package perl-JSON-Validator
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name JSON-Validator
|
%define cpan_name JSON-Validator
|
||||||
Name: perl-JSON-Validator
|
Name: perl-JSON-Validator
|
||||||
Version: 5.13
|
Version: 5.14
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Validate data against a JSON schema
|
Summary: Validate data against a JSON schema
|
||||||
@@ -46,6 +46,7 @@ to define the schema programmatically.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
Reference in New Issue
Block a user