Update to 4.07
- New upstream release 4.07 - Updated backportPP with JSON::PP 4.10
This commit is contained in:
parent
d76fc08554
commit
2505d68cf0
@ -1,7 +1,7 @@
|
|||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
||||||
Version: 4.06
|
Version: 4.07
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/JSON
|
URL: https://metacpan.org/release/JSON
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/JSON/JSON-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/JSON/JSON-%{version}.tar.gz
|
||||||
@ -33,9 +33,7 @@ BuildRequires: perl(warnings)
|
|||||||
# Tests
|
# Tests
|
||||||
BuildRequires: perl(charnames)
|
BuildRequires: perl(charnames)
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(Test)
|
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
|
||||||
BuildRequires: perl(Tie::Array)
|
BuildRequires: perl(Tie::Array)
|
||||||
BuildRequires: perl(Tie::Hash)
|
BuildRequires: perl(Tie::Hash)
|
||||||
BuildRequires: perl(Tie::IxHash)
|
BuildRequires: perl(Tie::IxHash)
|
||||||
@ -93,7 +91,6 @@ done
|
|||||||
# Install tests
|
# Install tests
|
||||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||||
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
||||||
rm %{buildroot}%{_libexecdir}/%{name}/t/00_pod.t
|
|
||||||
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
|
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# t/20_unknown.t writes to CWD
|
# t/20_unknown.t writes to CWD
|
||||||
@ -123,6 +120,10 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 24 2022 Paul Howarth <paul@city-fan.org> - 4.07-1
|
||||||
|
- Update to 4.07
|
||||||
|
- Updated backportPP with JSON::PP 4.10
|
||||||
|
|
||||||
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.06-2
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.06-2
|
||||||
- Perl 5.36 rebuild
|
- Perl 5.36 rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (JSON-4.06.tar.gz) = 880b68c5b952afc4cde4924a538b69e5c3fc2c14578eb55ad1bf90a8500589d187e272770d5776626c20ae4f23b22b5575e8d45a56bcb020ca2dc5f32f80a079
|
SHA512 (JSON-4.07.tar.gz) = 0a9a59ca07b79b48e2055e49542727deeacca1b7d0807dfe90dd4dbbe9989a74fb200e60bfe4ec7090fea7fea89cb00879ef97e87d7ca4a113046b9eab170b70
|
||||||
|
Loading…
Reference in New Issue
Block a user