From b1648d74723874acd4b66ba2d9d785ca62ee2b07 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jan 12 2012 10:06:44 +0000 Subject: Update to 2.69 - New upstream release 2.69: - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769) - Fix the imports on t/io_multihomed6.t (CPAN RT#72769) - Update the link to the repository in Build.PL - BR: perl(IO::Socket) - BR: perl(Socket) - Use %{_fixperms} macro instead of our own chmod incantation --- diff --git a/.gitignore b/.gitignore index eed6e2e..54718ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/IO-Socket-INET6-2.66.tar.gz -/IO-Socket-INET6-2.67.tar.gz +/IO-Socket-INET6-[0-9.]*.tar.gz diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec index ae00972..7c2e576 100644 --- a/perl-IO-Socket-INET6.spec +++ b/perl-IO-Socket-INET6.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-INET6 -Version: 2.67 +Version: 2.69 Release: 1%{?dist} Summary: Perl Object interface for AF_INET|AF_INET6 domain sockets Group: Development/Libraries @@ -9,6 +9,8 @@ Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{ve BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(IO::Socket) +BuildRequires: perl(Socket) BuildRequires: perl(Socket6) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) @@ -18,40 +20,42 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %description Perl Object interface for AF_INET|AF_INET6 domain sockets. - %prep %setup -q -n IO-Socket-INET6-%{version} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} ';' 2>/dev/null -chmod -R u+w $RPM_BUILD_ROOT/* - +%{_fixperms} $RPM_BUILD_ROOT %check make test - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc README ChangeLog %{perl_vendorlib}/IO/ %{_mandir}/man3/IO::Socket::INET6.3pm* - %changelog +* Thu Jan 12 2012 Paul Howarth - 2.69-1 +- Update to 2.69: + - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769) + - Fix the imports on t/io_multihomed6.t (CPAN RT#72769) + - Update the link to the repository in Build.PL +- BR: perl(IO::Socket) +- BR: perl(Socket) +- Use %%{_fixperms} macro instead of our own chmod incantation + * Wed Jul 27 2011 Petr Sabata - 2.67-1 - 2.67 bump diff --git a/sources b/sources index 19a9f8a..623aa00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -228c12e74df686f78b09aee1139dc11c IO-Socket-INET6-2.67.tar.gz +12a80a5164a775294a9bf9c812fc3257 IO-Socket-INET6-2.69.tar.gz