From ca2ae395d0290ce5d3fe48e446d8cc9cf8c48e697e48f502904f8e4e6420c867 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 10 Dec 2019 09:19:23 +0000 Subject: [PATCH] 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 --- Alien-Build-1.92.tar.gz | 3 --- Alien-Build-1.93.tar.gz | 3 +++ perl-Alien-Build.changes | 10 ++++++++++ perl-Alien-Build.spec | 9 +++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 Alien-Build-1.92.tar.gz create mode 100644 Alien-Build-1.93.tar.gz diff --git a/Alien-Build-1.92.tar.gz b/Alien-Build-1.92.tar.gz deleted file mode 100644 index 02041ac..0000000 --- a/Alien-Build-1.92.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd95173a72e988bdd7270a22699e6c9764b6aed6e6c4c022c623b1ce72040a79 -size 270414 diff --git a/Alien-Build-1.93.tar.gz b/Alien-Build-1.93.tar.gz new file mode 100644 index 0000000..37499a6 --- /dev/null +++ b/Alien-Build-1.93.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617a69a9ce1bf4371fdbcec3538bb8fd269936a2c1bf554a7c1bffa5fd44a767 +size 248355 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index b3b9129..7a5de9d 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 10 03:07:16 UTC 2019 - + +- 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 diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index 391dfb0..c5224d9 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -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}"