diff --git a/perl-Alien-CFITSIO.spec b/perl-Alien-CFITSIO.spec index 363a82b..0bc6480 100644 --- a/perl-Alien-CFITSIO.spec +++ b/perl-Alien-CFITSIO.spec @@ -1,8 +1,8 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Alien-CFITSIO -Version: 4.2.0.0 -Release: 2mamba +Version: 4.3.0.0 +Release: 1mamba Summary: Alien::CFITSIO - Build and Install the CFITSIO library Group: System/Libraries/Perl Vendor: openmamba @@ -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}" @@ -52,6 +54,9 @@ done %doc LICENSE %changelog +* Wed Nov 08 2023 Automatic Build System 4.3.0.0-1mamba +- automatic version update by autodist + * Sat Apr 15 2023 Sdk Build System 4.2.0.0-2mamba - rebuilt with perl 5.36.0