summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
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 /tcsh.spec
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
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec8
1 files changed, 7 insertions, 1 deletions
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