From d75e649a6a18406525607ec1c681bd1f77043a62282ffafd9dde7ed78d0129c2 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 1 Jun 2023 15:21:36 +0000 Subject: [PATCH] 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 --- Alien-Build-2.78.tar.gz | 3 --- Alien-Build-2.80.tar.gz | 3 +++ perl-Alien-Build.changes | 20 ++++++++++++++++++++ perl-Alien-Build.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 Alien-Build-2.78.tar.gz create mode 100644 Alien-Build-2.80.tar.gz diff --git a/Alien-Build-2.78.tar.gz b/Alien-Build-2.78.tar.gz deleted file mode 100644 index 3afef33..0000000 --- a/Alien-Build-2.78.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9140671790a0696920b0a97acd812ab4d0b93ac69306d20679f027dd0c7caa27 -size 546785 diff --git a/Alien-Build-2.80.tar.gz b/Alien-Build-2.80.tar.gz new file mode 100644 index 0000000..e8aa4dc --- /dev/null +++ b/Alien-Build-2.80.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9edc936b06705bb5cb5ee5a2ea8bcf6111a3e8815914f177e15e3c0fed301f3 +size 547037 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index b6132cd..125cd9e 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat May 13 03:06:12 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index 8d77ab7..1913cde 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -18,7 +18,7 @@ %define cpan_name Alien-Build Name: perl-Alien-Build -Version: 2.78 +Version: 2.80 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later 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 %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 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"