summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFridolin Pokorny <fpokorny@redhat.com>2013-04-05 16:32:13 +0200
committerFridolin Pokorny <fpokorny@redhat.com>2013-04-05 16:33:25 +0200
commitef5bdb2719b5be43bbc7c5618f08bbe3cb02ed41 (patch)
treecb159d1ea1584a77cf8f372da8986a983d87d1dd
parentfbd41bb2e6d1e2d203a8dc9e757da8e8f8f79d18 (diff)
downloadtcsh-rebase-6.19.00-ef5bdb2719b5be43bbc7c5618f08bbe3cb02ed41.tar.gz
tcsh-rebase-6.19.00-ef5bdb2719b5be43bbc7c5618f08bbe3cb02ed41.tar.xz
tcsh-rebase-6.19.00-ef5bdb2719b5be43bbc7c5618f08bbe3cb02ed41.zip
Removed repeated words in man
Resolves: #948884
-rw-r--r--tcsh-6.18.01-repeated-words-man.patch21
-rw-r--r--tcsh.spec8
2 files changed, 28 insertions, 1 deletions
diff --git a/tcsh-6.18.01-repeated-words-man.patch b/tcsh-6.18.01-repeated-words-man.patch
new file mode 100644
index 0000000..e27e0d4
--- /dev/null
+++ b/tcsh-6.18.01-repeated-words-man.patch
@@ -0,0 +1,21 @@
+diff -upr tcsh-6.18.01_orig/tcsh.man tcsh-6.18.01_work/tcsh.man
+--- tcsh-6.18.01_orig/tcsh.man 2013-04-05 16:22:07.299927566 +0200
++++ tcsh-6.18.01_work/tcsh.man 2013-04-05 16:22:37.885019969 +0200
+@@ -1401,7 +1401,7 @@ The \fBglobstar\fR shell variable can be
+ a file glob pattern that matches any string of characters including `/',
+ recursively traversing any existing sub-directories. For example,
+ `ls **.c' will list all the .c files in the current directory tree.
+-If used by itself, it will match match zero or more sub-directories
++If used by itself, it will match zero or more sub-directories
+ (e.g. `ls /usr/include/**/time.h' will list any file named `time.h'
+ in the /usr/include directory tree; `ls /usr/include/**time.h' will match
+ any file in the /usr/include directory tree ending in `time.h'; and
+@@ -3887,7 +3887,7 @@ with `.' except for `.' and `..'
+ If set, the `**' and `***' file glob patterns will match any string of
+ characters including `/' traversing any existing sub-directories. (e.g.
+ `ls **.c' will list all the .c files in the current directory tree).
+-If used by itself, it will match match zero or more sub-directories
++If used by itself, it will match zero or more sub-directories
+ (e.g. `ls /usr/include/**/time.h' will list any file named `time.h'
+ in the /usr/include directory tree; whereas `ls /usr/include/**time.h'
+ will match any file in the /usr/include directory tree ending in `time.h').
diff --git a/tcsh.spec b/tcsh.spec
index 72f7176..1df7449 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.18.01
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
Group: System Environment/Shells
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/old/%{name}-%{version}.tar.gz
@@ -21,6 +21,7 @@ Patch31: tcsh-6.18.00-history-file-locking.patch
# Accepted upstream - http://mx.gw.com/pipermail/tcsh-bugs/2012-December/000797.html
#Patch32: tcsh-6.18.00-sigint-while-waiting-for-child.patch
Patch33: tcsh-6.18.00-history-merge.patch
+Patch34: tcsh-6.18.01-repeated-words-man.patch
Provides: csh = %{version}
Requires(post): grep
@@ -50,6 +51,7 @@ like syntax.
%patch31 -p1 -b .history-file-locking
#%patch32 -p1 -b .sigint-while-waiting-for-child
%patch33 -p1 -b .history-merge
+%patch34 -p1 -b .repeated-words-man
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -123,6 +125,10 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Mon Apr 08 2013 Fridolin Pokorny <fpokorny@redhat.com> 6.18.01-2
+- Removed repeated words in man
+ Resolves: #948884
+
* Fri Apr 05 2013 Fridolin Pokorny <fpokorny@redhat.com> 6.18.01-1
- Update to tcsh-6.18.01
- Removed tcsh-6.18.00-history-savehist.patch, not accepted by upstream