From 1f48300a2b1f09252bb6dbfecd392b8822740639d456611863f25cac1e7928a7 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 25 Jan 2021 09:00:30 +0000 Subject: [PATCH] Accepting request 866396 from home:dirkmueller:branches:devel:languages:perl - update to 4.03: - corrected one typo in POD (James E Keenan) - updated backportPP with JSON::PP 4.06 OBS-URL: https://build.opensuse.org/request/show/866396 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=49 --- JSON-4.02.tar.gz | 3 --- JSON-4.03.tar.gz | 3 +++ perl-JSON.changes | 7 +++++++ perl-JSON.spec | 7 +++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 JSON-4.02.tar.gz create mode 100644 JSON-4.03.tar.gz diff --git a/JSON-4.02.tar.gz b/JSON-4.02.tar.gz deleted file mode 100644 index 12f048e..0000000 --- a/JSON-4.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:444a88755a89ffa2a5424ab4ed1d11dca61808ebef57e81243424619a9e8627c -size 90374 diff --git a/JSON-4.03.tar.gz b/JSON-4.03.tar.gz new file mode 100644 index 0000000..b40887a --- /dev/null +++ b/JSON-4.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941 +size 91373 diff --git a/perl-JSON.changes b/perl-JSON.changes index fa0475e..9496e24 100644 --- a/perl-JSON.changes +++ b/perl-JSON.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 24 18:07:39 UTC 2021 - Dirk Müller + +- update to 4.03: + - corrected one typo in POD (James E Keenan) + - updated backportPP with JSON::PP 4.06 + ------------------------------------------------------------------- Sat Feb 23 06:16:26 UTC 2019 - Stephan Kulow diff --git a/perl-JSON.spec b/perl-JSON.spec index 458c6c0..57692f4 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -1,7 +1,7 @@ # # spec file for package perl-JSON # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,16 @@ Name: perl-JSON -Version: 4.02 +Version: 4.03 Release: 0 %define cpan_name JSON Summary: JSON (JavaScript Object Notation) encoder/decoder License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros Recommends: perl(JSON::XS) >= 2.34