diff --git a/Dist-Zilla-Plugin-Repository-0.23.tar.gz b/Dist-Zilla-Plugin-Repository-0.23.tar.gz deleted file mode 100644 index 5a9cff8..0000000 --- a/Dist-Zilla-Plugin-Repository-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e4187b289ea89adb461223907a588a49bde0a3e0311f0547dcfa06544ffb956 -size 15129 diff --git a/Dist-Zilla-Plugin-Repository-0.24.tar.gz b/Dist-Zilla-Plugin-Repository-0.24.tar.gz new file mode 100644 index 0000000..78cca16 --- /dev/null +++ b/Dist-Zilla-Plugin-Repository-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfc7d6bf337ebc4d8ea8c99eacfd529807b9c1d5b2e2cedca7c8eab96498258 +size 15196 diff --git a/perl-Dist-Zilla-Plugin-Repository.changes b/perl-Dist-Zilla-Plugin-Repository.changes index 1e63766..dd1ee32 100644 --- a/perl-Dist-Zilla-Plugin-Repository.changes +++ b/perl-Dist-Zilla-Plugin-Repository.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 21 06:05:45 UTC 2018 - Stephan Kulow + +- updated to 0.24 + see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Repository/Changes + + 0.24 2018-12-20 + Auto generate minimum perl version as suggested by CPANTS. (manwar) + ------------------------------------------------------------------- Tue Jun 19 05:19:04 UTC 2018 - coolo@suse.com diff --git a/perl-Dist-Zilla-Plugin-Repository.spec b/perl-Dist-Zilla-Plugin-Repository.spec index 2925051..120bdce 100644 --- a/perl-Dist-Zilla-Plugin-Repository.spec +++ b/perl-Dist-Zilla-Plugin-Repository.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-Dist-Zilla-Plugin-Repository -Version: 0.23 +Version: 0.24 Release: 0 %define cpan_name Dist-Zilla-Plugin-Repository Summary: Automatically sets repository URL from svn/svk/Git checkout for Dist::Zilla License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-Repository/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/F/FA/FAYLAND/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -45,11 +45,11 @@ The code is mostly a copy-paste of Module::Install::Repository %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