[perl-IO-Socket-INET6] Update to 2.69

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 12 10:07:39 UTC 2012


commit b1648d74723874acd4b66ba2d9d785ca62ee2b07
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 12 10:06:44 2012 +0000

    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

 .gitignore                |    3 +--
 perl-IO-Socket-INET6.spec |   22 +++++++++++++---------
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
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 <paul at city-fan.org> - 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 <contyk at redhat.com> - 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


More information about the scm-commits mailing list