diff --git a/Module-cpmfile-0.005.tar.gz b/Module-cpmfile-0.005.tar.gz deleted file mode 100644 index 59e9750..0000000 --- a/Module-cpmfile-0.005.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20afb3f39f05d3a7793bb53f60987728415ddce44d677f0d93b461057806d943 -size 11146 diff --git a/Module-cpmfile-0.006.tar.gz b/Module-cpmfile-0.006.tar.gz new file mode 100644 index 0000000..39871fd --- /dev/null +++ b/Module-cpmfile-0.006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc976e2937724896c9f6eae9e5dca981e27f98430b92de270ee3514fd00ac0f +size 11239 diff --git a/perl-Module-cpmfile.changes b/perl-Module-cpmfile.changes index 0ea4ad7..1e1aab5 100644 --- a/perl-Module-cpmfile.changes +++ b/perl-Module-cpmfile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 21 03:10:19 UTC 2022 - Tina Müller + +- updated to 0.006 + see /usr/share/doc/packages/perl-Module-cpmfile/Changes + + 0.006 2022-02-20 15:08:24 JST + - Add JSON Schema for cpmfile (#3) + ------------------------------------------------------------------- Tue Jan 4 03:06:37 UTC 2022 - Tina Müller diff --git a/perl-Module-cpmfile.spec b/perl-Module-cpmfile.spec index bfeead2..dea3747 100644 --- a/perl-Module-cpmfile.spec +++ b/perl-Module-cpmfile.spec @@ -18,10 +18,10 @@ %define cpan_name Module-cpmfile Name: perl-Module-cpmfile -Version: 0.005 +Version: 0.006 Release: 0 -Summary: Parse cpmfile License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Parse cpmfile URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -31,7 +31,7 @@ BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(CPAN::Meta::Requirements) >= 2.130000 BuildRequires: perl(Module::Build::Tiny) >= 0.034 -BuildRequires: perl(Module::CPANfile) +BuildRequires: perl(Module::CPANfile) >= 1.1004 BuildRequires: perl(Test2::V0) BuildRequires: perl(YAML::PP) >= 0.027 Requires: perl(CPAN::Meta::Prereqs) @@ -45,6 +45,9 @@ THIS IS EXPERIMENTAL. cpmfile (usually saved as 'cpm.yml') is yet another file format for describing module dependencies, and Module::cpmfile helps you parse it. +The JSON Schema for cpmfile is available at at +https://github.com/skaji/cpmfile/blob/main/jsonschema.json. + cpmfile will be used mainly by App::cpm. %prep