From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] perl-Coro: Update to 6.57 Date: Thu, 16 Feb 2023 17:21:14 +0100 Message-ID: <20230216162114.1028117-2-stefan.schantl@ipfire.org> In-Reply-To: <20230216162114.1028117-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6899182334177944160==" List-Id: --===============6899182334177944160== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- perl-Coro/perl-Coro.nm | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/perl-Coro/perl-Coro.nm b/perl-Coro/perl-Coro.nm index 5f25160ab..7a87e13d1 100644 --- a/perl-Coro/perl-Coro.nm +++ b/perl-Coro/perl-Coro.nm @@ -4,12 +4,12 @@ ############################################################################= ### =20 name =3D perl-Coro -version =3D 6.42 -release =3D 1.1 +version =3D 6.57 +release =3D 1 thisapp =3D Coro-%{version} =20 groups =3D Development/Libraries -url =3D http://search.cpan.org/dist/Coro/ +url =3D https://search.cpan.org/dist/Coro/ license =3D GPL+ or Artistic summary =3D The only real threads in perl. =20 @@ -20,13 +20,13 @@ description in parallel at the same time even on SMP machines end =20 -source_dl =3D http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ +source_dl =3D https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ =20 build requires + perl(Canary::Stability) perl(ExtUtils::MakeMaker) perl(ExtUtils::ParseXS) - pakfire >=3D 0.9.26-3.1 end =20 prepare_cmds @@ -37,7 +37,9 @@ build end =20 build - perl Makefile.PL INSTALLDIRS=3Dperl OPTIMIZE=3D"%{CFLAGS}" + perl Makefile.PL INSTALLDIRS=3Dperl NO_PACKLIST=3D1 NO_PERLLOCAL=3D1 \ + OPTIMIZE=3D"%{CFLAGS}"