Accepting request 757551 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/757551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Alien-Build?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-12-23 21:36:30 +00:00 committed by Git OBS Bridge
commit 55cc3ec5ce
4 changed files with 28 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 17 03:07:25 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.94
see /usr/share/doc/packages/perl-Alien-Build/Changes
1.94 2019-12-16 12:17:26 -0700
- Prefer tar.exe on Windows if it is bsdtar (gh#150)
- Prefer tar.exe on Windows for unzip if it is bsdtar (gh#151, gh#152)
-------------------------------------------------------------------
Tue Dec 10 03:07:16 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.93
see /usr/share/doc/packages/perl-Alien-Build/Changes
1.93 2019-12-09 02:22:44 -0700
- curl plugin not used unless required -J option is supported.
(gh#147, gh#148)
-------------------------------------------------------------------
Tue Nov 19 10:07:39 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-Build
#
# Copyright (c) 2019 SUSE LLC.
# 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
@ -17,15 +17,16 @@
Name: perl-Alien-Build
Version: 1.92
Version: 1.94
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: https://metacpan.org/release/%{cpan_name}
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
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.17
@ -70,7 +71,7 @@ client, and work closely with Alien::Base which is used at runtime.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"