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.94.tar.gz b/Alien-Build-1.94.tar.gz new file mode 100644 index 0000000..30a1797 --- /dev/null +++ b/Alien-Build-1.94.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4903db2f91dfae0bf59495c36ba5c2ec88770ff704159e686bc9c6c08c3eb08c +size 248631 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index b3b9129..c96868e 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Dec 17 03:07:25 UTC 2019 - + +- 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 - + +- 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..8408d68 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.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}"