Update to 0.100
- New upstream release 0.100
- Support situations in op-code implementation where the parameters do not
come as a list
- Fix memory leak in dangling op
- Support magic (tied variables)
- Rework op implementation
- Speed up by changing the top of the stack instead of POPing and PUSHing
- Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
- Add license in Pod
- Specify minimum version of perl (5.6.2)
This commit is contained in:
parent
e8fb2c0afb
commit
18e3714100
@ -1,6 +1,6 @@
|
||||
Name: perl-Ref-Util
|
||||
Version: 0.020
|
||||
Release: 2%{?dist}
|
||||
Version: 0.100
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility functions for checking references
|
||||
License: MIT
|
||||
URL: http://search.cpan.org/dist/Ref-Util/
|
||||
@ -20,7 +20,9 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
BuildRequires: perl(B::Concise)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Readonly)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -60,6 +62,19 @@ make test
|
||||
%{_mandir}/man3/Ref::Util.3*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 27 2016 Paul Howarth <paul@city-fan.org> - 0.100-1
|
||||
- Update to 0.100
|
||||
- Support situations in op-code implementation where the parameters do not
|
||||
come as a list
|
||||
- Fix memory leak in dangling op
|
||||
- Support magic (tied variables)
|
||||
- Rework op implementation
|
||||
- Speed up by changing the top of the stack instead of POPing and PUSHing
|
||||
- Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
|
||||
it's now available
|
||||
- Add license in Pod
|
||||
- Specify minimum version of perl (5.6.2)
|
||||
|
||||
* Thu Jul 28 2016 Paul Howarth <paul@city-fan.org> - 0.020-2
|
||||
- Sanitize for Fedora submission
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user