From 5c87a44be930b864589d86f25d331138da5ce4d87bf315f00534f880f2aa17d5 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 27 Jun 2024 18:11:37 +0000 Subject: [PATCH] Accepting request 1182908 from devel:languages:perl:autoupdate - updated to 0.530.0 (0.53) see /usr/share/doc/packages/perl-PAR-Dist/Changes 0.53 2024-06-18 - fix #2: PAR::Dist::blib_to_par quotes the version number of the dist when making the PAR file - quote value of "version" in generated META.yml (if there is no (MY)META.yml) OBS-URL: https://build.opensuse.org/request/show/1182908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PAR-Dist?expand=0&rev=23 --- PAR-Dist-0.52.tar.gz | 3 --- PAR-Dist-0.53.tar.gz | 3 +++ perl-PAR-Dist.changes | 12 ++++++++++++ perl-PAR-Dist.spec | 12 ++++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 PAR-Dist-0.52.tar.gz create mode 100644 PAR-Dist-0.53.tar.gz diff --git a/PAR-Dist-0.52.tar.gz b/PAR-Dist-0.52.tar.gz deleted file mode 100644 index e7534c7..0000000 --- a/PAR-Dist-0.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbe963009ea79d2454a85fe1794f425b7ddc1e86b71749c884db29d601ea8f88 -size 42768 diff --git a/PAR-Dist-0.53.tar.gz b/PAR-Dist-0.53.tar.gz new file mode 100644 index 0000000..2740bf3 --- /dev/null +++ b/PAR-Dist-0.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cbc81e786968f9a4109ad6c2f9b81e879ac0c6b6080a9d217443b61dfd2498 +size 43238 diff --git a/perl-PAR-Dist.changes b/perl-PAR-Dist.changes index 2735d3c..1187341 100644 --- a/perl-PAR-Dist.changes +++ b/perl-PAR-Dist.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 23 16:46:01 UTC 2024 - Tina Müller + +- updated to 0.530.0 (0.53) + see /usr/share/doc/packages/perl-PAR-Dist/Changes + + 0.53 2024-06-18 + + - fix #2: PAR::Dist::blib_to_par quotes the version number of the dist when making the PAR file + + - quote value of "version" in generated META.yml (if there is no (MY)META.yml) + ------------------------------------------------------------------- Mon May 8 03:06:29 UTC 2023 - Tina Müller diff --git a/perl-PAR-Dist.spec b/perl-PAR-Dist.spec index 52132c3..0715422 100644 --- a/perl-PAR-Dist.spec +++ b/perl-PAR-Dist.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PAR-Dist # -# 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 PAR-Dist Name: perl-PAR-Dist -Version: 0.52 +Version: 0.530.0 Release: 0 +# 0.53 -> normalize -> 0.530.0 +%define cpan_version 0.53 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Create and manipulate PAR distributions URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +Provides: perl(PAR::Dist) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -47,7 +51,7 @@ release of 'PAR-Dist' on CPAN, built for perl 5.8.0 running on 'i386-freebsd'. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor