Accepting request 177685 from home:coolo:update-perl

- updated to 2.70
      * Fix a typo:
              - https://rt.cpan.org/Ticket/Display.html?id=73143
      * Add t/style-trailing-space.t and got rid of trailing space.

OBS-URL: https://build.opensuse.org/request/show/177685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-INET6?expand=0&rev=32
This commit is contained in:
Stephan Kulow 2013-06-05 08:30:54 +00:00 committed by Git OBS Bridge
parent c6816f3da1
commit 9f4f15172c
4 changed files with 19 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 5 07:41:15 UTC 2013 - coolo@suse.com
- updated to 2.70
* Fix a typo:
- https://rt.cpan.org/Ticket/Display.html?id=73143
* Add t/style-trailing-space.t and got rid of trailing space.
-------------------------------------------------------------------
Wed Nov 30 11:05:12 UTC 2011 - vcizek@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Socket-INET6
#
# 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
@ -19,18 +19,17 @@
%bcond_with test
Name: perl-IO-Socket-INET6
Version: 2.69
Release: 1
License: GPL-1.0+ or Artistic-1.0
Version: 2.70
Release: 0
%define cpan_name IO-Socket-INET6
Summary: Object interface for AF_INET|AF_INET6 domain sockets
Url: http://search.cpan.org/dist/IO-Socket-INET6/
Summary: Object interface for AF_INET/AF_INET6 domain sockets
License: GPL-1.0+ or Artistic-1.0
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
Url: http://search.cpan.org/dist/IO-Socket-INET6/
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}