automatic version update by autodist [release 4.3.0.0-1mamba;Wed Nov 08 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:31:38 +01:00
parent 6e9b376a21
commit c8b0584a89

View File

@ -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 <autodist@mambasoft.it> 4.3.0.0-1mamba
- automatic version update by autodist
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 4.2.0.0-2mamba
- rebuilt with perl 5.36.0