diff --git a/perl-Curses.spec b/perl-Curses.spec index fb4a9ff..2774ada 100644 --- a/perl-Curses.spec +++ b/perl-Curses.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Curses -Version: 1.41 +Version: 1.43 Release: 1mamba Summary: Curses - Terminal screen handling and optimization Group: System/Libraries/Perl @@ -45,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}" rm -f .packlist @@ -53,6 +55,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Fri Dec 09 2022 Automatic Build System 1.43-1mamba +- automatic version update by autodist + * Sun Aug 21 2022 Automatic Build System 1.41-1mamba - automatic version update by autodist