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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ron Nazarov <noisytoot <at> disroot.org>
Subject: bug#48822: closed (Re: bug#48822: [PATCH 1/3] gnu: lmdbxx: Update
 to 1.0.0.)
Date: Thu, 15 Sep 2022 08:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48822: [PATCH 1/3] gnu: lmdbxx: Update to 1.0.0.

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

-- 
48822: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48822
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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




This bug report was last modified 2 years and 249 days ago.

Previous Next


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