[perl-Net-SSLeay] Update to 1.66

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 8 18:55:46 UTC 2014


commit debac67ef8a3b9e021c87b23f76df4af9e22f3ec
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 8 19:51:15 2014 +0100

    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

 perl-Net-SSLeay.spec |   23 +++++++++++++++++++----
 sources              |    2 +-
 2 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index a722add..3cbfa33 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -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 at 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 at redhat.com> - 1.65-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d97862f..86f5ec0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19600c036e9e0bbfbf9157f083e40755  Net-SSLeay-1.65.tar.gz
+d18646abb41011607cbb0046c4fb0426  Net-SSLeay-1.66.tar.gz



More information about the perl-devel mailing list