Accepting request 1090325 from devel:languages:perl:autoupdate

- updated to 2.80
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  2.80      2023-05-11 16:31:46 -0600
    - Documentation improvements (gh#399, gh#400, gh#401, gh#402)
    - Do not generate .../Install/Files.pm if one is provided by the
      Alien (gh#393, gh#397)
  2.79      2023-05-05 15:08:46 -0600
    - Updated non-binding support for Perls to match the policy
      of the Perl toolchain (Perls older than 10 years old are
      unsupported, with a one-time exception of Perl 5.16).  The
      intent is not to suddenly drop support for older Perls, but
      the Alien-Build team may take advantage of features in
      supported Perls that will effectively remove compatability
      with unsupported Perls.

OBS-URL: https://build.opensuse.org/request/show/1090325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=105
This commit is contained in:
Dirk Stoecker 2023-06-01 15:21:36 +00:00 committed by Git OBS Bridge
parent 2534703a06
commit d75e649a6a
4 changed files with 25 additions and 5 deletions

BIN
Alien-Build-2.78.tar.gz (Stored with Git LFS)

Binary file not shown.

3
Alien-Build-2.80.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat May 13 03:06:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.80
see /usr/share/doc/packages/perl-Alien-Build/Changes
2.80 2023-05-11 16:31:46 -0600
- Documentation improvements (gh#399, gh#400, gh#401, gh#402)
- Do not generate .../Install/Files.pm if one is provided by the
Alien (gh#393, gh#397)
2.79 2023-05-05 15:08:46 -0600
- Updated non-binding support for Perls to match the policy
of the Perl toolchain (Perls older than 10 years old are
unsupported, with a one-time exception of Perl 5.16). The
intent is not to suddenly drop support for older Perls, but
the Alien-Build team may take advantage of features in
supported Perls that will effectively remove compatability
with unsupported Perls.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 8 03:06:06 UTC 2023 - Tina Müller <timueller+perl@suse.de> Wed Mar 8 03:06:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name Alien-Build %define cpan_name Alien-Build
Name: perl-Alien-Build Name: perl-Alien-Build
Version: 2.78 Version: 2.80
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Build external dependencies for use in CPAN Summary: Build external dependencies for use in CPAN
@ -69,7 +69,7 @@ client, and work closely with Alien::Base which is used at runtime.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"