2 Commits

View File

@ -1,8 +1,8 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Text-CSV_XS
Version: 1.49
Release: 1mamba
Version: 1.50
Release: 2mamba
Summary: Text::CSV_XS - comma-separated values manipulation routines
Group: System/Libraries/Perl
Vendor: openmamba
@ -16,6 +16,7 @@ Requires: perl >= %perl_major_ver
BuildRequires: glibc-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
%description
Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields.
@ -52,6 +53,12 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 1.50-2mamba
- rebuilt with perl 5.36.0
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 1.50-1mamba
- automatic version update by autodist
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 1.49-1mamba
- automatic version update by autodist