all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 58152@debbugs.gnu.org
Subject: [bug#58152] [PATCH 2/5]: gnu: libqb: Update to 2.0.6
Date: Wed, 28 Sep 2022 22:08:13 +0100	[thread overview]
Message-ID: <CAO+9K5qG-wkm6Us98OJDc0c8Xn-vMoUCB3X9pgV0HdS2dy87gQ@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5qfLh4ZyWzaeTou8gco2LOfaxptHdskkGiFrDwy4d4vew@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0002-gnu-libqb-Update-to-2.0.6.patch --]
[-- Type: text/x-patch, Size: 2198 bytes --]

From c869314cf7fe6c7c916b1fa995ace8f90c0ea0b6 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 28 Sep 2022 21:26:44 +0100
Subject: [PATCH 2/5] gnu: libqb: Update to 2.0.6

* gnu/packages/high-availability.scm (libqb): Update to 2.0.6.
  Run `guix style'  over the package.
  [native-inputs]: Add autoconf, automake, libtools to fix configure and
  build phases.
---
 gnu/packages/high-availability.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm
index 1a8c348020..46247c4e13 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -55,9 +55,7 @@ (define-module (gnu packages high-availability)
 (define-public libqb
   (package
     (name "libqb")
-    ;; NOTE: We are using a Release Candidate version (for 2.0) here because
-    ;; of the linker issues with the previous release.
-    (version "1.9.1")
+    (version "2.0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -65,13 +63,14 @@ (define-public libqb
                     version "/libqb-" version ".tar.xz"))
               (sha256
                (base32
-                "008vvw504kh40br5v2xkqavnp9vpmjvf768faqzv1d00fd53ingn"))))
+                "071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list pkg-config libxml2))
+    (native-inputs (list autoconf automake libtool libxml2 pkg-config))
     (home-page "https://clusterlabs.github.io/libqb/")
-    (synopsis "Library providing high performance logging, tracing, ipc, and poll")
-    (description "Libqb is a library with the primary purpose of providing
+    (synopsis
+     "Library providing high performance logging, tracing, ipc, and poll")
+    (description
+     "Libqb is a library with the primary purpose of providing
 high-performance, reusable features for client-server architecture, such as
 logging, tracing, inter-process communication (IPC), and polling.  Libqb is
 not intended to be an all-encompassing library, but instead provide focused
-- 
2.37.3


  parent reply	other threads:[~2022-09-28 21:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 21:05 [bug#58152] [PATCH 0/5]: gnu Add pacemaker Sharlatan Hellseher
2022-09-28 21:07 ` [bug#58152] [PATCH 1/5]: Move libqb to high-availability Sharlatan Hellseher
2022-09-28 21:08 ` Sharlatan Hellseher [this message]
2022-09-28 21:08 ` [bug#58152] [PATCH 3/5]: gnu: Add kronosnet Sharlatan Hellseher
2022-10-10  9:04   ` [bug#58152] [PATCH 0/5]: gnu Add pacemaker Ludovic Courtès
2022-09-28 21:09 ` [bug#58152] [PATCH 4/5]: gnu: Add corosync Sharlatan Hellseher
2022-10-10  9:06   ` [bug#58152] [PATCH 0/5]: gnu Add pacemaker Ludovic Courtès
2022-09-28 21:10 ` [bug#58152] [PATCH 5/5]: gnu: " Sharlatan Hellseher
2022-10-10  9:23 ` bug#58152: [PATCH 0/5]: gnu " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO+9K5qG-wkm6Us98OJDc0c8Xn-vMoUCB3X9pgV0HdS2dy87gQ@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=58152@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.