rpms/tcsh/FC-4 tcsh.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 28 02:43:16 UTC 2006


Author: mitr

Update of /cvs/dist/rpms/tcsh/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv23973

Modified Files:
	tcsh.spec 
Log Message:
* Tue Feb 28 2006 Miloslav Trmac <mitr at redhat.com> - 6.14-1.fc4.2
- Fix a crash when reading scripts with multibyte characters (#183267)



Index: tcsh.spec
===================================================================
RCS file: /cvs/dist/rpms/tcsh/FC-4/tcsh.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- tcsh.spec	19 Feb 2006 04:58:34 -0000	1.28
+++ tcsh.spec	28 Feb 2006 02:43:14 -0000	1.29
@@ -3,7 +3,7 @@
 Summary: An enhanced version of csh, the C shell.
 Name: tcsh
 Version: 6.14
-Release: 1.fc4.1
+Release: 1.fc4.2
 License: distributable
 Group: System Environment/Shells
 Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@@ -11,6 +11,7 @@
 Patch1: tcsh-6.14.00-closem.patch
 Patch2: tcsh-6.14.00-iconv.patch
 Patch3: tcsh-6.14.00-sigint.patch
+Patch4: tcsh-6.14.00-wide-crash.patch
 Provides: csh = %{version}
 Prereq: fileutils, grep
 URL: http://www.tcsh.org/
@@ -31,6 +32,7 @@
 %patch1 -p1 -b .closem
 %patch2 -p1 -b .iconv
 %patch3 -p1 -b .sigint
+%patch4 -p1 -b .wide-crash
 
 nroff -me eight-bit.me > eight-bit.txt
 
@@ -98,6 +100,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Feb 28 2006 Miloslav Trmac <mitr at redhat.com> - 6.14-1.fc4.2
+- Fix a crash when reading scripts with multibyte characters (#183267)
+
 * Sun Feb 19 2006 Miloslav Trmac <mitr at redhat.com> - 6.14-1.fc4.1
 - Block SIGINT while waiting for children (#177366)
 




More information about the fedora-cvs-commits mailing list