[PATCH] gnu: zziplib: Update to 0.13.72.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210117162937.15425-1-vincent.legoll@gmail.com
* 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(-)

Toggle diff (38 lines)
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
Vincent Legoll wrote 4 years ago
(address . 45939@debbugs.gnu.org)
CAEwRq=oUszXv+w4udgPmKZTLuO8OjqU4w9=j+wKZYC2+UbMmEg@mail.gmail.com
This one should go to core-updates.

I'm currently rebuilding a few dependents...

--
Vincent Legoll
Vincent Legoll wrote 4 years ago
(address . 45939@debbugs.gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210121184030.1612-1-vincent.legoll@gmail.com
* gnu/packages/compression.scm (version): Update to 0.13.72.
(build-system): Use cmake-build-system, (arguments): Remove field.
---
gnu/packages/compression.scm | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)

Toggle diff (38 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45939-done@debbugs.gnu.org)
YAnpP4FKWSysToXc@jasmine.lan
On Thu, Jan 21, 2021 at 07:40:30PM +0100, Vincent Legoll wrote:
Toggle quote (3 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45939@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45939
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help