Bug 165507

Summary: [PATCH] handle compress'd diffs
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: diffstatAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature, Patch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.38-4 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-10 09:43:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150221    
Attachments:
Description Flags
Use gzip for *.Z none

Description Ville Skyttä 2005-08-09 22:02:48 UTC
There's no "compress" in FC, so diffstat fails for (the rare and old) *.Z 
patches.  gzip should handle them just fine, patch attached. 
 
One example to test with: 
http://server.ccl.net/cca/software/LINUX/mopac7/old-version-95.06.21/mopac7-linux.diff.Z 
 
Also, upstream version 1.39 is out.

Comment 1 Ville Skyttä 2005-08-09 22:02:48 UTC
Created attachment 117590 [details]
Use gzip for *.Z

Comment 2 Tim Waugh 2005-08-10 09:43:13 UTC
Patch applied in 1.38-4.  Thanks.