Update to 0.26

- New upstream release 0.26
  - Properly wrap CORE::caller for @DB::args (CPAN RT#103186)
epel9
Paul Howarth 8 years ago
parent 908645e61c
commit 8e5590f03d

@ -1,6 +1,6 @@
Name: perl-Hook-LexWrap
Version: 0.25
Release: 6%{?dist}
Version: 0.26
Release: 1%{?dist}
Summary: Lexically scoped subroutine wrappers
Group: Development/Libraries
License: GPL+ or Artistic
@ -9,6 +9,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Hook-LexWrap-%
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
@ -42,8 +45,8 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} -c %{buildroot}
%check
make test
@ -59,9 +62,13 @@ rm -rf %{buildroot}
%endif
%doc Changes CONTRIBUTING README demo/
%{perl_vendorlib}/Hook/
%{_mandir}/man3/Hook::LexWrap.3pm*
%{_mandir}/man3/Hook::LexWrap.3*
%changelog
* Thu Feb 23 2017 Paul Howarth <paul@city-fan.org> - 0.26-1
- Update to 0.26
- Properly wrap CORE::caller for @DB::args (CPAN RT#103186)
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
140af3d36b3e80dce414b9a68adf0ad8 Hook-LexWrap-0.25.tar.gz
SHA512 (Hook-LexWrap-0.26.tar.gz) = f7771d4fb8379f43fa5b864e345f4526603914c3c486c637ea07fb9e2d41569bf40948a9039fab7d10c683fb85e16a8653876613903d34cc6801fcc9e92aa58b

Loading…
Cancel
Save