GNU bug report logs - #72944
[PATCH 1/5] gnu: liburcu: Update to 0.14.1.

Previous Next

Package: guix-patches;

Reported by: odion <at> efficios.com

Date: Sun, 1 Sep 2024 22:11:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: odion <at> efficios.com
Subject: bug#72944: closed (Re: [bug#72944] [PATCH 1/5] gnu: liburcu:
 Update to 0.14.1.)
Date: Fri, 04 Oct 2024 15:45:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72944: [PATCH 1/5] gnu: liburcu: Update to 0.14.1.

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 72944 <at> debbugs.gnu.org.

-- 
72944: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72944
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: odion <at> efficios.com
Cc: 72944-done <at> debbugs.gnu.org
Subject: Re: [bug#72944] [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
Date: Fri, 04 Oct 2024 17:44:11 +0200
Applied the whole series, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: odion <at> efficios.com
To: guix-patches <at> gnu.org
Cc: Olivier Dion <odion <at> efficios.com>
Subject: [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
Date: Sun,  1 Sep 2024 18:09:36 -0400
From: Olivier Dion <odion <at> efficios.com>

* gnu/packages/datastructures.scm (liburcu): Update to 0.14.1.

Change-Id: I310c7db2970e164a533c9f0aa773537f5bbdd8bf
---
 gnu/packages/datastructures.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index c6b2396537..84e9edb52d 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -214,14 +214,14 @@ (define-public libcuckoo
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.14.0")
+    (version "0.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/"
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "0kwx4fi3gn4p4sdxqkz2zh4z0fv06q449bnz43zjqfad3lkbyhya"))))
+                "1h5bg0k94by2v7cjq7fb3ridqixbd9pndw506vl27h3fvh9wn6i3"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))                 ; for tests

base-commit: a977900d76b7585c401222a3ce8bbb82e5f6da45
-- 
2.45.2




This bug report was last modified 285 days ago.

Previous Next


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