11
0

3 Commits

Author SHA256 Message Date
20ebe47d46 Add Gitea build results 2025-08-12 18:16:18 +02:00
c39902f678 Accepting request 1291924 from devel:languages:perl
Forwarded request #1291905 from tinita

- updated to 1.64.0 (1.064)
   see /usr/share/doc/packages/perl-PAR-Packer/Changes
  1.064  2024-07-08
  - add PAR::Packer::Troubleshooting (for pp)
  - fix gcc-15 warnings "old-style function definition"
  - .github/workflows/perl.yml: add perl 5.40
  - usee three-argument open() everywhere
  - myldr/boot.c: don't #include stringapiset.h:
    some old toolchains don't have it, declaration of MultiByteToWideChar()
    should be covered by #include'ing Windows.h anyway
  - fix check for package "libperl-dev" on Debian-based systems
  - remove reference to PAR::FAQ (obsolete)
  - disallow "." or ".." in --addfile or --addlist target paths;
    also strip leading slashes when adding these files to
    the zip (Archive::Zip allows this!)
  - README: remove https://groups.google.com/g/perl.par ...
    (as it will not be updated anymore)

OBS-URL: https://build.opensuse.org/request/show/1291924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PAR-Packer?expand=0&rev=27
2025-07-11 19:30:38 +00:00
debe057e76 Accepting request 1291905 from devel:languages:perl:autoupdate
- updated to 1.64.0 (1.064)
   see /usr/share/doc/packages/perl-PAR-Packer/Changes
  1.064  2024-07-08
  - add PAR::Packer::Troubleshooting (for pp)
  - fix gcc-15 warnings "old-style function definition"
  - .github/workflows/perl.yml: add perl 5.40
  - usee three-argument open() everywhere
  - myldr/boot.c: don't #include stringapiset.h:
    some old toolchains don't have it, declaration of MultiByteToWideChar()
    should be covered by #include'ing Windows.h anyway
  - fix check for package "libperl-dev" on Debian-based systems
  - remove reference to PAR::FAQ (obsolete)
  - disallow "." or ".." in --addfile or --addlist target paths;
    also strip leading slashes when adding these files to
    the zip (Archive::Zip allows this!)
  - README: remove https://groups.google.com/g/perl.par ...
    (as it will not be updated anymore)

OBS-URL: https://build.opensuse.org/request/show/1291905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PAR-Packer?expand=0&rev=51
2025-07-11 10:19:51 +00:00
2 changed files with 13 additions and 0 deletions

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-Packer/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-Packer)

View File

@@ -27,6 +27,7 @@ Summary: PAR Packager
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Archive::Zip) >= 1.20