Update to 0.11

- New upstream release 0.11
  - Set metadata for static dependency list and install
  - Move repository to GitHub
  - Minor test clean-ups
  - Fix Makefile.PL to work for authors in perl 5.26+
- Package new LICENSE file
epel9
Paul Howarth 4 years ago
parent 27a4e6a3f1
commit e23ac08c1b

@ -1,6 +1,6 @@
Name: perl-Algorithm-C3 Name: perl-Algorithm-C3
Version: 0.10 Version: 0.11
Release: 19%{?dist} Release: 1%{?dist}
Summary: Module for merging hierarchies using the C3 algorithm Summary: Module for merging hierarchies using the C3 algorithm
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Algorithm-C3 URL: https://metacpan.org/release/Algorithm-C3
@ -44,11 +44,20 @@ find %{buildroot} -type f -name .packlist -delete
make test make test
%files %files
%license LICENSE
%doc Changes README t/ %doc Changes README t/
%{perl_vendorlib}/Algorithm/ %{perl_vendorlib}/Algorithm/
%{_mandir}/man3/Algorithm::C3.3* %{_mandir}/man3/Algorithm::C3.3*
%changelog %changelog
* Wed Nov 11 2020 Paul Howarth <paul@city-fan.org> - 0.11-1
- Update to 0.11
- Set metadata for static dependency list and install
- Move repository to GitHub
- Minor test clean-ups
- Fix Makefile.PL to work for authors in perl 5.26+
- Package new LICENSE file
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-19 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
48162c8974b3056c1315203efc7d8748 Algorithm-C3-0.10.tar.gz SHA512 (Algorithm-C3-0.11.tar.gz) = ec2ae17090a826e013b7526e7f236e3cc9bc59488421aecb03ea876b6ed2e4b2ea4eb8e07aad57b5b645ca4a077f7064b98e790e9906496d26c1bcb36128acbe

Loading…
Cancel
Save