Compare commits
11 Commits
1.50-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
5d051ad1b1 | |||
3b40126228 | |||
2481dd7716 | |||
3181233d90 | |||
22d158ed7b | |||
31cc6885f4 | |||
9802aa05b0 | |||
c27fd2eda6 | |||
a828a7b37a | |||
ebaa67c240 | |||
c0e9870521 |
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Text-CSV_XS
|
||||
Version: 1.50
|
||||
Version: 1.61
|
||||
Release: 1mamba
|
||||
Summary: Text::CSV_XS - comma-separated values manipulation routines
|
||||
Group: System/Libraries/Perl
|
||||
@ -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,42 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Jul 27 2025 Automatic Build System <autodist@openmamba.org> 1.61-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 02 2025 Automatic Build System <autodist@openmamba.org> 1.60-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 06 2025 Automatic Build System <autodist@openmamba.org> 1.59-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 30 2024 Automatic Build System <autodist@openmamba.org> 1.58-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 16 2024 Automatic Build System <autodist@openmamba.org> 1.57-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 10 2024 Automatic Build System <autodist@openmamba.org> 1.56-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 18 2024 Automatic Build System <autodist@openmamba.org> 1.55-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 18 2024 Automatic Build System <autodist@openmamba.org> 1.54-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 1.53-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 22 2023 Automatic Build System <autodist@mambasoft.it> 1.52-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 08 2023 Automatic Build System <autodist@mambasoft.it> 1.51-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user