From 6fca2c7e0060097deaa3b312c8ba6c3f43034319 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:33:21 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.05-4mamba;Mon Apr 17 2023] --- perl-Readonly-XS.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/perl-Readonly-XS.spec b/perl-Readonly-XS.spec index 3a42d3d..b202045 100644 --- a/perl-Readonly-XS.spec +++ b/perl-Readonly-XS.spec @@ -2,20 +2,22 @@ Name: perl-Readonly-XS Version: 1.05 -Release: 3mamba +Release: 4mamba Summary: Readonly::XS - Companion module for Readonly.pm, to speed up read-only scalar variables Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Readonly-XS-%{version}.tar.gz Patch0: perl-Readonly-XS-1.05-makefile.pl.patch License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libperl +BuildRequires: perl-Readonly +BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl-devel @@ -28,7 +30,7 @@ scalar variables. %prep %setup -q -n Readonly-XS-%{version} -%patch0 +%patch 0 %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor @@ -55,6 +57,9 @@ chmod -R u+w %{buildroot}/* %doc Changes README %changelog +* Mon Apr 17 2023 Sdk Build System 1.05-4mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 1.05-3mamba - rebuilt with perl 5.24