automatic version update by autodist [release 2.41-1mamba;Sun Jan 29 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:48:36 +01:00
parent 0789a661f4
commit 633c85c757

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Data-Dump-Streamer
Version: 2.40
Version: 2.41
Release: 1mamba
Summary: Data::Dump::Streamer - Accurately serialize a data structure as Perl code
Group: System/Libraries/Perl
@ -47,6 +47,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}"
@ -54,5 +56,8 @@ done
%defattr(-,root,root)
%changelog
* Sun Jan 29 2023 Automatic Build System <autodist@mambasoft.it> 2.41-1mamba
- automatic version update by autodist
* Mon Nov 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.40-1mamba
- package created using the webbuild interface