Update to 1.201
- New upstream release 1.201 - Speed up LCS when $keyGen is undef (CPAN RT#101105)
This commit is contained in:
parent
bf7d20d6ae
commit
1dafb648be
@ -1,4 +1,4 @@
|
||||
%global upstream_version 1.200
|
||||
%global upstream_version 1.201
|
||||
%global extra_version 0
|
||||
|
||||
Name: perl-Algorithm-Diff
|
||||
@ -17,6 +17,7 @@ BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -52,19 +53,20 @@ make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
# Remove example scripts we're shipping as documentation
|
||||
rm -f %{buildroot}%{perl_vendorlib}/Algorithm/*.pl
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README *.pl
|
||||
%doc Changes README bin/*.pl
|
||||
%{perl_vendorlib}/Algorithm/
|
||||
%{_mandir}/man3/Algorithm::Diff.3*
|
||||
%{_mandir}/man3/Algorithm::DiffOld.3*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2020 Paul Howarth <paul@city-fan.org> - 1.2010-1
|
||||
- Update to 1.201
|
||||
- Speed up LCS when $keyGen is undef (CPAN RT#101105)
|
||||
|
||||
* Mon Sep 28 2020 Paul Howarth <paul@city-fan.org> - 1.2000-1
|
||||
- Update to 1.200
|
||||
- New release with no new features, just preparing for a series of bugfix
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Algorithm-Diff-1.200.tar.gz) = ce94d3d11506e8050cf4ae439abfd9da1ece09819c97ac1fba0022dfe4f7eb79a0cae2a380eeacd4d0526c6309ea5582d5ea9903b4df72a1652827309496b39d
|
||||
SHA512 (Algorithm-Diff-1.201.tar.gz) = b22b55f4e45748da0e8aca556dc2155ef2dbcfe42ac5cbe4aa59e4cc13c95a141e6324a9ab0acd7fbc3d97e761e0778176df0f7e726af837a7b7d075106ad8d0
|
||||
|
Loading…
Reference in New Issue
Block a user