Commit Graph

278 Commits

Author SHA1 Message Date
David Kaspar [Dee'Kej]
31fe79e534 tcsh-6.19.00-019-fix-uninitialized-estr.patch added
> Fix uninitialized estr (Holger Seidel)
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
d8b6dd5802 tcsh-6.19.00-018-add-noclobber-and-ask-options.patch added
> add noclobber/ask options (Martin Tournoij)
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
9f627d2ba0 tcsh-6.19.00-017-fix-for-finnish-translations.patch added
> Add/fix some translations.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
3d638d8384 tcsh-6.19.00-016-do-not-quote-name-expanded-by-completion.patch added
> don't quote the expanded by completion name otherwise
  > "echo $vers<tab><return>" prints Illegal variable name.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
e1f4da490f tcsh-6.19.00-015-set-LC_COLLATE-to-C-and-add-HTML-makefile.patch added
> Set LC_COLLATE=C when calling sort for reproducible results.
  > Add a Makefile for creating the HTML version of the manual page.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
155cffaca8 tcsh-6.19.00-014-do-not-use-union-wait.patch added
> GLIBC is getting rid of union wait.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
236ea5041b tcsh-6.19.00-013-VImode-variable-provided.patch added
> Fix the word boundary handling of vi-eword...
  > Provide shell variable $vimode to control VImode.
  > If VImode=1, use "_" as the default for $wordchars, to match vi's default.
  > Modify c_to_class() to use isword().
  > rename e_capitolcase ->e_capitalcase (Luke Mewburn)
  > Fix e_capitolcase to e_capitalcase
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
802cae9c21 tcsh-6.19.00-012-display-default-in-editor.patch added
> display the default compiled in editor with bindkey -d (Luke Mewburn)
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
ceb4ea481d tcsh-6.19.00-011-man-page-spelling-fixes.patch added
> Spelling fixes.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
1cceba9f61 tcsh-6.19.00-010-fix-editor-and-visual-variables-and-its-behaviour.patch added
> Fix comparison of $EDITOR or $VISUAL against names of background
  > processes so that it doesn't just prefix match.

  > Rework run-fg-editor to use $editors exclusively if its set, and
  > ignore the use of $EDITOR (default "ed") and $VISUAL (default "vi").
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
8247c9850e tcsh-6.19.00-009-fix-parsing-of-if-statement.patch added
> Fix parsing of if statement with a missing space after the if closing
  > parenthesis (Fridolin Pokorny)
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
6950b90e74 tcsh-6.19.00-008-fix-ln-1-completion.patch added
> Fix ln(1) completion.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
e5da57f10e tcsh-6.19.00-007-fix-handling-of-invalid-unicode-characters.patch added
> PR/437: Fix handling of invalid unicode characters.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
6d81d4664b tcsh-6.19.00-006-_SIGWINCH-added.patch added
> Added _SIGWINCH
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
e444f23def tcsh-6.19.00-005-ge0-is-always-true-for-unsigned.patch added
> >= 0 is always true if unsigned (c11 allows wint_t to be unsigned),
  > and we handle the 0 case above anyway.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
53846b1a4f tcsh-6.19.00-004-remove-unused-variable.patch added
> remove unused variable.
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
3b4edba158 tcsh-6.19.00-003-avoid-gcc5-calloc-optimization.patch added
> avoid gcc-5 optimization malloc + memset = calloc (Fridolin Pokorny)
2016-05-03 17:11:23 +02:00
David Kaspar [Dee'Kej]
5ea5c31aec tcsh-6.19.00-002-fix-error-messages.patch added
> PR/451: Fix error messages containing %c to be always '%c'
2016-05-03 17:11:16 +02:00
David Kaspar [Dee'Kej]
ec4630726d tcsh-6.19.00-001-remove-CFLAGS-for-gethost.patch added
> Remove CFLAGS for gethost to ease cross-compilation
2016-05-03 12:32:31 +02:00
David Kaspar [Dee'Kej]
e936722d6f tcsh-6.19.00-000-announcement.patch added
Only to stay politically correct...
2016-05-03 12:25:33 +02:00
David Kaspar [Dee'Kej]
e7bb88b90b tcsh.spec: Indentation updated to be visually consistent, TABs removed 2016-04-29 22:25:20 +02:00
David Kaspar [Dee'Kej]
e334622370 tcsh.spec: %prep phase updated to correctly convert 'Fixes' & 'Wishlist' 2016-04-29 22:07:51 +02:00
David Kaspar [Dee'Kej]
3ae594d08c tcsh.spec: Patch files numbering updated
We're now starting the downstream patches at number 100, in order to
  have a reserved numbers for upstream patches [0-99]. In case we reach
  the number 99 for upstream patches, we should really consider doing a
  rebase...
2016-04-29 21:15:56 +02:00
David Kaspar [Dee'Kej]
3de1d7e6e0 tcsh-6.15.00-hist-sub.patch removed
The change to the man page by this patch does not seem to apply
  anymore, and upstream is curently not aware of any issue.
2016-04-29 20:42:55 +02:00
David Kaspar [Dee'Kej]
c9086a0723 tcsh-6.13.00-memoryuse.patch -> tcsh-6.19.00-manpage-memoryuse.patch
The patch has been updated to be more clear. This is a downstream
  patch that we need to keep, it has been requested in BZ: #247637

  Upstream did not accept the patch, because this is specific to Linux:

  <http://mx.gw.com/pipermail/tcsh/2016-April/004972.html>
2016-04-29 19:45:07 +02:00
David Kaspar [Dee'Kej]
b20164f006 tcsh-6.14.00-order.patch removed
The man page update with this patch was misleading and not reflecting
  current correct behaviour of tcsh. See the discussion with upstream:

  <http://mx.gw.com/pipermail/tcsh/2016-April/004972.html>
2016-04-29 16:49:56 +02:00
David Kaspar [Dee'Kej]
e66f94fd3f Mark 'tcsh_posix_status' variable as deprecated
'tcsh_posix_status' is a downstream variable not accepted by upstream.
  'anyerror' variable was introduced by upstream instead.

  This patch keeps the 'tcsh_posix_status', but displays a warning to
  user that this variable is deprecated and its support will be removed
  in Fedora 25.
2016-04-26 18:19:50 +02:00
David Kaspar [Dee'Kej]
0de832d6c5 tcsh-6.18.01-elf-interpreter.patch removed
This patch was not working in latest tcsh packages in Fedora, and it
  was not accepted by upstream. Generally, shells (bash, ksh, tcsh, ...)
  does not want to have this kind of binary parsing inside of them. See:

  <http://mx.gw.com/pipermail/tcsh-bugs/2013-April/000833.html>
2016-04-26 16:58:05 +02:00
David Kaspar [Dee'Kej]
4da5459ce3 Also remove the patches from specfile as well
Related to previous commits: ef697f03d7
                               a28f366dd8
                               af5610a4bd
2016-04-22 18:04:47 +02:00
David Kaspar [Dee'Kej]
ef697f03d7 tcsh-6.18.01-skip-tty-tests.patch removed
The testsuite has been already fixed in 6.18.05 upstream version,
  with this commit: 8e5249f9c70e1460d8c867e3124c61163c00759b
2016-04-21 13:53:30 +02:00
David Kaspar [Dee'Kej]
a28f366dd8 tcsh-6.14.00-syntax.patch removed
This patch breaks things more common than the issue it solves. See:
  http://mx.gw.com/pipermail/tcsh-bugs/2016-April/001030.html

  Bottom-line is: tcsh can't process its keywords in HERE-DOC correctly,
  and most likely it will never be possible to fix/solve this.
2016-04-21 13:32:25 +02:00
David Kaspar [Dee'Kej]
af5610a4bd tcsh-6.14.00-unprintable.patch removed
The issue solved with this patch is not reproducible with 6.19.00
  upstream version of tcsh. It was most likely fixed/mitigated as a
  side-effect of some commit in the upstream.
2016-04-21 13:27:50 +02:00
David Kaspar [Dee'Kej]
44ad64e52b Increase the 'Release' number so the package can be build in koji
+ Add the missing changelog entry.

  Related to previous commit: d997da94d3
2016-04-21 13:13:03 +02:00
David Kaspar [Dee'Kej]
d997da94d3 tcsh-6.15.00-closem.patch removed
This patch was never accepted by upstream since upstream does not like
  the solution: http://mx.gw.com/pipermail/tcsh-bugs/2016-April/001031.html

  The issue solved by this patch has been tested on Fedora 23, but
  reproduction was not successful. The package 'nss_ldap' is now obsolote
  (has been retired) and is no longer part of Fedora. It was superseded by
  'nss-pam-ldapd' and 'sssd'. The issue has been most likely mitigated
  with the new identity management used in Fedora (FreeIPA/SSSD).

  In case the issue will re-appear, we will need to find work with
  upstream to find a solution which they would be willing to accept.
2016-04-21 13:01:02 +02:00
David Kaspar [Dee'Kej]
50cf2da56c tcsh.spec: "Refactoring" + additional comments added 2016-04-20 19:08:22 +02:00
Fedora Release Engineering
9df4436b9c - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 01:23:38 +00:00
Lubomir Rintel
f0d784419f Whoops, fix up the changelog date 2016-01-13 08:44:28 +01:00
Lubomir Rintel
54f22d82df Fix build 2016-01-13 08:43:55 +01:00
Fridolin Pokorny
4d36648f3f spec: add /bin/{tcsh,csh} to /etc/shells 2015-06-16 16:55:00 +02:00
Fridolin Pokorny
ea63b1ce0e Add tcsh-6.19.00-gcc5-calloc.patch for gcc5 build 2015-05-28 12:50:17 +02:00
Fridolin Pokorny
b5f32ffe2b Remove autoreconf call 2015-05-27 12:59:19 +02:00
Fridolin Pokorny
f7f52e0f10 Fix update version in changelog 2015-05-27 12:56:36 +02:00
Fridolin Pokorny
e6ae8d9d87 Update to tcsh-6.19.00 2015-05-27 11:04:03 +02:00
Pavel Raiskup
2a7c9661bb remove unused patches from git
Version: 6.18.01-13
2015-01-27 07:21:56 +01:00
Pavel Raiskup
ed7c627f46 tcsh: fix hang in 'wait' built-in
Resolves: rhbz#1181685
Version: 6.18.01-13
2015-01-27 07:16:52 +01:00
Pavel Raiskup
804e62644c tcsh: support both $anyerror and $tcsh_posix_status
Before, the $tcsh_posix_status was added but the $anyerror support
was removed, but we need to have both.

Resolves: #1129703
Version: 6.18.01-12
2014-08-27 17:05:05 +02:00
Pavel Raiskup
e6c2d010fe testsuite: skip tests requiring tty
Upstream thread:
http://mx.gw.com/pipermail/tcsh-bugs/2014-August/000896.html

Version: 6.18.01-12
2014-08-27 16:32:57 +02:00
Pavel Raiskup
e28d3e79df spec: run make check in %check
Version: 6.18.01-12
2014-08-27 16:32:57 +02:00
Pavel Raiskup
97c6af701c spec: move to %autosetup
Version: 6.18.01-12
2014-08-27 16:32:53 +02:00
Peter Robinson
cf6ea8ab62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 05:08:22 +00:00