tcsh-6.19.00-000-announcement.patch added
Only to stay politically correct...
This commit is contained in:
parent
e7bb88b90b
commit
e936722d6f
49
tcsh-6.19.00-000-announcement.patch
Normal file
49
tcsh-6.19.00-000-announcement.patch
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
From e14e62c9353e3e1d0583c549cd7ef23ab9417083 Mon Sep 17 00:00:00 2001
|
||||||
|
From: christos <christos>
|
||||||
|
Date: Thu, 21 May 2015 21:50:25 +0000
|
||||||
|
Subject: [PATCH] announcement for 6.19.00
|
||||||
|
|
||||||
|
---
|
||||||
|
Announce-6.19.00 | 30 ++++++++++++++++++++++++++++++
|
||||||
|
1 file changed, 30 insertions(+)
|
||||||
|
create mode 100644 Announce-6.19.00
|
||||||
|
|
||||||
|
diff --git a/Announce-6.19.00 b/Announce-6.19.00
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..c12d1b4
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/Announce-6.19.00
|
||||||
|
@@ -0,0 +1,30 @@
|
||||||
|
+Hello,
|
||||||
|
+
|
||||||
|
+I am pleased to announce that tcsh-6.19 is now available; this is a mainly a
|
||||||
|
+bug fix release (after 3 years) with few new features:
|
||||||
|
+
|
||||||
|
+ 1. new cdtohome variable
|
||||||
|
+ 2. locking in history files
|
||||||
|
+ 3. history speedups.
|
||||||
|
+
|
||||||
|
+Please consult the Fixes files for a complete list of changes.
|
||||||
|
+
|
||||||
|
+Tcsh is an enhanced version of the Berkeley C-shell that offers command
|
||||||
|
+line editing and completion plus many other little things that preserve
|
||||||
|
+the length of your fingers.
|
||||||
|
+
|
||||||
|
+Tcsh runs on most UNIX machines, VMS_POSIX, OS/2 EMX, WIN32, Amiga...
|
||||||
|
+
|
||||||
|
+You can get tcsh from ftp://ftp.astron.com/pub/tcsh/tcsh-6.19.00.tar.gz
|
||||||
|
+
|
||||||
|
+RMD160 (tcsh-6.19.00.tar.gz) = 0f1e8c5fdee634baff6670290bd30074db965da3
|
||||||
|
+
|
||||||
|
+This is a gzip (GNU zip) tar archive. If you don't have GNU zip you can
|
||||||
|
+get it from ftp.gnu.org or other GNU mirrors.
|
||||||
|
+
|
||||||
|
+I would like to thank:
|
||||||
|
+
|
||||||
|
+ * everyone who sent bug reports
|
||||||
|
+ * the beta team for all their help, bug fixes, and suggestions
|
||||||
|
+
|
||||||
|
+christos
|
||||||
|
--
|
||||||
|
2.5.5
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Name: tcsh
|
Name: tcsh
|
||||||
Summary: An enhanced version of csh, the C shell
|
Summary: An enhanced version of csh, the C shell
|
||||||
Version: 6.19.00
|
Version: 6.19.00
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
@ -28,6 +28,7 @@ Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz
|
|||||||
|
|
||||||
# Upstream patches -- official upstream patches released by upstream since the
|
# Upstream patches -- official upstream patches released by upstream since the
|
||||||
# ---------------- last rebase that are necessary for any reason:
|
# ---------------- last rebase that are necessary for any reason:
|
||||||
|
Patch000: tcsh-6.19.00-000-announcement.patch
|
||||||
|
|
||||||
|
|
||||||
# Downstream patches -- these should be always included when doing rebase:
|
# Downstream patches -- these should be always included when doing rebase:
|
||||||
@ -148,6 +149,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 3 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 6.19.00-7
|
||||||
|
- Adding multiple upstream patches to stay closer with upstream:
|
||||||
|
tcsh-6.19.00-000-announcement.patch
|
||||||
|
|
||||||
* Thu Apr 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 6.19.00-6
|
* Thu Apr 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 6.19.00-6
|
||||||
- Drop tcsh-6.15.00-closem.patch - issue not reproducible, patch not accepted by upstream
|
- Drop tcsh-6.15.00-closem.patch - issue not reproducible, patch not accepted by upstream
|
||||||
- Drop tcsh-6.14.00-unprintable.patch - issue not reproducible with 6.19.00 upstream version
|
- Drop tcsh-6.14.00-unprintable.patch - issue not reproducible with 6.19.00 upstream version
|
||||||
|
Loading…
Reference in New Issue
Block a user