forked from pool/perl-JSON-MaybeXS
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
4c3dd67662 | |||
1ffefe3545 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5b6bc19f579e66b7299f8748b8ac3e171936dc4e7fcb72a8a257a9bd482a331
|
||||
size 23133
|
3
JSON-MaybeXS-1.004008.tar.gz
Normal file
3
JSON-MaybeXS-1.004008.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd3937afa78831f80a2ad5abab6c51b9e82fca4c31e5856ea208d598db5dc867
|
||||
size 24049
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 05:28:46 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.004008
|
||||
see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
|
||||
|
||||
1.004008 - 2024-08-10
|
||||
- improved boolean testing
|
||||
|
||||
1.004007 - 2024-08-03
|
||||
- remove unneeded tests that fail on perls < 5.36
|
||||
|
||||
1.004006 - 2024-08-02
|
||||
- is_bool() now recognizes core booleans (perl 5.36+). Note that JSON::PP
|
||||
4.11 and Cpanel::JSON::XS 4.38 are required to properly encode them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 03:08:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-JSON-MaybeXS
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name JSON-MaybeXS
|
||||
Name: perl-JSON-MaybeXS
|
||||
Version: 1.004005
|
||||
Version: 1.004008
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
||||
@@ -28,12 +28,10 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
||||
BuildRequires: perl(JSON::PP) >= 2.27300
|
||||
BuildRequires: perl(JSON::PP) >= 2.27
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Needs) >= 0.002006
|
||||
Requires: perl(Cpanel::JSON::XS) >= 2.3310
|
||||
Requires: perl(JSON::PP) >= 2.27300
|
||||
Requires: perl(JSON::PP) >= 2.27
|
||||
Recommends: perl(Cpanel::JSON::XS) >= 2.3310
|
||||
%{perl_requires}
|
||||
|
||||
|
Reference in New Issue
Block a user