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:
Paul Howarth 2014-09-08 19:51:15 +01:00
parent 701bf5cf00
commit debac67ef8
2 changed files with 20 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
19600c036e9e0bbfbf9157f083e40755 Net-SSLeay-1.65.tar.gz
d18646abb41011607cbb0046c4fb0426 Net-SSLeay-1.66.tar.gz