FS#48612 - [mc] doesn't show content of zip files anymore

Attached to Project: Community Packages
Opened by moi (tempomolto) - Wednesday, 16 March 2016, 20:40 GMT
Last edited by Jakob Gruber (schuay) - Thursday, 17 March 2016, 15:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jakob Gruber (schuay)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
mc-4.8.16-1 doesn't show the content of zip packages anymore.
It was allright in 4.8.15.
To make it work again, you have to change
/usr/lib/mc/extfs.d/uzip
line 22 should be:
my $op_has_zipinfo = 1;

In version 4.8.15, it's the correct value (=1).
In version 4.8.16, it's the incorrect value (=0).
This task depends upon

Closed by  Jakob Gruber (schuay)
Thursday, 17 March 2016, 15:11 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thanks, fixed in mc-4.8.16-2
Comment by Darek (blablo) - Thursday, 17 March 2016, 12:04 GMT
@ Jakob Gruber
Please add 'unzip' to 'makedepends', then we get by default 'my $op_has_zipinfo = 1;' (see [1])
Sorry, I forgot to add 'unzip' in  FS#48365 

[1] https://github.com/MidnightCommander/mc/blob/master/src/vfs/extfs/helpers/uzip.in
   PKGBUILD (1.6 KiB)

Loading...