rpms/mc/devel mc-7zip.patch,NONE,1.1 mc.spec,1.133,1.134

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Fri Jun 20 06:05:23 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/mc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7284

Modified Files:
	mc.spec 
Added Files:
	mc-7zip.patch 
Log Message:
* Fri Jun 20 2008 Jindrich Novy <jnovy at redhat.com> 4.6.2-4.pre1
- fix displaying of 7zip archive contents (#452090) - gvlat at pochta.ru


mc-7zip.patch:

--- NEW FILE mc-7zip.patch ---
diff -ru mc-4.6.2-pre1/vfs/extfs/u7z mc-4.6.2-pre1_u7z/vfs/extfs/u7z
--- mc-4.6.2-pre1/vfs/extfs/u7z	2005-06-22 06:21:43.000000000 +0400
+++ mc-4.6.2-pre1_u7z/vfs/extfs/u7z	2008-06-19 08:49:05.000000000 +0400
@@ -47,8 +47,8 @@
 }
 
 # override any locale for dates
-LC_ALL=C
-export LC_ALL
+LC_DATE=C
+export LC_DATE
 
 umask 077
 
@@ -56,7 +56,7 @@
 shift
 
 case "$cmd" in
-  list)    mcu7zip_list    "$@" ;;
+  list)    mcu7zip_list "$@"|sort -k 8 ;;
   copyout) mcu7zip_copyout "$@" ;;
   copyin)  mcu7zip_copyin  "$@" ;;
   mkdir)   mcu7zip_mkdir   "$@" ;;


Index: mc.spec
===================================================================
RCS file: /cvs/extras/rpms/mc/devel/mc.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- mc.spec	27 Mar 2008 13:19:56 -0000	1.133
+++ mc.spec	20 Jun 2008 06:04:40 -0000	1.134
@@ -1,7 +1,7 @@
 Summary:	User-friendly text console file manager and visual shell
 Name:		mc
 Version:	4.6.2
-Release:	3.pre1%{?dist}
+Release:	4.pre1%{?dist}
 Epoch:		1
 License:	GPLv2
 Group:		System Environment/Shells
@@ -31,6 +31,7 @@
 Patch17:	mc-preserveattr.patch
 Patch18:	mc-lzma.patch
 Patch19:	mc-hintchk.patch
+Patch20:	mc-7zip.patch
 
 %description
 Midnight Commander is a visual shell much like a file manager, only
@@ -61,6 +62,7 @@
 %patch17 -p1 -b .preserveattr
 %patch18 -p1 -b .lzmavfs
 %patch19 -p1 -b .hintchk
+%patch20 -p1 -b .7zip
 
 # convert files in /lib to UTF-8
 pushd lib
@@ -198,6 +200,9 @@
 %dir %{_libexecdir}/mc
 
 %changelog
+* Fri Jun 20 2008 Jindrich Novy <jnovy at redhat.com> 4.6.2-4.pre1
+- fix displaying of 7zip archive contents (#452090) - gvlat at pochta.ru
+
 * Thu Mar 27 2008 Jindrich Novy <jnovy at redhat.com> 4.6.2-3.pre1
 - don't segfault when hint or help files are missing (#439025),
   thanks to Tomas Heinrich




More information about the fedora-extras-commits mailing list