1
0

Accepting request 745399 from devel:languages:perl:autoupdate

- updated to 1.92
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  1.92      2019-11-04 04:33:57 -0700
    - Require Test2::API 1.302096 for features used in test suite.
  
  1.91      2019-11-01 20:19:19 -0600
    - Fix bug where Test::Alien::Diag could crash for Aliens without
      dynamic libraries.
  
  1.90      2019-11-01 16:15:32 -0700
    - Added Test::Alien::Diag (gh#142)
    - Test::Alien ffi_ok add api option. (gh#143)

OBS-URL: https://build.opensuse.org/request/show/745399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=27
This commit is contained in:
Lars Vogdt
2019-11-05 23:19:48 +00:00
committed by Git OBS Bridge
parent 426a0a7a10
commit 9d7f25dcb2
4 changed files with 24 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 5 09:15:53 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.92
see /usr/share/doc/packages/perl-Alien-Build/Changes
1.92 2019-11-04 04:33:57 -0700
- Require Test2::API 1.302096 for features used in test suite.
1.91 2019-11-01 20:19:19 -0600
- Fix bug where Test::Alien::Diag could crash for Aliens without
dynamic libraries.
1.90 2019-11-01 16:15:32 -0700
- Added Test::Alien::Diag (gh#142)
- Test::Alien ffi_ok add api option. (gh#143)
-------------------------------------------------------------------
Thu Sep 26 08:14:32 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-Alien-Build
Version: 1.89
Version: 1.92
Release: 0
%define cpan_name Alien-Build
Summary: Build external dependencies for use in CPAN
@@ -40,7 +40,7 @@ BuildRequires: perl(JSON::PP)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Module::Load)
BuildRequires: perl(Path::Tiny) >= 0.077
BuildRequires: perl(Test2::API) >= 1.302015
BuildRequires: perl(Test2::API) >= 1.302096
BuildRequires: perl(Test2::Mock) >= 0.000060
BuildRequires: perl(Test2::Require) >= 0.000060
BuildRequires: perl(Test2::Require::Module) >= 0.000060
@@ -57,7 +57,7 @@ Requires: perl(JSON::PP)
Requires: perl(List::Util) >= 1.33
Requires: perl(Module::Load)
Requires: perl(Path::Tiny) >= 0.077
Requires: perl(Test2::API) >= 1.302015
Requires: perl(Test2::API) >= 1.302096
Requires: perl(Text::ParseWords) >= 3.26
%{perl_requires}
# MANUAL BEGIN
@@ -103,7 +103,7 @@ One of the goals of this project is to remain installer agnostic.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"