GNU bug report logs -
#68062
[PATCH] gnu: exempi: Update to 2.6.5.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Wed, 27 Dec 2023 15:54:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#68062: [PATCH] gnu: exempi: Update to 2.6.5.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 68062 <at> debbugs.gnu.org.
--
68062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68062
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Felix Gruber <felgru <at> posteo.net> writes:
> * gnu/packages/freedesktop.scm (exempi): Update to 2.6.5.
> [arguments]: Remove trailing #t from 'remove-static-library phase.
>
Pushed as commit b22e1ff117, thank you!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/freedesktop.scm (exempi): Update to 2.6.5.
[arguments]: Remove trailing #t from 'remove-static-library phase.
Change-Id: I99878003dd6fc696b66543400502a1ef40c73cc1
---
gnu/packages/freedesktop.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 648ebad408..a42a54ce7e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1474,7 +1474,7 @@ (define-public wtype
(define-public exempi
(package
(name "exempi")
- (version "2.5.2")
+ (version "2.6.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1482,7 +1482,7 @@ (define-public exempi
name "-" version ".tar.bz2"))
(sha256
(base32
- "1mdfxb36p8251n5m7l55gx3fcqpk46yz9v568xfr8igxmqa47xaj"))))
+ "1zhzwkfna14sy78llhfc94cy5hv3076j5v3p1zmvawzz5gaa7yg9"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "--with-boost="
@@ -1496,8 +1496,7 @@ (define-public exempi
;; <https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/17>.
;; Simply delete the static library instead to save ~4.3 MiB.
(delete-file (string-append (assoc-ref outputs "out")
- "/lib/libexempi.a"))
- #t)))))
+ "/lib/libexempi.a")))))))
(native-inputs
(list boost)) ; tests
(inputs
base-commit: 8f03a51f5cdf4015d22a42e0796aad28f092e40b
--
2.43.0
This bug report was last modified 1 year and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.