GNU bug report logs - #61348
[PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.

Previous Next

Package: guix-patches;

Reported by: Declan Tsien <declantsien <at> riseup.net>

Date: Tue, 7 Feb 2023 15:29:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

To reply to this bug, email your comments to 61348 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61348; Package guix-patches. (Tue, 07 Feb 2023 15:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Declan Tsien <declantsien <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 07 Feb 2023 15:29:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Declan Tsien <declantsien <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.
Date: Tue, 07 Feb 2023 23:27:44 +0800
[0001-gnu-libwpe-wpebackend-fdo-Update-to-1.14.0.patch (text/x-patch, inline)]
From 4ad2c4d50992bbd5b124aa9a4037e6f581fc7bdd Mon Sep 17 00:00:00 2001
From: Declan Tsien <declantsien <at> riseup.net>
Date: Tue, 7 Feb 2023 23:18:27 +0800
Subject: [PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.

* gnu/packages/webkit.scm (libwpe): Update to 1.14.0.
  gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.14.0.
---
 gnu/packages/webkit.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 35fb5926a3..65b6353c63 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2019 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2022, 2023 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2023 Declan Tsien <declantsien <at> riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -74,7 +75,7 @@ (define-module (gnu packages webkit)
 (define-public libwpe
   (package
     (name "libwpe")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
@@ -82,7 +83,7 @@ (define-public libwpe
         (string-append "https://wpewebkit.org/releases/libwpe-"
                        version ".tar.xz"))
        (sha256
-        (base32 "13618imck69w7fbmljlh62j4gnlspb9zfqzv9hlkck3bi8icmvp8"))))
+        (base32 "004wv1fsg9gaa4h1i1hzj04a8qrxz8xpb968q4n41x65p9dk0wy0"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
@@ -102,14 +103,14 @@ (define-public libwpe
 (define-public wpebackend-fdo
   (package
     (name "wpebackend-fdo")
-    (version "1.12.0")
+    (version "1.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wpewebkit.org/releases/"
                                   "wpebackend-fdo-" version ".tar.xz"))
               (sha256
                (base32
-                "1b3l02dns1yxw3rq18cv00qan4hp95mxw5b3ssc0fh93ap0wjfb2"))))
+                "0mcih32zwpl60q77bv8idk37bxl3i0yh35l6dr0lhm0lqyr0qnz7"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
-- 
2.39.1

[signature.asc (application/pgp-signature, inline)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 18 Mar 2025 20:12:02 GMT) Full text and rfc822 format available.

Notification sent to Declan Tsien <declantsien <at> riseup.net>:
bug acknowledged by developer. (Tue, 18 Mar 2025 20:12:02 GMT) Full text and rfc822 format available.

Message #10 received at 61348-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 61348-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.
Date: Tue, 18 Mar 2025 21:11:08 +0100
Closing as both packages are at a higher version.






This bug report was last modified 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.