emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45939: closed ([PATCH] gnu: zziplib: Update to 0.13.72.)


From: GNU bug Tracking System
Subject: bug#45939: closed ([PATCH] gnu: zziplib: Update to 0.13.72.)
Date: Thu, 21 Jan 2021 20:52:02 +0000

Your message dated Thu, 21 Jan 2021 15:51:11 -0500
with message-id <YAnpP4FKWSysToXc@jasmine.lan>
and subject line Re: [bug#45939] [PATCH] gnu: zziplib: Update to 0.13.72.
has caused the debbugs.gnu.org bug report #45939,
regarding [PATCH] gnu: zziplib: Update to 0.13.72.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45939: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45939
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: zziplib: Update to 0.13.72. Date: Sun, 17 Jan 2021 17:29:37 +0100
* gnu/packages/compression.scm (version): Update to 0.13.72.
(build-system): Use meson-build-system, (arguments): Remove field,
(native-inputs): Use python instead of python-2.
---
 gnu/packages/compression.scm | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index d8d97b427e..5fe2c4e8b2 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1665,7 +1665,7 @@ timestamps in the file header with a fixed time (1 
January 2008).
 (define-public zziplib
   (package
     (name "zziplib")
-    (version "0.13.71")
+    (version "0.13.72")
     (home-page "https://github.com/gdraheim/zziplib";)
     (source (origin
               (method git-fetch)
@@ -1674,20 +1674,8 @@ timestamps in the file header with a fixed time (1 
January 2008).
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "109vznm9cxkqbj5r83qdgcdfk0j4kbg96dqr0q085nhwpgkw7viz"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'make-files-writable
-           (lambda _
-             (for-each make-file-writable
-                       (find-files "." #:directories? #t))
-             #t)))
-       ;; XXX: The default test target attempts to download external resources 
and
-       ;; fails without error: <https://github.com/gdraheim/zziplib/issues/53>.
-       ;; To prevent confusing log messages, just run a simple zip test that 
works.
-       #:test-target "check-readme"))
+                "0i6bpa2b13z19alm6ig80364dnin1w28cvif18k6wkkb0w3dzp8y"))))
+    (build-system cmake-build-system)
     (inputs
      `(("zlib" ,zlib)))
     (native-inputs `(("perl" ,perl)     ; for the documentation
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45939] [PATCH] gnu: zziplib: Update to 0.13.72. Date: Thu, 21 Jan 2021 15:51:11 -0500
On Thu, Jan 21, 2021 at 07:40:30PM +0100, Vincent Legoll wrote:
> * gnu/packages/compression.scm (version): Update to 0.13.72.
> (build-system): Use cmake-build-system, (arguments): Remove field.

Thanks! I fixed the commit message and pushed to core-updates as
3c9e1faa95a8ebf25696d615957f1e2f43bc819f



--- End Message ---

reply via email to

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