Compare commits

3 Commits

Author SHA256 Message Date
9dc98d9d47 Add Gitea build results 2025-08-12 18:16:18 +02:00
5810d64e14 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
5c87a44be9 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
2024-06-27 18:11:37 +00:00
5 changed files with 36 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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-PAR-Dist/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-PAR-Dist)

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,21 @@
%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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(PAR::Dist) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -47,7 +52,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