Accepting request 666621 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/666621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=8
This commit is contained in:
Dirk Stoecker 2019-01-17 12:31:24 +00:00 committed by Git OBS Bridge
parent 664d7eec69
commit 0a4d628b81
4 changed files with 39 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jan 17 06:00:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.50
see /usr/share/doc/packages/perl-Alien-Build/Changes
1.50 2019-01-16 12:55:08 -0500
- Removed temp testing files unintentionally included in the previous
release.
- Require ExtUtils::MakeMaker 6.64, for Alien::Build::MM, which can
sometimes have its BUILD_REQUIRES or TEST_REQUIRES overridden by
Dist::Zilla otherwise.
-------------------------------------------------------------------
Thu Dec 6 15:20:57 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.49
see /usr/share/doc/packages/perl-Alien-Build/Changes
1.49 2018-11-04 15:22:40 -0500
- Added Alien::Build::Plugin::Test::Mock
- Added alienfile_skip_if_missing_prereqs function to Test::Alien::Build
- Remove run-time dependency on Test2::Suite
Test2::API is still a run-time dependency, but that has
been in-core since 5.26.
-------------------------------------------------------------------
Fri Jul 6 05:01:15 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-Build
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Alien-Build
Version: 1.48
Version: 1.50
Release: 0
%define cpan_name Alien-Build
Summary: Build external dependencies for use in CPAN
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Alien-Build/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -31,6 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(ExtUtils::ParseXS) >= 3.30
BuildRequires: perl(FFI::CheckLib) >= 0.11
BuildRequires: perl(File::Which) >= 1.10
@ -46,6 +47,7 @@ BuildRequires: perl(Test2::V0) >= 0.000060
BuildRequires: perl(Text::ParseWords) >= 3.26
Requires: perl(Capture::Tiny) >= 0.17
Requires: perl(ExtUtils::CBuilder)
Requires: perl(ExtUtils::MakeMaker) >= 6.64
Requires: perl(ExtUtils::ParseXS) >= 3.30
Requires: perl(FFI::CheckLib) >= 0.11
Requires: perl(File::Which) >= 1.10
@ -54,7 +56,6 @@ Requires: perl(JSON::PP)
Requires: perl(Module::Load)
Requires: perl(Path::Tiny) >= 0.077
Requires: perl(Test2::API) >= 1.302015
Requires: perl(Test2::Require) >= 0.000060
Requires: perl(Text::ParseWords) >= 3.26
%{perl_requires}
# MANUAL BEGIN
@ -99,11 +100,11 @@ this project is to remain installer agnostic.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -112,7 +113,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc author.yml Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Test-Alien example maint README SUPPORT
%doc author.yml Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Test-Alien example README SUPPORT
%license LICENSE
%changelog