SHA256
8
0
forked from pool/perl-JSON

Accepting request 943081 from devel:languages:perl:autoupdate

- updated to 4.04
   see /usr/share/doc/packages/perl-JSON/Changes
  4.04 2021-12-17
      - updated backportPP with JSON::PP 4.07

OBS-URL: https://build.opensuse.org/request/show/943081
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=51
This commit is contained in:
2022-01-04 11:10:54 +00:00
committed by Git OBS Bridge
parent 1f48300a2b
commit fceb20e0ce
4 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941
size 91373

3
JSON-4.04.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66b6c6ea1ed6d609b0b70df29fdcbd281f3fe13c661e5b2847b4e4e8c12b5380
size 91782

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 18 03:07:16 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.04
see /usr/share/doc/packages/perl-JSON/Changes
4.04 2021-12-17
- updated backportPP with JSON::PP 4.07
-------------------------------------------------------------------
Sun Jan 24 18:07:39 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,13 +16,12 @@
#
Name: perl-JSON
Version: 4.03
Release: 0
%define cpan_name JSON
Name: perl-JSON
Version: 4.04
Release: 0
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}
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -50,11 +49,11 @@ migration from backend to backend should be reasonably easy. For details,
see each backend module you use.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -65,7 +64,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog