Update to 2.5.1

- New upstream release 2.5.1
  - Use PERL_UNUSED_RESULT (GH#83)
  - Apply several minor patches, especially for packaging (GH#84)
epel9
Paul Howarth 7 years ago
parent ace8a2b649
commit c760b10c62

@ -1,6 +1,6 @@
Name: perl-Mouse
Summary: Moose minus the antlers
Version: 2.5.0
Version: 2.5.1
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Mouse
@ -112,7 +112,7 @@ an experimental first release, so comments and suggestions are very welcome.
find . -type f -exec chmod -c -x {} ';'
# Fix shellbangs
find t/ xt/ benchmarks/ example/ tool/ -type f -print0 |
find benchmarks/ example/ t/ tool/ -type f -print0 |
xargs -0 sed -i '1s|^#!.*perl|#!%{__perl}|'
%build
@ -128,7 +128,7 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
./Build test
%files
%doc Changes benchmarks/ example/ tool/ t/ xt/
%doc Changes benchmarks/ example/ tool/ t/
%{perl_vendorarch}/auto/Mouse/
%{perl_vendorarch}/Mouse.pm
%{perl_vendorarch}/Mouse/
@ -169,6 +169,11 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/Test::Mouse.3*
%changelog
* Mon Jan 8 2018 Paul Howarth <paul@city-fan.org> - 2.5.1-1
- Update to 2.5.1
- Use PERL_UNUSED_RESULT (GH#83)
- Apply several minor patches, especially for packaging (GH#84)
* Mon Nov 27 2017 Paul Howarth <paul@city-fan.org> - 2.5.0-1
- Update to 2.5.0
- Fix build under perl 5.8 (GH#63, GH#76, GH#79)

@ -1 +1 @@
SHA512 (Mouse-v2.5.0.tar.gz) = fa09dea1254d2666831bb284eae659cb1b852a73fdecadeb0f79cff5ba790f7fe9916fb7cfb3ae5ce702e2eb65fee866d41df92a16fceac8b09a2ea5aa0e4df8
SHA512 (Mouse-v2.5.1.tar.gz) = 9f147c3ae5cc4edb72a42e2d0f9a916d55c293a6c615833a9f9380c202dc046c4458fbf74e4897e76b267f4c8530a6470fab630bf8350e048c985750ab1b6c14

Loading…
Cancel
Save