- add msglen patch to calculate message length correctly in UTF-8 (#141875)
This commit is contained in:
parent
156628de32
commit
43265b1647
6
mc.spec
6
mc.spec
@ -24,6 +24,7 @@ Patch7: mc-CVS-promptfix.patch
|
|||||||
Patch8: mc-CVS-uglydir.patch
|
Patch8: mc-CVS-uglydir.patch
|
||||||
Patch9: mc-CVS-badsize.patch
|
Patch9: mc-CVS-badsize.patch
|
||||||
Patch10: mc-CVS-growbuf.patch
|
Patch10: mc-CVS-growbuf.patch
|
||||||
|
Patch11: mc-CVS-msglen.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Midnight Commander is a visual shell much like a file manager, only
|
Midnight Commander is a visual shell much like a file manager, only
|
||||||
@ -45,6 +46,7 @@ poke into RPMs for specific files.
|
|||||||
%patch8 -p1 -b .uglydir
|
%patch8 -p1 -b .uglydir
|
||||||
%patch9 -p1 -b .badsize
|
%patch9 -p1 -b .badsize
|
||||||
%patch10 -p1 -b .growbuf
|
%patch10 -p1 -b .growbuf
|
||||||
|
%patch11 -p1 -b .msglen
|
||||||
|
|
||||||
# convert files in /lib to UTF-8
|
# convert files in /lib to UTF-8
|
||||||
pushd lib
|
pushd lib
|
||||||
@ -146,6 +148,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/mc
|
%dir %{_datadir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 6 2004 Jindrich Novy <jnovy@redhat.com>
|
||||||
|
- add msglen patch to calculate message length correctly in UTF-8 (#141875)
|
||||||
|
(thanks to Nickolay V. Shmyrev)
|
||||||
|
|
||||||
* Wed Dec 1 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.11
|
* Wed Dec 1 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.11
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- fix #141095 - extraction of symlinks from tarfs is now fine
|
- fix #141095 - extraction of symlinks from tarfs is now fine
|
||||||
|
Loading…
Reference in New Issue
Block a user