Accepting request 724655 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/724655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=23
This commit is contained in:
Tina Müller 2019-08-20 13:28:54 +00:00 committed by Git OBS Bridge
parent ad6546c1c9
commit 75b86c96b5
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Aug 20 05:01:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.83
see /usr/share/doc/packages/perl-Alien-Build/Changes
1.83 2019-08-19 18:31:19 -0400
- Production release identical to 1.81_01
1.82_01 2019-08-18 19:47:10 -0400
- Stricter Perl::Critic policies (gh#135)
1.81_01 2019-08-16 19:16:33 -0400
- Fix log class inheritence bug.
1.80_01 2019-08-15 20:52:50 -0400
- Use Perl::Critic Freenode policies for development (gh#128)
- Add new configurable log class (gh#123)
-------------------------------------------------------------------
Tue Jul 16 09:07:32 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-Alien-Build
Version: 1.79
Version: 1.83
Release: 0
%define cpan_name Alien-Build
Summary: Build external dependencies for use in CPAN
@ -37,6 +37,7 @@ BuildRequires: perl(FFI::CheckLib) >= 0.11
BuildRequires: perl(File::Which) >= 1.10
BuildRequires: perl(File::chdir)
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
@ -53,6 +54,7 @@ Requires: perl(FFI::CheckLib) >= 0.11
Requires: perl(File::Which) >= 1.10
Requires: perl(File::chdir)
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
@ -117,7 +119,7 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc author.yml Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Alien-Build-Decode-Mojo Changes.Test-Alien example maint README SUPPORT
%doc author.yml Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Alien-Build-Decode-Mojo Changes.Test-Alien example README SUPPORT
%license LICENSE
%changelog