Update to 0.22

- New upstream release 0.22
  - Use cleaner wrap_op_checker() API to control op checking
  - Use core's Perl_check_t typedef instead of inventing our own
epel9
Paul Howarth 8 years ago
parent 5a61a3d130
commit 0146c51892

1
.gitignore vendored

@ -2,3 +2,4 @@
/B-Hooks-OP-Check-0.19.tar.gz /B-Hooks-OP-Check-0.19.tar.gz
/B-Hooks-OP-Check-0.20.tar.gz /B-Hooks-OP-Check-0.20.tar.gz
/B-Hooks-OP-Check-0.21.tar.gz /B-Hooks-OP-Check-0.21.tar.gz
/B-Hooks-OP-Check-0.22.tar.gz

@ -1,7 +1,7 @@
Name: perl-B-Hooks-OP-Check Name: perl-B-Hooks-OP-Check
Summary: Wrap OP check callbacks Summary: Wrap OP check callbacks
Version: 0.21 Version: 0.22
Release: 3%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-OP-Check-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-OP-Check-%{version}.tar.gz
URL: http://search.cpan.org/dist/B-Hooks-OP-Check URL: http://search.cpan.org/dist/B-Hooks-OP-Check
@ -9,9 +9,9 @@ URL: http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::Depends) >= 0.302 BuildRequires: perl(ExtUtils::Depends) >= 0.302
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime # Module Runtime
@ -62,6 +62,11 @@ make test
%{_mandir}/man3/B::Hooks::OP::Check.3* %{_mandir}/man3/B::Hooks::OP::Check.3*
%changelog %changelog
* Tue Aug 1 2017 Paul Howarth <paul@city-fan.org> - 0.22-1
- Update to 0.22
- Use cleaner wrap_op_checker() API to control op checking
- Use core's Perl_check_t typedef instead of inventing our own
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
SHA512 (B-Hooks-OP-Check-0.21.tar.gz) = fb816d9d591b501c660668c170e368bc6573851736196a8c533720f651b8df30bf38d93e697606e868e19aa9ec4a5d696a786b102bf2284b82cfb887a5a83c2b SHA512 (B-Hooks-OP-Check-0.22.tar.gz) = e68b08a34244afc73d7d3b2b0acdf8fe791b0b1f087b6b0496da0a1e655a9e51552ec8fb0f743c8626a0414fb469a2133d113ff5b4ba9f96217cc87bef877542

Loading…
Cancel
Save