11
0

3 Commits

Author SHA256 Message Date
0aaf3aeb83 Add Gitea build results 2025-08-12 18:14:55 +02:00
be9410fa9d Accepting request 1197305 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=11
2024-08-29 13:43:51 +00:00
5a6eacd555 Accepting request 1195916 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1195916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-MaybeXS?expand=0&rev=23
2024-08-29 07:03:40 +00:00
5 changed files with 36 additions and 9 deletions

View File

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

View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-JSON-MaybeXS/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-JSON-MaybeXS)

View File

@@ -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>

View File

@@ -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,22 +18,21 @@
%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
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
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}