diff --git a/Module-Pluggable-5.1.tar.gz b/Module-Pluggable-5.1.tar.gz deleted file mode 100644 index 9cd90af..0000000 --- a/Module-Pluggable-5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f -size 29418 diff --git a/Module-Pluggable-5.2.tar.gz b/Module-Pluggable-5.2.tar.gz new file mode 100644 index 0000000..e06cff0 --- /dev/null +++ b/Module-Pluggable-5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df +size 26920 diff --git a/perl-Module-Pluggable.changes b/perl-Module-Pluggable.changes index 679c092..4b18646 100644 --- a/perl-Module-Pluggable.changes +++ b/perl-Module-Pluggable.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 8 08:48:49 UTC 2015 - coolo@suse.com + +- updated to 5.2 + see /usr/share/doc/packages/perl-Module-Pluggable/Changes + + 2015-08-05 - 5.2 + Use Module::Runtime if it's installed (thanks to Olivier Mengué) + Switch to using ExtUtils::MakeMaker (thanks to Karen Etheridge and Tim Orling) + ------------------------------------------------------------------- Fri Jun 26 06:02:58 UTC 2015 - coolo@suse.com diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec index d10779b..043620c 100644 --- a/perl-Module-Pluggable.spec +++ b/perl-Module-Pluggable.spec @@ -17,7 +17,7 @@ Name: perl-Module-Pluggable -Version: 5.1 +Version: 5.2 Release: 0 %define cpan_name Module-Pluggable Summary: Automatically Give Your Module the Ability to Have Plugins @@ -30,7 +30,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.380000 +Recommends: perl(Module::Runtime) >= 0.012 %{perl_requires} %description @@ -48,14 +48,15 @@ Optionally it instantiates those classes for you. find . -type f -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files