- Add zsh-texi2html-randomness.patch to prevent random changes
in texi2html output (bnc#916186) OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=144
This commit is contained in:
parent
78d9ded217
commit
9ee160ad3d
13
zsh-texi2html-randomness.patch
Normal file
13
zsh-texi2html-randomness.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: zsh-5.0.7/Doc/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- zsh-5.0.7.orig/Doc/Makefile.in
|
||||||
|
+++ zsh-5.0.7/Doc/Makefile.in
|
||||||
|
@@ -41,7 +41,7 @@ LN_S = @LN_S@
|
||||||
|
MAKEINFO = makeinfo
|
||||||
|
TEXI2DVI = texi2dvi
|
||||||
|
DVIPS = dvips
|
||||||
|
-TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \
|
||||||
|
+TEXI2HTML = PERL_HASH_SEED=0 @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \
|
||||||
|
--init-file texi2html.conf
|
||||||
|
|
||||||
|
.SUFFIXES: .yo .1
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 5 10:48:40 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Add zsh-texi2html-randomness.patch to prevent random changes
|
||||||
|
in texi2html output (bnc#916186)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 28 17:53:20 UTC 2015 - idonmez@suse.com
|
Wed Jan 28 17:53:20 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
zsh.spec
2
zsh.spec
@ -37,6 +37,7 @@ Source16: dotzshrc.rh
|
|||||||
Source17: zshprompt.pl
|
Source17: zshprompt.pl
|
||||||
%endif
|
%endif
|
||||||
Patch1: trim-unneeded-completions.patch
|
Patch1: trim-unneeded-completions.patch
|
||||||
|
Patch2: zsh-texi2html-randomness.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
@ -94,6 +95,7 @@ This package contains the Zsh manual in html format.
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Remove executable bit
|
# Remove executable bit
|
||||||
|
Loading…
Reference in New Issue
Block a user