Accepting request 943743 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/943743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON?expand=0&rev=27
This commit is contained in:
commit
f7caadc306
@ -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
3
JSON-4.04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66b6c6ea1ed6d609b0b70df29fdcbd281f3fe13c661e5b2847b4e4e8c12b5380
|
||||||
|
size 91782
|
@ -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>
|
Sun Jan 24 18:07:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,13 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-JSON
|
|
||||||
Version: 4.03
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name JSON
|
%define cpan_name JSON
|
||||||
|
Name: perl-JSON
|
||||||
|
Version: 4.04
|
||||||
|
Release: 0
|
||||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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
|
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
@ -50,11 +49,11 @@ migration from backend to backend should be reasonably easy. For details,
|
|||||||
see each backend module you use.
|
see each backend module you use.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -65,7 +64,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user