diff --git a/IO-Socket-INET6-2.67.tar.gz b/IO-Socket-INET6-2.67.tar.gz deleted file mode 100644 index 5464135..0000000 --- a/IO-Socket-INET6-2.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd90e417cbd37047b71469ec99e79fe89a3bb5103769fc9c76b3c87d8cb019b2 -size 18096 diff --git a/IO-Socket-INET6-2.69.tar.gz b/IO-Socket-INET6-2.69.tar.gz new file mode 100644 index 0000000..dc62117 --- /dev/null +++ b/IO-Socket-INET6-2.69.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accd565643969d905e199e28e60e833213ccc2026c372432df01e49b044c3045 +size 18603 diff --git a/perl-IO-Socket-INET6.changes b/perl-IO-Socket-INET6.changes index edb630d..10fa6a1 100644 --- a/perl-IO-Socket-INET6.changes +++ b/perl-IO-Socket-INET6.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 30 11:05:12 UTC 2011 - vcizek@suse.com + +- update to 2.69 + * Fix the imports on t/io_multihomed6.t . + - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 again. + * Update the link to the repository in Build.PL. + * Solved symbol clashes in t/io_multihomed6.t . + - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 + ------------------------------------------------------------------- Fri Nov 18 11:08:59 UTC 2011 - coolo@suse.com diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec index 65f609a..df78a12 100644 --- a/perl-IO-Socket-INET6.spec +++ b/perl-IO-Socket-INET6.spec @@ -15,26 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %bcond_with test Name: perl-IO-Socket-INET6 +Version: 2.69 +Release: 1 +License: GPL-1.0+ or Artistic-1.0 %define cpan_name IO-Socket-INET6 Summary: Object interface for AF_INET|AF_INET6 domain sockets -Version: 2.67 -Release: 1 -License: GPL+ or Artistic -Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IO-Socket-INET6/ +Group: Development/Libraries/Perl #Source: http://www.cpan.org/modules/by-module/IO/IO-Socket-INET6-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl(Module::Build) BuildRequires: perl-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%{perl_requires} %if %{with test} BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 @@ -61,15 +60,11 @@ IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. -Authors: --------- - Rafael Martinez Torres - %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build #exclude this test as it needs IPv6 network mv t/io_sock6.t t/io_sock6.tt @@ -77,17 +72,17 @@ mv t/io_sock6.t t/io_sock6.tt %if %{with test} %check -#disable test suite as it doesn't work at all without being online +#disable test suite as it doesn't work at all without being online #and our build hosts are completly without network interfaces ./Build test %endif %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,-)