From be94fd5f01af09660272a24bfdd246d68c062af7 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:02:27 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 2.76-2mamba;Sun Apr 16 2023] --- perl-GD.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-GD.spec b/perl-GD.spec index 03df0f2..6abb127 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -2,7 +2,7 @@ Name: perl-GD Version: 2.76 -Release: 1mamba +Release: 2mamba Summary: A perl library that generates images Group: Development/Libraries/Perl Vendor: openmamba @@ -18,6 +18,7 @@ BuildRequires: libgd-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description @@ -50,6 +51,8 @@ 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}" rm -f .packlist @@ -58,6 +61,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 2.76-2mamba +- rebuilt with perl 5.36.0 + * Tue Feb 01 2022 Automatic Build System 2.76-1mamba - automatic version update by autodist