update to 1.201 [release 1.201-1mamba;Sat Oct 21 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:31:01 +01:00
parent 1261177f7c
commit 462c4e5bd1

View File

@ -1,20 +1,23 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Algorithm-Diff Name: perl-Algorithm-Diff
Version: 1.1903 Epoch: 1
Version: 1.201
Release: 1mamba Release: 1mamba
Summary: Algorithm::Diff - Computs the difference between two files, two strings, or any other two lists of things Summary: Algorithm::Diff - Computs the difference between two files, two strings, or any other two lists of things
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Algorithm-Diff-%{version}.tar.gz
License: Artistic License: Artistic
Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This is a module for computing the difference between two files, two strings, or any other two lists of things. This is a module for computing the difference between two files, two strings, or any other two lists of things.
@ -50,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.201-1mamba
- update to 1.201
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 1.1903-1mamba * Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 1.1903-1mamba
- automatic update by autodist - automatic update by autodist