forked from pool/perl-Cpanel-JSON-XS
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
611a423c19 | |||
5146034835 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c241615a0e17ff745aaa86bbf466a6e29cd240515e65f06a7a05017b619e6d4b
|
||||
size 257929
|
3
Cpanel-JSON-XS-4.38.tar.gz
Normal file
3
Cpanel-JSON-XS-4.38.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80d6c1e6138b156596712ca35992ed01a610f1d80f9e264a0c105193210f968
|
||||
size 257943
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,20 @@
|
||||
|
||||
%define cpan_name Cpanel-JSON-XS
|
||||
Name: perl-Cpanel-JSON-XS
|
||||
Version: 4.37
|
||||
Version: 4.380.0
|
||||
Release: 0
|
||||
# 4.38 -> normalize -> 4.380.0
|
||||
%define cpan_version 4.38
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: CPanel fork of JSON::XS, fast and correct serializing
|
||||
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
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Time::Piece)
|
||||
Provides: perl(Cpanel::JSON::XS) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -47,7 +51,7 @@ See MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values
|
||||
and vice versa.
|
||||
|
||||
%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
|
||||
|
||||
|
Reference in New Issue
Block a user