diff --git a/Test-CleanNamespaces-0.23.tar.gz b/Test-CleanNamespaces-0.23.tar.gz deleted file mode 100644 index d5fa1f6..0000000 --- a/Test-CleanNamespaces-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7bf97f3c786b75f84341135904b492a1a36646aa65db3e0fd15a3cbe0864872 -size 36036 diff --git a/Test-CleanNamespaces-0.24.tar.gz b/Test-CleanNamespaces-0.24.tar.gz new file mode 100644 index 0000000..9ae096e --- /dev/null +++ b/Test-CleanNamespaces-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338d5569e8e89a654935f843ec0bc84aaa486fe8dd1898fb9cab3eccecd5327a +size 36740 diff --git a/perl-Test-CleanNamespaces.changes b/perl-Test-CleanNamespaces.changes index a869d79..0e70fd4 100644 --- a/perl-Test-CleanNamespaces.changes +++ b/perl-Test-CleanNamespaces.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 10 06:27:48 UTC 2018 - Stephan Kulow + +- updated to 0.24 + see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes + + 0.24 2018-12-09 20:20:01Z + - fix detection of constant subs on some platforms for perls [5.10,5.20) + ------------------------------------------------------------------- Tue Jun 26 06:05:41 UTC 2018 - coolo@suse.com diff --git a/perl-Test-CleanNamespaces.spec b/perl-Test-CleanNamespaces.spec index 07e5f2c..b8e3ab1 100644 --- a/perl-Test-CleanNamespaces.spec +++ b/perl-Test-CleanNamespaces.spec @@ -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-Test-CleanNamespaces -Version: 0.23 +Version: 0.24 Release: 0 %define cpan_name Test-CleanNamespaces Summary: Check for uncleaned imports License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-CleanNamespaces/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -62,11 +62,11 @@ usually isn't want you want. %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