GNU bug report logs -
#60613
[PATCH] gnu: tegola: Update to 0.16.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 28 Jan 2023 14:18:39 +0800
with message-id <87a623qj0g.fsf <at> envs.net>
and subject line Re: bug#60613: [PATCH] gnu: tegola: Update to 0.16.0.
has caused the debbugs.gnu.org bug report #60613,
regarding [PATCH] gnu: tegola: Update to 0.16.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60613: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60613
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Nikolay Korotkiy <sikmir <at> disroot.org> writes:
> * gnu/packages/geo.scm (tegola): Update to 0.16.0.
Pushed, thank you!
This bug report was last modified 2 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.