8
0
forked from pool/perl-PAR-Dist

2 Commits

Author SHA256 Message Date
b9646a494d Accepting request 1183692 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PAR-Dist?expand=0&rev=13
2024-06-28 13:47:22 +00:00
fd52060f79 - 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/package/show/devel:languages:perl/perl-PAR-Dist?expand=0&rev=23
2024-06-27 18:11:37 +00:00
4 changed files with 23 additions and 7 deletions

View File

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

3
PAR-Dist-0.53.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 23 16:46:01 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- 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 <timueller+perl@suse.de>

View File

@@ -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