GNU bug report logs - #48822
[PATCH 1/3] gnu: lmdbxx: Update to 1.0.0.

Previous Next

Package: guix-patches;

Reported by: Ron Nazarov <noisytoot <at> disroot.org>

Date: Thu, 3 Jun 2021 23:18:02 UTC

Severity: normal

Tags: patch

Done: Michael Rohleder <mike <at> rohleder.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48822 in the body.
You can then email your comments to 48822 AT debbugs.gnu.org in the normal way.

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#48822; Package guix-patches. (Thu, 03 Jun 2021 23:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ron Nazarov <noisytoot <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 Jun 2021 23:18:02 GMT) Full text and rfc822 format available.

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

From: Ron Nazarov <noisytoot <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Ron Nazarov <noisytoot <at> disroot.org>
Subject: [PATCH 1/3] gnu: lmdbxx: Update to 1.0.0.
Date: Fri,  4 Jun 2021 00:17:00 +0100
* gnu/packages/databases.scm (lmdbxx): Update to 1.0.0.
---
 gnu/packages/databases.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index cd760ee5ef..355225d56e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -52,6 +52,7 @@
 ;;; Copyright © 2021 Pjotr Prins <pjotr.guix <at> thebird.nl>
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
 ;;; Copyright © 2021 Simon Streit <simon <at> netpanic.org>
+;;; Copyright © 2021 Noisytoot <noisytoot <at> disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2441,16 +2442,16 @@ virtual address space — not physical RAM.")
 (define-public lmdbxx
   (package
     (name "lmdbxx")
-    (version "0.9.14.0")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/drycpp/lmdbxx")
+             (url "https://github.com/hoytech/lmdbxx")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jmb9wg2iqag6ps3z71bh72ymbcjrb6clwlkgrqf1sy80qwvlsn6"))))
+        (base32 "12k5rz74d1l0skcks9apry1svkl96g9lf5dcgylgjmh7v1jm0b7c"))))
     (arguments
      `(#:make-flags
        (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
@@ -2459,7 +2460,7 @@ virtual address space — not physical RAM.")
          (delete 'configure))))
     (build-system gnu-build-system)
     (inputs `(("lmdb" ,lmdb)))
-    (home-page "http://lmdbxx.sourceforge.net")
+    (home-page "https://github.com/hoytech/lmdbxx")
     (synopsis "C++11 wrapper for the LMDB embedded B+ tree database library")
     (description "@code{lmdbxx} is a comprehensive @code{C++} wrapper for the
 @code{LMDB} embedded database library, offering both an error-checked
-- 
2.31.1





Information forwarded to guix-patches <at> gnu.org:
bug#48822; Package guix-patches. (Thu, 03 Jun 2021 23:24:01 GMT) Full text and rfc822 format available.

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

From: Ron Nazarov <noisytoot <at> disroot.org>
To: 48822 <at> debbugs.gnu.org
Cc: Ron Nazarov <noisytoot <at> disroot.org>
Subject: [PATCH 2/3] gnu: mtxclient: Update to 0.5.1.
Date: Fri,  4 Jun 2021 00:22:34 +0100
* gnu/packages/messaging.scm (mtxclient): Update to 0.5.1.
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b326b68952..158ee472f5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2020 Raghav Gururajan <raghavgururajan <at> disroot.org>
 ;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr <at> posteo.de>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2021 Noisytoot <noisytoot <at> disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2241,7 +2242,7 @@ QMatrixClient project.")
 (define-public mtxclient
   (package
     (name "mtxclient")
-    (version "0.3.1")
+    (version "0.5.1")
     (source
      (origin
        (method git-fetch)
@@ -2250,7 +2251,7 @@ QMatrixClient project.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dg4dq20g0ah62j5s3gpsxqq4ny7lxkxdxa9q6g54hdwkrb9ms7x"))))
+        (base32 "1xznfx2bhw0ahwmkxm0rs05vz05ijk5k4190rj6qp3bvb9byiajh"))))
     (arguments
      `(#:configure-flags
        (list
-- 
2.31.1





Information forwarded to guix-patches <at> gnu.org:
bug#48822; Package guix-patches. (Thu, 03 Jun 2021 23:24:01 GMT) Full text and rfc822 format available.

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

From: Ron Nazarov <noisytoot <at> disroot.org>
To: 48822 <at> debbugs.gnu.org
Cc: Ron Nazarov <noisytoot <at> disroot.org>
Subject: [PATCH 3/3] gnu: nheko: Update to 0.8.2.
Date: Fri,  4 Jun 2021 00:23:39 +0100
* gnu/packages/messaging.scm (nheko): Update to 0.8.2.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 158ee472f5..24e122f9c2 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2292,7 +2292,7 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.7.2")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -2301,7 +2301,7 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1cbhgaf9klgxdirrxj571fqwspm0byl75c1xc40l727a6qswvp7s"))))
+        (base32 "0362hkbprc6jqlgmvzwxyvify4b1ldjakyqdz55m25xsypbpv2f3"))))
     (arguments
      `(#:tests? #f                      ;no test target
        #:configure-flags
@@ -2337,7 +2337,8 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
        ("qtquickcontrols2" ,qtquickcontrols2)
        ("qtsvg" ,qtsvg)
        ("spdlog" ,spdlog)
-       ("tweeny" ,tweeny)
+       ("qtkeychain" ,qtkeychain)
+       ("libxcb" ,libxcb)               ; for screensharing on X
        ("zlib" ,zlib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.31.1





Information forwarded to guix-patches <at> gnu.org:
bug#48822; Package guix-patches. (Thu, 03 Jun 2021 23:35:02 GMT) Full text and rfc822 format available.

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

From: Nicolò Balzarotti <anothersms <at> gmail.com>
To: Ron Nazarov via Guix-patches via <guix-patches <at> gnu.org>,
 48822 <at> debbugs.gnu.org
Cc: Ron Nazarov <noisytoot <at> disroot.org>
Subject: Re: [bug#48822] [PATCH 3/3] gnu: nheko: Update to 0.8.2.
Date: Fri, 04 Jun 2021 01:33:59 +0200
Ron Nazarov via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/messaging.scm (nheko): Update to 0.8.2.
Hi, please, take a look at bug#46012.

There's a long discussion there, where we unbundle few things.  It would
be nice if nheko could be finally upgraded.


Thanks, Nicolò





Information forwarded to guix-patches <at> gnu.org:
bug#48822; Package guix-patches. (Thu, 03 Jun 2021 23:35:02 GMT) Full text and rfc822 format available.

Reply sent to Michael Rohleder <mike <at> rohleder.de>:
You have taken responsibility. (Thu, 15 Sep 2022 08:49:02 GMT) Full text and rfc822 format available.

Notification sent to Ron Nazarov <noisytoot <at> disroot.org>:
bug acknowledged by developer. (Thu, 15 Sep 2022 08:49:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: Nicolò Balzarotti <anothersms <at> gmail.com>
Cc: 48822-done <at> debbugs.gnu.org, Ron Nazarov <noisytoot <at> disroot.org>
Subject: Re: bug#48822: [PATCH 1/3] gnu: lmdbxx: Update to 1.0.0.
Date: Thu, 15 Sep 2022 10:48:04 +0200
[Message part 1 (text/plain, inline)]
I think this can be closed as we have merged #46012 (and several
versions of nheko after that).

-- 
I hear and I forget. I see and I remember. I write and I understand.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Oct 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 168 days ago.

Previous Next


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