commit 5b5003cefcbd9b30ee3aff75eca4efe460b45c2c
Author: Jan Rękorajski <[email protected]>
Date:   Thu Jun 13 13:27:27 2013 +0200

    - fix pod syntax error
    - rel 6

 perl-Socket6.spec |  4 +++-
 pod-syntax.patch  | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index e2426f9..f75dba8 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -24,11 +24,12 @@ Summary(uk.UTF-8):  Модуль для Perl Socket6
 Summary(zh_CN.UTF-8):  Socket6 Perl 模块
 Name:          perl-Socket6
 Version:       0.23
-Release:       5
+Release:       6
 License:       BSD-like
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/Socket6/%{pnam}-%{version}.tar.gz
 # Source0-md5: 2c02adb13c449d48d232bb704ddbd492
+Patch0:                pod-syntax.patch
 URL:           http://search.cpan.org/dist/Socket6/
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl-devel >= 1:5.8.0
@@ -43,6 +44,7 @@ programów Perla.
 
 %prep
 %setup -q -n %{pnam}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
diff --git a/pod-syntax.patch b/pod-syntax.patch
new file mode 100644
index 0000000..5d68ad8
--- /dev/null
+++ b/pod-syntax.patch
@@ -0,0 +1,20 @@
+--- Socket6-0.23/Socket6.pm.orig       2008-11-01 20:08:39.000000000 +0100
++++ Socket6-0.23/Socket6.pm    2013-06-13 13:26:12.387269206 +0200
+@@ -78,6 +78,8 @@
+ 
+ Functions supplied are:
+ 
++=over
++
+ =item inet_pton FAMILY, TEXT_ADDRESS
+ 
+     This function takes an IP address in presentation (or string) format
+@@ -204,8 +206,6 @@
+ 
+     This function returns the 16-octet loopback address.
+ 
+-=over
+-
+ =back
+ 
+ =cut
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Socket6.git/commitdiff/5b5003cefcbd9b30ee3aff75eca4efe460b45c2c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to