WIP: Automatic update to v0.165.0 (0.165) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02a17a934bad2f5a06a07b3a601f78c73039e2e1699b81c41c1149518902f4b0
|
||||
size 20477
|
BIN
App-SerializeUtils-0.165.tar.gz
(Stored with Git LFS)
Normal file
BIN
App-SerializeUtils-0.165.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 21:32:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.165.0 (0.165)
|
||||
see /usr/share/doc/packages/perl-App-SerializeUtils/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 06:03:04 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-SerializeUtils
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name App-SerializeUtils
|
||||
Name: perl-App-SerializeUtils
|
||||
Version: 0.110.0
|
||||
Version: 0.165.0
|
||||
Release: 0
|
||||
# 0.11 -> normalize -> 0.110.0
|
||||
%define cpan_version 0.11
|
||||
# 0.165 -> normalize -> 0.165.0
|
||||
%define cpan_version 0.165
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Utilities for serialization tasks
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -32,24 +32,46 @@ BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Cpanel::JSON::XS)
|
||||
BuildRequires: perl(Data::Dmp) >= 0.241
|
||||
BuildRequires: perl(Data::Dump)
|
||||
BuildRequires: perl(Data::Dump::Color)
|
||||
BuildRequires: perl(Data::Dump::Color) >= 0.246
|
||||
BuildRequires: perl(Data::Dump::SExpression)
|
||||
BuildRequires: perl(Data::Dumper::Compact)
|
||||
BuildRequires: perl(Data::Undump)
|
||||
BuildRequires: perl(Getopt::Long) >= 2.50
|
||||
BuildRequires: perl(Getopt::Long::Complete)
|
||||
BuildRequires: perl(JSON::Color)
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(JSON::PP)
|
||||
BuildRequires: perl(PHP::Serialization)
|
||||
BuildRequires: perl(SExpression::Decode::Marpa)
|
||||
BuildRequires: perl(Sereal::Decoder)
|
||||
BuildRequires: perl(Sereal::Encoder)
|
||||
BuildRequires: perl(Storable) >= 3.08
|
||||
BuildRequires: perl(YAML::Old)
|
||||
BuildRequires: perl(YAML::Syck)
|
||||
BuildRequires: perl(YAML::Tiny::Color)
|
||||
BuildRequires: perl(YAML::XS)
|
||||
Requires: perl(Cpanel::JSON::XS)
|
||||
Requires: perl(Data::Dmp) >= 0.241
|
||||
Requires: perl(Data::Dump)
|
||||
Requires: perl(Data::Dump::Color)
|
||||
Requires: perl(Data::Dump::Color) >= 0.246
|
||||
Requires: perl(Data::Dump::SExpression)
|
||||
Requires: perl(Data::Dumper::Compact)
|
||||
Requires: perl(Data::Undump)
|
||||
Requires: perl(Getopt::Long) >= 2.50
|
||||
Requires: perl(Getopt::Long::Complete)
|
||||
Requires: perl(JSON::Color)
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(JSON::PP)
|
||||
Requires: perl(PHP::Serialization)
|
||||
Requires: perl(SExpression::Decode::Marpa)
|
||||
Requires: perl(Sereal::Decoder)
|
||||
Requires: perl(Sereal::Encoder)
|
||||
Requires: perl(Storable) >= 3.08
|
||||
Requires: perl(YAML::Old)
|
||||
Requires: perl(YAML::Syck)
|
||||
Requires: perl(YAML::Tiny::Color)
|
||||
Requires: perl(YAML::XS)
|
||||
Provides: perl(App::SerializeUtils) = %{version}
|
||||
%undefine __perllib_provides
|
||||
@@ -65,88 +87,122 @@ serialization:
|
||||
|
||||
* * check-yaml
|
||||
|
||||
* * dd2ddc
|
||||
* * json2json
|
||||
|
||||
* * dd2json
|
||||
* * json2perl
|
||||
|
||||
* * dd2phpser
|
||||
|
||||
* * dd2sereal
|
||||
|
||||
* * dd2storable
|
||||
|
||||
* * dd2yaml
|
||||
|
||||
* * json2dd
|
||||
|
||||
* * json2ddc
|
||||
* * json2perlcolor
|
||||
|
||||
* * json2phpser
|
||||
|
||||
* * json2sereal
|
||||
|
||||
* * json2sexp
|
||||
|
||||
* * json2storable
|
||||
|
||||
* * json2yaml
|
||||
|
||||
* * phpser2dd
|
||||
* * perl2json
|
||||
|
||||
* * phpser2ddc
|
||||
* * perl2perl
|
||||
|
||||
* * perl2perlcolor
|
||||
|
||||
* * perl2phpser
|
||||
|
||||
* * perl2sereal
|
||||
|
||||
* * perl2sexp
|
||||
|
||||
* * perl2storable
|
||||
|
||||
* * perl2yaml
|
||||
|
||||
* * phpser2json
|
||||
|
||||
* * phpser2perl
|
||||
|
||||
* * phpser2perlcolor
|
||||
|
||||
* * phpser2sereal
|
||||
|
||||
* * phpser2sexp
|
||||
|
||||
* * phpser2storable
|
||||
|
||||
* * phpser2yaml
|
||||
|
||||
* * pp-dd
|
||||
|
||||
* * pp-json
|
||||
|
||||
* * pp-perl
|
||||
|
||||
* * pp-yaml
|
||||
|
||||
* * sereal2dd
|
||||
|
||||
* * sereal2ddc
|
||||
|
||||
* * sereal2json
|
||||
|
||||
* * sereal2perl
|
||||
|
||||
* * sereal2perlcolor
|
||||
|
||||
* * sereal2phpser
|
||||
|
||||
* * sereal2sexp
|
||||
|
||||
* * sereal2storable
|
||||
|
||||
* * sereal2yaml
|
||||
|
||||
* * serializeutils-convert
|
||||
|
||||
* * storable2dd
|
||||
* * sexp2json
|
||||
|
||||
* * storable2ddc
|
||||
* * sexp2perl
|
||||
|
||||
* * sexp2perlcolor
|
||||
|
||||
* * sexp2phpser
|
||||
|
||||
* * sexp2sereal
|
||||
|
||||
* * sexp2storable
|
||||
|
||||
* * sexp2yaml
|
||||
|
||||
* * storable2json
|
||||
|
||||
* * storable2perl
|
||||
|
||||
* * storable2perlcolor
|
||||
|
||||
* * storable2phpser
|
||||
|
||||
* * storable2sereal
|
||||
|
||||
* * storable2sexp
|
||||
|
||||
* * storable2yaml
|
||||
|
||||
* * yaml2dd
|
||||
|
||||
* * yaml2ddc
|
||||
|
||||
* * yaml2json
|
||||
|
||||
* * yaml2perl
|
||||
|
||||
* * yaml2perlcolor
|
||||
|
||||
* * yaml2phpser
|
||||
|
||||
* * yaml2sereal
|
||||
|
||||
* * yaml2sexp
|
||||
|
||||
* * yaml2storabls
|
||||
|
||||
* * yaml2yaml
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user