Update to 1.72
- New upstream release 1.72
- Fixed a problem where SvPVx_nolen was undefined in some versions of perl;
replaced with SvPV_nolen
- Fixed a cast warning on Darwin
This commit is contained in:
parent
b6c2872300
commit
b263d126b7
@ -2,7 +2,7 @@
|
||||
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
|
||||
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.71
|
||||
Version: 1.72
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
@ -107,6 +107,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 22 2015 Paul Howarth <paul@city-fan.org> - 1.72-1
|
||||
- Update to 1.72
|
||||
- Fixed a problem where SvPVx_nolen was undefined in some versions of perl;
|
||||
replaced with SvPV_nolen
|
||||
- Fixed a cast warning on Darwin
|
||||
|
||||
* Fri Sep 18 2015 Paul Howarth <paul@city-fan.org> - 1.71-1
|
||||
- Update to 1.71
|
||||
- Conditionalize support for MD4, MD5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user