Fix the changelog dates.
- Fix the texi itemx bug. - Resolves: bug#927863
This commit is contained in:
parent
f1aca066c4
commit
06d90665b0
14
zsh-5.0.2.texi-itemx.patch
Normal file
14
zsh-5.0.2.texi-itemx.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -ru zsh-5.0.2-orig/Doc/zsh.texi zsh-5.0.2/Doc/zsh.texi
|
||||
--- zsh-5.0.2-orig/Doc/zsh.texi 2012-12-21 14:33:06.000000000 -0500
|
||||
+++ zsh-5.0.2/Doc/zsh.texi 2013-04-15 18:34:36.660096321 -0400
|
||||
@@ -22643,8 +22643,7 @@
|
||||
described above.
|
||||
|
||||
@findex _pick_variant
|
||||
-@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c}
|
||||
-@var{command} ] [ @t{-r} @var{name} ]
|
||||
+@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ]
|
||||
@itemx @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ]
|
||||
This function is used to resolve situations where a single command name
|
||||
requires more than one type of handling, either because it
|
||||
Only in zsh-5.0.2/Doc: zsh.texi~
|
7
zsh.spec
7
zsh.spec
@ -20,6 +20,8 @@ Source7: zshprompt.pl
|
||||
Patch0: zsh-serial.patch
|
||||
Patch4: zsh-4.3.6-8bit-prompts.patch
|
||||
Patch5: zsh-test-C02-dev_fd-mock.patch
|
||||
# Tmp.
|
||||
Patch11: zsh-5.0.2.texi-itemx.patch
|
||||
BuildRequires: coreutils sed ncurses-devel libcap-devel
|
||||
BuildRequires: texinfo tetex texi2html gawk /bin/hostname
|
||||
Requires(post): /sbin/install-info grep
|
||||
@ -55,6 +57,8 @@ This package contains the Zsh manual in html format.
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%patch11 -p1
|
||||
|
||||
cp -p %SOURCE7 .
|
||||
|
||||
%build
|
||||
@ -169,7 +173,8 @@ fi
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2013 James Antill <james@fedoraproject.org> - 5.0.2-3
|
||||
- Fix the changelog dates, 100% cosmetic to the specfile.
|
||||
- Fix the changelog dates.
|
||||
- Fix the texi itemx bug.
|
||||
- Resolves: bug#927863
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.2-2
|
||||
|
Loading…
Reference in New Issue
Block a user