Accepting request 755475 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/755475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=30
This commit is contained in:
Dirk Stoecker 2019-12-10 09:19:23 +00:00 committed by Git OBS Bridge
parent 285e1abde4
commit ca2ae395d0
4 changed files with 18 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.93.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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.93
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}"