regen by podcheck list of failed pods. cn, jp, ko pods failed. I can't decide
whether it's a real problem or false positives.
This commit is contained in:
parent
203f3e90e5
commit
45e115d371
@ -46,6 +46,7 @@ Source3: macros.perl
|
|||||||
Source4: perl.stp
|
Source4: perl.stp
|
||||||
Source5: perl-example.stp
|
Source5: perl-example.stp
|
||||||
|
|
||||||
|
Patch0: porting-podcheck-regen.patch
|
||||||
# Removes date check, Fedora/RHEL specific
|
# Removes date check, Fedora/RHEL specific
|
||||||
Patch1: perl-perlbug-tag.patch
|
Patch1: perl-perlbug-tag.patch
|
||||||
|
|
||||||
@ -1262,6 +1263,7 @@ tarball from perl.org.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-%{perl_version}-RC2
|
%setup -q -n perl-%{perl_version}-RC2
|
||||||
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%ifarch %{multilib_64_archs}
|
%ifarch %{multilib_64_archs}
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
@ -2456,6 +2458,8 @@ sed \
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed May 16 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-RC2-217
|
* Wed May 16 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-RC2-217
|
||||||
- clean patches, not needed with new version
|
- clean patches, not needed with new version
|
||||||
|
- regen by podcheck list of failed pods. cn, jp, ko pods failed. I can't decide
|
||||||
|
whether it's a real problem or false positives.
|
||||||
|
|
||||||
* Mon Apr 30 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-216
|
* Mon Apr 30 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-216
|
||||||
- Enable usesitecustomize
|
- Enable usesitecustomize
|
||||||
|
26
porting-podcheck-regen.patch
Normal file
26
porting-podcheck-regen.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
diff -up perl-5.16.0-RC2/t/porting/known_pod_issues.dat.pody perl-5.16.0-RC2/t/porting/known_pod_issues.dat
|
||||||
|
--- perl-5.16.0-RC2/t/porting/known_pod_issues.dat.pody 2012-05-14 21:49:22.000000000 +0200
|
||||||
|
+++ perl-5.16.0-RC2/t/porting/known_pod_issues.dat 2012-05-16 14:21:00.000000000 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-# This file is the data file for porting/podcheck.t.
|
||||||
|
+# This file is the data file for t/porting/podcheck.t.
|
||||||
|
# There are three types of lines.
|
||||||
|
# Comment lines are white-space only or begin with a '#', like this one. Any
|
||||||
|
# changes you make to the comment lines will be lost when the file is
|
||||||
|
@@ -217,6 +217,7 @@ pod/perlbook.pod Verbatim line length in
|
||||||
|
pod/perlcall.pod Verbatim line length including indents exceeds 79 by 2
|
||||||
|
pod/perlce.pod Verbatim line length including indents exceeds 79 by 2
|
||||||
|
pod/perlclib.pod Verbatim line length including indents exceeds 79 by 3
|
||||||
|
+pod/perlcn.pod Verbatim line length including indents exceeds 79 by 1
|
||||||
|
pod/perlcygwin.pod Verbatim line length including indents exceeds 79 by 25
|
||||||
|
pod/perldbmfilter.pod Verbatim line length including indents exceeds 79 by 1
|
||||||
|
pod/perldebguts.pod Verbatim line length including indents exceeds 79 by 68
|
||||||
|
@@ -248,6 +249,8 @@ pod/perliol.pod Verbatim line length inc
|
||||||
|
pod/perlipc.pod Apparent broken link 1
|
||||||
|
pod/perlipc.pod Verbatim line length including indents exceeds 79 by 19
|
||||||
|
pod/perlirix.pod Verbatim line length including indents exceeds 79 by 4
|
||||||
|
+pod/perljp.pod Verbatim line length including indents exceeds 79 by 1
|
||||||
|
+pod/perlko.pod Verbatim line length including indents exceeds 79 by 22
|
||||||
|
pod/perllol.pod Verbatim line length including indents exceeds 79 by 4
|
||||||
|
pod/perlmacosx.pod Verbatim line length including indents exceeds 79 by 3
|
||||||
|
pod/perlmod.pod Verbatim line length including indents exceeds 79 by 2
|
Loading…
Reference in New Issue
Block a user