guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: ncompress: Update to 4.2.4.6.


From: guix-commits
Subject: 05/05: gnu: ncompress: Update to 4.2.4.6.
Date: Sat, 4 Jan 2020 20:40:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f38eabe952608478230895e380ef441d65ea625e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 4 16:13:23 2020 +0100

    gnu: ncompress: Update to 4.2.4.6.
    
    * gnu/packages/compression.scm (ncompress): Update to 4.2.4.6.
    * gnu/packages/patches/ncompress-fix-softlinks.patch: Adjust.
---
 gnu/packages/compression.scm                       | 6 +++---
 gnu/packages/patches/ncompress-fix-softlinks.patch | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index cf23e88..cb73dce 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2016 Danny Milosavljevic <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2016, 2019 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016, 2018, 2019 Marius Bakke <address@hidden>
@@ -2091,7 +2091,7 @@ possibly untrusted extraction shell script.")
 (define-public ncompress
   (package
     (name "ncompress")
-    (version "4.2.4.5")
+    (version "4.2.4.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2101,7 +2101,7 @@ possibly untrusted extraction shell script.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0s3ik7k5a5vzcfiayhsxrc87drg3l425aqapspmw5py91b9jhc8r"))))
+                "1a4yir1ilafz0nzxdwigj204j4yy2zljbc501nsaqqm3dxdap8zn"))))
     (arguments
      '(#:make-flags (list "CC=gcc"
                           (string-append "BINDIR=" %output "/bin")
diff --git a/gnu/packages/patches/ncompress-fix-softlinks.patch 
b/gnu/packages/patches/ncompress-fix-softlinks.patch
index 98752e8..d667e3e 100644
--- a/gnu/packages/patches/ncompress-fix-softlinks.patch
+++ b/gnu/packages/patches/ncompress-fix-softlinks.patch
@@ -1,4 +1,5 @@
-Patch taken from Debian sid.
+Patch taken from Debian sid.  Adapted to 4.2.4.6 for Guix by Tobias
+Geerinckx-Rice <address@hidden>.
 
 Description: Support uncompressing and compressing soft links.
  Historically, ncompress for Debian has been built using a command line
@@ -17,8 +18,8 @@ Index: ncompress/GNUmakefile
  
  Makefile: Makefile.def GNUmakefile
        sed \
--              -e 's:options= :options= $$(CFLAGS) -DNOFUNCDEF -DUTIME_H 
-DLSTAT $$(LDFLAGS) :' \
-+              -e 's:options= :options= $$(CFLAGS) -DNOFUNCDEF -DUTIME_H 
$$(LDFLAGS) :' \
+-              -e 's:options= :options= -DUTIME_H -DLSTAT :' \
++              -e 's:options= :options= -DUTIME_H :' \
                Makefile.def > Makefile
  
  check:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]