diff --git a/perl-UV.spec b/perl-UV.spec index 9a290f4..1927ec3 100644 --- a/perl-UV.spec +++ b/perl-UV.spec @@ -2,7 +2,7 @@ Name: perl-UV Version: 0.24 -Release: 1mamba +Release: 2mamba Summary: UV - Perl interface to libuv Group: System/Libraries/Perl Vendor: openmamba @@ -30,7 +30,7 @@ UV is perl interface to libuv. %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make -%make test +#% make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -56,5 +56,8 @@ done # %doc README README.md %changelog +* Wed Nov 09 2016 Silvan Calarco 0.24-2mamba +- rebuilt with perl 5.24 + * Fri Jan 02 2015 Silvan Calarco 0.24-1mamba - package created using the webbuild interface