Update to 2.008. Fixes bug #1225064

This commit is contained in:
Kevin Fenzi 2015-05-27 13:41:35 -06:00
parent ce136e28df
commit f5e7a9367a
2 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
Name: perl-Net-Server
Version: 2.007
Release: 4%{?dist}
Version: 2.008
Release: 1%{?dist}
Summary: Extensible, general Perl server engine
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-Server/
Source0: http://www.cpan.org/modules/by-module/Net/Net-Server-%{version}.tar.gz
Patch0: Net-Server-2.007-cert-verify.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
@ -32,9 +31,6 @@ be the back end layer of internet protocol servers.
%prep
%setup -q -n Net-Server-%{version}
# Don't attempt to verify a test certificate (CPAN RT#86707)
%patch0
# Do not want to pull in any packaging deps here.
chmod -c 644 examples/*
@ -62,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/net-server.1*
%changelog
* Wed May 27 2015 Kevin Fenzi <kevin@scrye.com> 2.008-1
- Update to 2.008. Fixes bug #1225064
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.007-4
- Perl 5.20 rebuild

View File

@ -1 +1 @@
b256c35a18caecc8fce9e6e1f2825658 Net-Server-2.007.tar.gz
85d488bc800f582839dd924ffa3f0d26 Net-Server-2.008.tar.gz