diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 54a0fe0..a6cc2c6 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,5 +1,5 @@ Name: perl-HTML-Parser -Version: 3.78 +Version: 3.79 Release: 1mamba Summary: HTML::Parser - A perl module for HTML parsing Group: System/Libraries/Perl @@ -44,6 +44,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}" @@ -51,6 +53,9 @@ done %defattr(-,root,root) %changelog +* Tue Oct 18 2022 Automatic Build System 3.79-1mamba +- automatic version update by autodist + * Tue Mar 29 2022 Automatic Build System 3.78-1mamba - automatic version update by autodist