commit f27f8d17a6acdcdc97ef6e0a63b81907ae3e0708 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sat Feb 25 13:40:30 2012 +0000 Update to 1.45 - New upstream release 1.45 (see Changes file for full details) - added thread safety and dynamic locking, which should complete thread safety work, making Net::SSLeay completely thread-safe - lots of improved documentation - BR: perl(Test::Pod::Coverage) - Install Net/SSLeay.pod as %doc perl-Net-SSLeay.spec | 26 +++++++++++++++++++------- sources | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) --- diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 7de929f..1d9a43e 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -1,6 +1,6 @@ Name: perl-Net-SSLeay -Version: 1.42 -Release: 2%{?dist} +Version: 1.45 +Release: 1%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries License: OpenSSL @@ -21,6 +21,7 @@ BuildRequires: perl(Test::Kwalitee) %endif BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -59,7 +60,6 @@ rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} # Remove script we don't want packaged @@ -75,13 +75,25 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc Changes Credits QuickRef README examples/ TODO %{perl_vendorarch}/auto/Net/ -%{perl_vendorarch}/Net/ -%{_mandir}/man3/Net::SSLeay*.3* +%dir %{perl_vendorarch}/Net/ +%{perl_vendorarch}/Net/SSLeay/ +%{perl_vendorarch}/Net/SSLeay.pm +%doc %{perl_vendorarch}/Net/SSLeay.pod +%{_mandir}/man3/Net::SSLeay.3pm* +%{_mandir}/man3/Net::SSLeay::Handle.3pm* %changelog +* Sat Feb 25 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 1.45-1 +- update to 1.45 (see Changes file for full details) + - added thread safety and dynamic locking, which should complete thread + safety work, making Net::SSLeay completely thread-safe + - lots of improved documentation +- BR: perl(Test::Pod::Coverage) +- install Net/SSLeay.pod as %%doc + * Thu Jan 12 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 1.42-2 -- Use DESTDIR rather than PERL_INSTALL_ROOT -- Use %%{_fixperms} macro rather than our own chmod incantation +- use DESTDIR rather than PERL_INSTALL_ROOT +- use %%{_fixperms} macro rather than our own chmod incantation - BR: perl(AutoLoader), perl(Exporter), perl(Socket) * Mon Oct 3 2011 Paul Howarth <paul@xxxxxxxxxxxx> - 1.42-1 diff --git a/sources b/sources index 8d6f6de..52a4193 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f9c9589495301c14bfc03097388ca4f Net-SSLeay-1.42.tar.gz +05415acd0eae23bccdeb35d9d976cc15 Net-SSLeay-1.45.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel