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 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # 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 # norootforbuild
Name: perl-IO-Socket-INET6
BuildRequires: perl-Socket6 Name: perl-IO-Socket-INET6
Version: 2.51 BuildRequires: perl-Socket6
Release: 2 Version: 2.53
Requires: perl = %{perl_version} Release: 1
Autoreqprov: on Requires: perl = %{perl_version}
URL: http://www.cpan.org/authors/id/M/MO/MONDEJAR AutoReqProv: on
License: Artistic License Url: http://cpan.org/modules/by-module/IO/
Group: Development/Libraries/Perl License: Artistic License
Source: IO-Socket-INET6-%{version}.tar.bz2 Group: Development/Libraries/Perl
Summary: Provides an object interface to creating and using sockets. Source: IO-Socket-INET6-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Provides an object interface to creating and using sockets.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
IO::Socket::INET6 provides an object interface to creating and using IO::Socket::INET6 provides an object interface to creating and using
@ -42,6 +43,8 @@ Authors:
perl Makefile.PL perl Makefile.PL
#exclude this test as it needs IPv6 network #exclude this test as it needs IPv6 network
mv t/io_sock6.t t/io_sock6.tt mv t/io_sock6.t t/io_sock6.tt
%check
make test make test
%install %install
@ -59,10 +62,18 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/IO %{perl_vendorarch}/auto/IO
/var/adm/perl-modules/* /var/adm/perl-modules/*
%changelog -n perl-IO-Socket-INET6 %changelog
* Wed Jan 25 2006 - mls@suse.de * 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 - converted neededforbuild to BuildRequires
* Wed Sep 28 2005 - dmueller@suse.de * Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild - add norootforbuild
* Thu Sep 15 2005 - anicka@suse.cz * Thu Sep 15 2005 anicka@suse.cz
- package created - package created