diff mbox

[1/3] mc: change tarball compression to xz

Message ID 1433799967-7694-1-git-send-email-jerzy.grzegorek@trzebnica.net
State Accepted
Headers show

Commit Message

Jerzy Grzegorek June 8, 2015, 9:46 p.m. UTC
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/mc/mc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni June 9, 2015, 7:40 p.m. UTC | #1
Dear Jerzy Grzegorek,

On Mon,  8 Jun 2015 23:46:05 +0200, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  package/mc/mc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Series applied, after squashing patch 2 into patch 1 as suggested by
Arnout. Without doing this, if only patch 1 was applied, you would
have broken the build of the mc package: when a hash file exists, it
*must* have the hashes of all files downloaded by the package.

Thomas
Jerzy Grzegorek June 9, 2015, 9:28 p.m. UTC | #2
Hi Thomas,

> Dear Jerzy Grzegorek,
>
> On Mon,  8 Jun 2015 23:46:05 +0200, Jerzy Grzegorek wrote:
>> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
>> ---
>>   package/mc/mc.mk | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
> Series applied, after squashing patch 2 into patch 1 as suggested by
> Arnout. Without doing this, if only patch 1 was applied, you would
> have broken the build of the mc package: when a hash file exists, it
> *must* have the hashes of all files downloaded by the package.

Sounds logical.
Thanks.

Regards,
Jerzy

>
> Thomas
diff mbox

Patch

diff --git a/package/mc/mc.mk b/package/mc/mc.mk
index f96d396..742b8e8 100644
--- a/package/mc/mc.mk
+++ b/package/mc/mc.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 MC_VERSION = 4.8.14
-MC_SOURCE = mc-$(MC_VERSION).tar.bz2
+MC_SOURCE = mc-$(MC_VERSION).tar.xz
 MC_SITE = http://ftp.midnight-commander.org
 MC_LICENSE =  GPLv3+
 MC_LICENSE_FILES = COPYING