Update to 0.204
- New upstream release 0.204
- Fix Makefile.PL so that the 'install' sub is patched before WriteMakefile()
is called (GH#41)
This commit is contained in:
parent
ef792d011a
commit
8fb48ed006
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Ref-Util
|
||||
Version: 0.203
|
||||
Release: 4%{?dist}
|
||||
Version: 0.204
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility functions for checking references
|
||||
License: MIT
|
||||
URL: http://search.cpan.org/dist/Ref-Util/
|
||||
@ -17,8 +17,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
@ -85,6 +85,11 @@ make test
|
||||
%{_mandir}/man3/Ref::Util::PP.3*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 19 2018 Paul Howarth <paul@city-fan.org> - 0.204-1
|
||||
- Update to 0.204
|
||||
- Fix Makefile.PL so that the 'install' sub is patched before WriteMakefile()
|
||||
is called (GH#41)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.203-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Ref-Util-0.203.tar.gz) = bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
|
||||
SHA512 (Ref-Util-0.204.tar.gz) = 12834e13de5578232e40ba308e97786c60fcec4da9dc0b2922506d42645e8b3c3234663cf3b9c1dc374772107de953ed49ba8b52a2bac79183e3860338c0b288
|
||||
|
||||
Loading…
Reference in New Issue
Block a user