8
0

4 Commits

Author SHA256 Message Date
ef4316ee6a Accepting request 1236286 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Cpanel-JSON-XS?expand=0&rev=40
2025-01-12 10:15:13 +00:00
99fc3d1979 - updated to 4.390.0 (4.39)
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.39 2024-12-12 (rurban)
          - Fix Windows -Dusequadmath (sisyphus GH #235, GH #229)
          - Fix inconsistent behavior between decoding escaped and unescaped
            surrogates, and escaped non-characters vs non-escaped non-characters.
            Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227)
          - Add type_all_string tests (Bernhard Schmalhofer GH #236)
          - Silence UV to char cast warnings  (bulk88 GH #232)
          - Fix MSVC preprocessor errors (bulk88 GH #232)
          - Fix -Wformat warnings on Windows (sisyphus GH #228)
          - Clarify BigInt decoding (GH #226)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=89
2025-01-09 16:29:19 +00:00
611a423c19 Accepting request 1183669 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Cpanel-JSON-XS?expand=0&rev=39
2024-06-28 13:47:09 +00:00
5146034835 - updated to 4.380.0 (4.38)
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.38 2024-05-27 (rurban)
          - Encode real core booleans as boolean notation (PR #224 leonerd)
          - Minor test fixes by leonerd
          - Fix docs typo (PR #225 karenetheridge)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=87
2024-06-27 17:30:44 +00:00
4 changed files with 39 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Dec 13 05:33:30 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 4.390.0 (4.39)
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.39 2024-12-12 (rurban)
- Fix Windows -Dusequadmath (sisyphus GH #235, GH #229)
- Fix inconsistent behavior between decoding escaped and unescaped
surrogates, and escaped non-characters vs non-escaped non-characters.
Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227)
- Add type_all_string tests (Bernhard Schmalhofer GH #236)
- Silence UV to char cast warnings (bulk88 GH #232)
- Fix MSVC preprocessor errors (bulk88 GH #232)
- Fix -Wformat warnings on Windows (sisyphus GH #228)
- Clarify BigInt decoding (GH #226)
-------------------------------------------------------------------
Sun Jun 23 16:13:17 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 4.380.0 (4.38)
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.38 2024-05-27 (rurban)
- Encode real core booleans as boolean notation (PR #224 leonerd)
- Minor test fixes by leonerd
- Fix docs typo (PR #225 karenetheridge)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 5 03:06:14 UTC 2023 - Tina Müller <timueller+perl@suse.de> Wed Jul 5 03:06:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Cpanel-JSON-XS # spec file for package perl-Cpanel-JSON-XS
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,20 @@
%define cpan_name Cpanel-JSON-XS %define cpan_name Cpanel-JSON-XS
Name: perl-Cpanel-JSON-XS Name: perl-Cpanel-JSON-XS
Version: 4.37 Version: 4.390.0
Release: 0 Release: 0
# 4.39 -> normalize -> 4.390.0
%define cpan_version 4.39
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: CPanel fork of JSON::XS, fast and correct serializing Summary: CPanel fork of JSON::XS, fast and correct serializing
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Time::Piece) BuildRequires: perl(Time::Piece)
Provides: perl(Cpanel::JSON::XS) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -47,7 +51,7 @@ See MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values
and vice versa. and vice versa.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644