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

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

bug#68062: closed ([PATCH] gnu: exempi: Update to 2.6.5.)


From: GNU bug Tracking System
Subject: bug#68062: closed ([PATCH] gnu: exempi: Update to 2.6.5.)
Date: Sun, 10 Mar 2024 04:53:02 +0000

Your message dated Sun, 10 Mar 2024 12:52:28 +0800
with message-id <87cys2elir.fsf@envs.net>
and subject line Re: [bug#68062] [PATCH] gnu: exempi: Update to 2.6.5.
has caused the debbugs.gnu.org bug report #68062,
regarding [PATCH] gnu: exempi: Update to 2.6.5.
to be marked as done.

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


-- 
68062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68062
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: exempi: Update to 2.6.5. Date: Wed, 27 Dec 2023 15:53:14 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68062] [PATCH] gnu: exempi: Update to 2.6.5. Date: Sun, 10 Mar 2024 12:52:28 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Felix Gruber <felgru@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!


--- End Message ---

reply via email to

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