[zsh] Fix the changelog dates.

James Antill james at fedoraproject.org
Mon Apr 15 22:36:28 UTC 2013


commit 06d90665b0f4a54851ffb1ffcc9079f28d5473b6
Author: James Antill <james at and.org>
Date:   Mon Apr 15 18:36:23 2013 -0400

    Fix the changelog dates.
    
    - Fix the texi itemx bug.
    - Resolves: bug#927863

 zsh-5.0.2.texi-itemx.patch |   14 ++++++++++++++
 zsh.spec                   |    7 ++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/zsh-5.0.2.texi-itemx.patch b/zsh-5.0.2.texi-itemx.patch
new file mode 100644
index 0000000..0fed3bc
--- /dev/null
+++ b/zsh-5.0.2.texi-itemx.patch
@@ -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
+- at item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c}
+- at var{command} ] [ @t{-r} @var{name} ]
++ at 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~
diff --git a/zsh.spec b/zsh.spec
index 5220640..7816153 100644
--- a/zsh.spec
+++ b/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 at 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 at lists.fedoraproject.org> - 5.0.2-2


More information about the scm-commits mailing list