From d0fba32c1aaa210ee6034f124a7d56952cb57db2d8292f2bb09e42b875a063da Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 9 Dec 2013 11:22:19 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Socket6?expand=0&rev=21 --- Socket6-0.23.tar.gz | 3 --- Socket6-0.25.tar.gz | 3 +++ perl-Socket6.changes | 13 +++++++++++++ perl-Socket6.spec | 19 ++++--------------- 4 files changed, 20 insertions(+), 18 deletions(-) delete mode 100644 Socket6-0.23.tar.gz create mode 100644 Socket6-0.25.tar.gz diff --git a/Socket6-0.23.tar.gz b/Socket6-0.23.tar.gz deleted file mode 100644 index 3fedbec..0000000 --- a/Socket6-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eda753f0197e8c3c8d4ab20a634561ce84011fa51aa5ff40d4dbcb326ace0833 -size 57859 diff --git a/Socket6-0.25.tar.gz b/Socket6-0.25.tar.gz new file mode 100644 index 0000000..d0b061a --- /dev/null +++ b/Socket6-0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da746f8e7740b4ef66f4ff70dfad4e90f001a47a4803de66b7d7e0bdc924baa9 +size 58057 diff --git a/perl-Socket6.changes b/perl-Socket6.changes index 83dae10..499bba9 100644 --- a/perl-Socket6.changes +++ b/perl-Socket6.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 9 11:17:36 UTC 2013 - coolo@suse.com + +- updated to 0.25 + * Makefile.PL: Install manpage. [cpan #66811] + * Socket6.pm: Fix typo. [cpan #86346] + * Socket6.pm: Fix typo. [cpan #71617] + * Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to + configure + * Makefile.PL (configure_mswin32): Fixed [cpan #65710] + undefined ref to inet_ntop,inet_pton on Windows XP. + * t/use.t: Fixed [cpan #75211] test redefinition warnings + ------------------------------------------------------------------- Thu Jan 12 14:25:53 UTC 2012 - jw@suse.com diff --git a/perl-Socket6.spec b/perl-Socket6.spec index f3a5575..7760592 100644 --- a/perl-Socket6.spec +++ b/perl-Socket6.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Socket6 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Socket6 Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/ +Summary: IPv6 Sockets (Perl Module) License: BSD-3-Clause Group: Development/Libraries/Perl -Summary: IPv6 Sockets (Perl Module) -Version: 0.23 -Release: 7 +Version: 0.25 +Release: 0 Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} @@ -35,12 +33,6 @@ BuildRequires: perl-macros The IPv6 related part of the C socket.h defines and structure manipulators. - - -Authors: --------- - Hajimu Umemoto - %prep %setup -n Socket6-%{version} @@ -53,9 +45,6 @@ make test make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %{perl_vendorarch}/auto/Socket6