GNU bug report logs - #60613
[PATCH] gnu: tegola: Update to 0.16.0.

Previous Next

Package: guix-patches;

Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>

Date: Fri, 6 Jan 2023 23:23:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 60613 in the body.
You can then email your comments to 60613 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#60613; Package guix-patches. (Fri, 06 Jan 2023 23:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nikolay Korotkiy <sikmir <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 06 Jan 2023 23:23:02 GMT) Full text and rfc822 format available.

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

From: Nikolay Korotkiy <sikmir <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Nikolay Korotkiy <sikmir <at> disroot.org>
Subject: [PATCH] gnu: tegola: Update to 0.16.0.
Date: Sat,  7 Jan 2023 03:22:45 +0400
* gnu/packages/geo.scm (tegola): Update to 0.16.0.
---
 gnu/packages/geo.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2185af7a98..07eb3246d7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1281,7 +1281,7 @@ (define-public postgis
 (define-public tegola
   (package
     (name "tegola")
-    (version "0.7.0")
+    (version "0.16.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1290,20 +1290,13 @@ (define-public tegola
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0agqj1b7l41m0imvxjriw44jcpa99mhq1z1vbsfzjhcr94zhwmfr"))))
+                "1mjfn0izf1lj402845mx0cv9fald8s5443q35y16d9crqf3i6mav"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/go-spatial/tegola/cmd/tegola"
        #:unpack-path "github.com/go-spatial/tegola"
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'build 'set-version
-           (lambda _
-             (with-directory-excursion "src/github.com/go-spatial/tegola"
-               (substitute* '("cmd/tegola/cmd/root.go"
-                              "cmd/tegola_lambda/main.go")
-                 (("version not set") ,version)))
-             #t)))))
+       #:build-flags '(,(string-append "-ldflags=-X github.com/go-spatial/tegola/internal/build.Version=" version))
+       #:install-source? #f))
     (home-page "https://tegola.io")
     (synopsis "Vector tile server for maps")
     (description "Tegola is a free vector tile server written in Go.  Tegola

base-commit: 22ffa5e00a05f75bb3b4285cd1ede28f2e7c6325
-- 
2.37.2





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sat, 28 Jan 2023 06:19:01 GMT) Full text and rfc822 format available.

Notification sent to Nikolay Korotkiy <sikmir <at> disroot.org>:
bug acknowledged by developer. (Sat, 28 Jan 2023 06:19:01 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: Nikolay Korotkiy <sikmir <at> disroot.org>
Cc: 60613-done <at> debbugs.gnu.org
Subject: Re: bug#60613: [PATCH] gnu: tegola: Update to 0.16.0.
Date: Sat, 28 Jan 2023 14:18:39 +0800
Nikolay Korotkiy <sikmir <at> disroot.org> writes:

> * gnu/packages/geo.scm (tegola): Update to 0.16.0.

Pushed, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 Feb 2023 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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