From 16a8f33b0fee1b395bba76364d5b2658393716c5 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:08:45 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 4.73-2mamba;Sun Apr 16 2023] --- perl-IO-AIO.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-IO-AIO.spec b/perl-IO-AIO.spec index 7424af2..dafda7c 100644 --- a/perl-IO-AIO.spec +++ b/perl-IO-AIO.spec @@ -2,7 +2,7 @@ Name: perl-IO-AIO Version: 4.73 -Release: 1mamba +Release: 2mamba Summary: IO::AIO - Asynchronous Input/Output Group: System/Libraries/Perl Vendor: openmamba @@ -14,11 +14,13 @@ License: Artistic, GPL Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: libperl +BuildRequires: perl-common-sense +BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 #BuildRequires: libgdbm-devel #BuildRequires: libdb53-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This module implements asynchronous I/O using whatever means your operating system supports. @@ -44,6 +46,7 @@ for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done +find %{buildroot} -name *.so -exec chmod u+w {} \; %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -53,6 +56,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 4.73-2mamba +- rebuilt with perl 5.36.0 + * Sun Dec 06 2020 Silvan Calarco 4.73-1mamba - update to 4.73 - removed libdb47 and libgdbm build requirements