update to tcsh-6.15.00, fix license
This commit is contained in:
parent
cd7e072c3c
commit
d241f69eda
@ -1 +1,2 @@
|
|||||||
tcsh-6.14.00.tar.gz
|
tcsh-6.14.00.tar.gz
|
||||||
|
tcsh-6.15.00.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz
|
67a0611620b080bd0eb032b1774382b6 tcsh-6.15.00.tar.gz
|
||||||
|
44
tcsh.spec
44
tcsh.spec
@ -2,25 +2,14 @@
|
|||||||
|
|
||||||
Summary: An enhanced version of csh, the C shell
|
Summary: An enhanced version of csh, the C shell
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.14
|
Version: 6.15
|
||||||
Release: 16
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD with advertising
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
||||||
Patch0: tcsh-6.14.00-config.patch
|
Patch1: tcsh-6.15.00-closem.patch
|
||||||
Patch1: tcsh-6.14.00-closem.patch
|
Patch2: tcsh-6.14.00-tinfo.patch
|
||||||
Patch2: tcsh-6.14.00-iconv.patch
|
Patch3: tcsh-6.14.00-unprintable.patch
|
||||||
Patch3: tcsh-6.14.00-lsF.patch
|
|
||||||
Patch4: tcsh-6.14.00-dashn.patch
|
|
||||||
Patch5: tcsh-6.14.00-read.patch
|
|
||||||
Patch6: tcsh-6.14.00-sigint.patch
|
|
||||||
Patch7: tcsh-6.14.00-wide-crash.patch
|
|
||||||
Patch8: tcsh-6.14.00-colors.patch
|
|
||||||
Patch9: tcsh-6.14.00-wide-seeks.patch
|
|
||||||
Patch10: tcsh-6.14.00-spell-crash.patch
|
|
||||||
Patch11: tcsh-6.14.00-remotehost.patch
|
|
||||||
Patch12: tcsh-6.14.00-tinfo.patch
|
|
||||||
Patch13: tcsh-6.14.00-unprintable.patch
|
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
Requires(postun): coreutils, grep
|
Requires(postun): coreutils, grep
|
||||||
@ -38,20 +27,9 @@ like syntax.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}.00
|
%setup -q -n %{name}-%{version}.00
|
||||||
%patch0 -p1 -b .config
|
|
||||||
%patch1 -p1 -b .closem
|
%patch1 -p1 -b .closem
|
||||||
%patch2 -p1 -b .iconv
|
%patch2 -p1 -b .tinfo
|
||||||
%patch3 -p1 -b .lsF
|
%patch3 -p1 -b .unprintable
|
||||||
%patch4 -p1 -b .dashn
|
|
||||||
%patch5 -p1 -b .read
|
|
||||||
%patch6 -p1 -b .sigint
|
|
||||||
%patch7 -p1 -b .wide-crash
|
|
||||||
%patch8 -p1 -b .colors
|
|
||||||
%patch9 -p1 -b .wide-seeks
|
|
||||||
%patch10 -p1 -b .spell-crash
|
|
||||||
%patch11 -p1 -b .remotehost
|
|
||||||
%patch12 -p1 -b .tinfo
|
|
||||||
%patch13 -p1 -b .unprintable
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# For tcsh-6.14.00-tinfo.patch
|
# For tcsh-6.14.00-tinfo.patch
|
||||||
@ -119,7 +97,11 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 25 2007 Vitezslav Crhonek <vcrhonek@redhat.com> 6.14-16
|
* Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-1
|
||||||
|
- Update to tcsh-6.15.00
|
||||||
|
- Fix license
|
||||||
|
|
||||||
|
* Wed Apr 25 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.14-16
|
||||||
- Fix floating exception in print_by_column() with unprintable characters
|
- Fix floating exception in print_by_column() with unprintable characters
|
||||||
(#233525)
|
(#233525)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user