1
0
OBS User unknown 2008-02-22 00:43:55 +00:00 committed by Git OBS Bridge
parent 37846f219a
commit 816246b4e4
4 changed files with 44 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f1cc1f00aeb8c4e25f60880b08f580d866f0362195a9ebe37f22187f6e6c932
size 9516

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b45690ed5f21d00fcd55b4894ff6391bf404bd18f48c9e31ccf1a19f626d157e
size 11289

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 21 11:21:59 CET 2008 - anicka@suse.cz
- update to 2.53
* Converted to Build.PL and placed INET6.pm under lib/.
* Added a "repository" URL to the POD.
* Added the pod.t and pod-coverage.t files and we now have full
POD coverage.
* Added "use warnings" to IO::Socket::INET6.
* bugfixes, test fixes
-------------------------------------------------------------------
Wed Jan 25 21:39:46 CET 2006 - mls@suse.de

View File

@ -1,27 +1,28 @@
#
# spec file for package perl-IO-Socket-INET6 (Version 2.51 )
# spec file for package perl-IO-Socket-INET6 (Version 2.53)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-IO-Socket-INET6
BuildRequires: perl-Socket6
Version: 2.51
Release: 2
Requires: perl = %{perl_version}
Autoreqprov: on
URL: http://www.cpan.org/authors/id/M/MO/MONDEJAR
License: Artistic License
Group: Development/Libraries/Perl
Source: IO-Socket-INET6-%{version}.tar.bz2
Summary: Provides an object interface to creating and using sockets.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: perl-IO-Socket-INET6
BuildRequires: perl-Socket6
Version: 2.53
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
Url: http://cpan.org/modules/by-module/IO/
License: Artistic License
Group: Development/Libraries/Perl
Source: IO-Socket-INET6-%{version}.tar.bz2
Summary: Provides an object interface to creating and using sockets.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
IO::Socket::INET6 provides an object interface to creating and using
@ -42,6 +43,8 @@ Authors:
perl Makefile.PL
#exclude this test as it needs IPv6 network
mv t/io_sock6.t t/io_sock6.tt
%check
make test
%install
@ -59,10 +62,18 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/IO
/var/adm/perl-modules/*
%changelog -n perl-IO-Socket-INET6
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Thu Feb 21 2008 anicka@suse.cz
- update to 2.53
* Converted to Build.PL and placed INET6.pm under lib/.
* Added a "repository" URL to the POD.
* Added the pod.t and pod-coverage.t files and we now have full
POD coverage.
* Added "use warnings" to IO::Socket::INET6.
* bugfixes, test fixes
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Sep 28 2005 - dmueller@suse.de
* Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild
* Thu Sep 15 2005 - anicka@suse.cz
* Thu Sep 15 2005 anicka@suse.cz
- package created