Update to 1.66
- New upstream release 1.66
- Fixed compile problem with perl prior to 5.8.8, similar to CPAN RT#76267
- Fixed a problem with Socket::IPPROTO_TCP on early perls
- After discussions with the community and the original author Sampo
Kellomaki, the license conditions have been changed to "Perl Artistic
License 2.0"
- License changed to Artistic 2.0
- Use %license where possible
This commit is contained in:
parent
701bf5cf00
commit
debac67ef8
@ -1,9 +1,9 @@
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.65
|
||||
Release: 3%{?dist}
|
||||
Version: 1.66
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
License: OpenSSL
|
||||
License: Artistic 2.0
|
||||
URL: http://search.cpan.org/dist/Net-SSLeay/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
@ -78,7 +78,12 @@ make test
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc Changes Credits LICENSE QuickRef README examples/
|
||||
%if 0%{?_licensedir:1}
|
||||
%license LICENSE
|
||||
%else
|
||||
%doc LICENSE
|
||||
%endif
|
||||
%doc Changes Credits QuickRef README examples/
|
||||
%{perl_vendorarch}/auto/Net/
|
||||
%dir %{perl_vendorarch}/Net/
|
||||
%{perl_vendorarch}/Net/SSLeay/
|
||||
@ -88,6 +93,16 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 8 2014 Paul Howarth <paul@city-fan.org> - 1.66-1
|
||||
- Update to 1.66
|
||||
- Fixed compile problem with perl prior to 5.8.8, similar to CPAN RT#76267
|
||||
- Fixed a problem with Socket::IPPROTO_TCP on early perls
|
||||
- After discussions with the community and the original author Sampo
|
||||
Kellomaki, the license conditions have been changed to "Perl Artistic
|
||||
License 2.0"
|
||||
- License changed to Artistic 2.0
|
||||
- Use %%license where possible
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.65-3
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user