diff --git a/Module-Compile-0.37.tar.gz b/Module-Compile-0.37.tar.gz deleted file mode 100644 index 60e69b5..0000000 --- a/Module-Compile-0.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e6c4c4d2d5e39c21dde60a64424eed547e1d234ecc73a35278ea08161a8078 -size 35393 diff --git a/Module-Compile-0.38.tar.gz b/Module-Compile-0.38.tar.gz new file mode 100644 index 0000000..dae70a3 --- /dev/null +++ b/Module-Compile-0.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8090cfbb61123437eefec3e3bed86005d1f7c5a529fb6fda2ebebc6564b9aa10 +size 35482 diff --git a/perl-Module-Compile.changes b/perl-Module-Compile.changes index 7c4c703..3197475 100644 --- a/perl-Module-Compile.changes +++ b/perl-Module-Compile.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 25 03:09:41 UTC 2019 - + +- updated to 0.38 + see /usr/share/doc/packages/perl-Module-Compile/Changes + + 0.38 Tue Dec 24 17:24:48 PST 2019 + - Apply PR/11 xenu++ + - App::Prove breaks on Windows when $/ is undefined + ------------------------------------------------------------------- Thu May 3 05:35:58 UTC 2018 - coolo@suse.com diff --git a/perl-Module-Compile.spec b/perl-Module-Compile.spec index 802d651..ff623db 100644 --- a/perl-Module-Compile.spec +++ b/perl-Module-Compile.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Compile # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Module-Compile -Version: 0.37 +Version: 0.38 Release: 0 %define cpan_name Module-Compile Summary: Perl Module Compilation License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Module-Compile/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -52,11 +52,11 @@ loading a '.pm' file. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install