diff --git a/perl-Cairo-GObject.spec b/perl-Cairo-GObject.spec index 76cd5f4..e355c1f 100644 --- a/perl-Cairo-GObject.spec +++ b/perl-Cairo-GObject.spec @@ -2,7 +2,7 @@ Name: perl-Cairo-GObject Version: 1.005 -Release: 1mamba +Release: 2mamba Summary: Cairo::GObject - Integrate Cairo into the Glib type system Group: System/Libraries/Perl Vendor: openmamba @@ -20,6 +20,7 @@ BuildRequires: perl-Cairo BuildRequires: perl-Glib BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description @@ -48,6 +49,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}" @@ -56,5 +59,8 @@ done %doc LICENSE %changelog +* Sun Apr 16 2023 Sdk Build System 1.005-2mamba +- rebuilt with perl 5.36.0 + * Tue Aug 31 2021 Silvan Calarco 1.005-1mamba - package created using the webbuild interface