diff --git a/perl-String-Similarity.spec b/perl-String-Similarity.spec index 4cf7bdc..392f5cb 100644 --- a/perl-String-Similarity.spec +++ b/perl-String-Similarity.spec @@ -2,7 +2,7 @@ Name: perl-String-Similarity Version: 1.04 -Release: 1mamba +Release: 2mamba Summary: String::Similarity - calculate the similarity of two strings Group: System/Libraries/Perl Vendor: openmamba @@ -16,6 +16,7 @@ BuildRequires: glibc-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description @@ -44,6 +45,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}" @@ -52,5 +55,8 @@ done %doc COPYING %changelog +* Sun Apr 16 2023 Sdk Build System 1.04-2mamba +- rebuilt with perl 5.36.0 + * Wed May 19 2021 Silvan Calarco 1.04-1mamba - package created using the webbuild interface