OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-INET6?expand=0&rev=10
This commit is contained in:
parent
225100ef14
commit
9b04375c04
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 16:12:50 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- add dependency to perl-Socket6 (bnc#523433)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 16 14:18:42 CEST 2009 - coolo@novell.com
|
Tue Jun 16 14:18:42 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -21,11 +21,12 @@
|
|||||||
Name: perl-IO-Socket-INET6
|
Name: perl-IO-Socket-INET6
|
||||||
BuildRequires: perl-Socket6
|
BuildRequires: perl-Socket6
|
||||||
Version: 2.56
|
Version: 2.56
|
||||||
Release: 5
|
Release: 6
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
|
Requires: perl-Socket6
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://cpan.org/modules/by-module/IO/
|
Url: http://cpan.org/modules/by-module/IO/
|
||||||
License: Artistic License
|
License: Artistic License ..
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Summary: Provides an object interface to creating and using sockets
|
Summary: Provides an object interface to creating and using sockets
|
||||||
Source: IO-Socket-INET6-%{version}.tar.bz2
|
Source: IO-Socket-INET6-%{version}.tar.bz2
|
||||||
@ -72,38 +73,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/*
|
/var/adm/perl-modules/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 16 2009 coolo@novell.com
|
|
||||||
- skip online tests
|
|
||||||
* Thu Jan 15 2009 anicka@suse.cz
|
|
||||||
- do not ignore test results (bnc#466026)
|
|
||||||
* Fri Nov 28 2008 ro@suse.de
|
|
||||||
- ignore test suite results for the moment
|
|
||||||
(will not work without networking support in build environment)
|
|
||||||
* Mon Oct 06 2008 anicka@suse.cz
|
|
||||||
- update to 2.56
|
|
||||||
* make sure both sides have the same family.
|
|
||||||
* Fixed problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
|
|
||||||
other BSD systems).
|
|
||||||
- remove -family patch (fixed upstream)
|
|
||||||
* Mon Oct 06 2008 anicka@suse.cz
|
|
||||||
- do not try to bind when we have AF_INET6 one one side and
|
|
||||||
AF_INET on the other side and fix test failures (-family.diff)
|
|
||||||
* Mon Feb 25 2008 anicka@suse.cz
|
|
||||||
- update to 2.54
|
|
||||||
* Added pack_sockaddr_in6_all to the imports from Socket6 to fix
|
|
||||||
the "configure" sub in several cases. Added t/configure6.t to
|
|
||||||
test it.
|
|
||||||
* 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
|
|
||||||
- add norootforbuild
|
|
||||||
* Thu Sep 15 2005 anicka@suse.cz
|
|
||||||
- package created
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user