Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2013-06-26 20:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2013-05-03 
13:52:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2013-06-26 
20:25:15.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 13:29:01 UTC 2013 - [email protected]
+
+- add wget-fix-pod-syntax.diff to fix build with perl 5.18
+
+-------------------------------------------------------------------

New:
----
  wget-fix-pod-syntax.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wget.spec ++++++
--- /var/tmp/diff_new_pack.lMLDq0/_old  2013-06-26 20:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.lMLDq0/_new  2013-06-26 20:25:16.000000000 +0200
@@ -29,6 +29,8 @@
 Patch1:         wget-libproxy.patch
 Patch5:         wget-1.14-openssl-no-intern.patch
 Patch6:         wget-1.14-no-ssl-comp.patch
+# PATCH-FIX-OPENSUSE fix pod syntax for perl 5.18 [email protected]
+Patch7:         wget-fix-pod-syntax.diff
 BuildRequires:  libpng-devel
 %if 0%{suse_version} > 1110
 BuildRequires:  libproxy-devel
@@ -54,6 +56,7 @@
 %endif
 %patch5
 %patch6
+%patch7 -p1
 
 %build
 %if 0%{suse_version} > 1110

++++++ wget-fix-pod-syntax.diff ++++++
Index: wget-1.14/doc/texi2pod.pl
===================================================================
--- wget-1.14.orig/doc/texi2pod.pl
+++ wget-1.14/doc/texi2pod.pl
@@ -291,10 +291,10 @@ while(<$inf>) {
        if (defined $1) {
             my $thing = $1;
             if ($ic =~ /\@asis/) {
-                $_ = "\n=item $thing\n";
+                $_ = "\n=item Z<>$thing\n";
             } else {
                 # Entity escapes prevent munging by the <> processing below.
-                $_ = "\n=item $ic\&LT;$thing\&GT;\n";
+                $_ = "\n=item Z<>$ic\&LT;$thing\&GT;\n";
             }
        } else {
            $_ = "\n=item $ic\n";
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to