11
0

3 Commits

Author SHA256 Message Date
eeed01ef24 Add Gitea build results 2025-08-12 18:15:35 +02:00
dfceae48ca Accepting request 1236281 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-ScanDeps?expand=0&rev=35
2025-01-12 10:15:10 +00:00
a4fa10afd5 Accepting request 1235346 from devel:languages:perl:autoupdate
- updated to 1.370.0 (1.37)
   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
  1.37  2024-11-14
  - fix parsing of "use if ..."
    Fixes errors in PAR::Packer test t/90-rt59710.t
  - add test for _parse_libs()
  1.36  2024-10-21
  - Fix CVE-2024-10224: Unsanitized input leads to LPE
    - use three-argument open()
    - replace 'eval "..."' constructs
    Note: this version was not released on CPAN because of
    Coordinated Release Date for CVE
  - README: add "Source Repository" and "Contact" info
    switch "Please submit bug reports to ..." to GitHub issues
  - add preload rule for MooX::HandlesVia
    cf. https://github.com/rschupp/PAR-Packer/issues/88

OBS-URL: https://build.opensuse.org/request/show/1235346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=62
2025-01-09 16:27:19 +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-Module-ScanDeps/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-Module-ScanDeps)

View File

@@ -27,6 +27,7 @@ Summary: Recursively scan Perl code for dependencies
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(IPC::Run3) >= 0.048 BuildRequires: perl(IPC::Run3) >= 0.048