GNU bug report logs -
#65244
[PATCH 0/3] Update libspatialite to 5.1.0.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sat, 12 Aug 2023 09:11:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.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 65244 in the body.
You can then email your comments to 65244 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65244
; Package
guix-patches
.
(Sat, 12 Aug 2023 09:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Felix Gruber <felgru <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 12 Aug 2023 09:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
this patchset updates libspatialite to 5.1.0.
Felix Gruber (3):
gnu: freexl: Update to 2.0.0.
gnu: libspatialite: Update to 5.1.0.
gnu: spatialite-tools: Update to 5.1.0.
gnu/packages/geo.scm | 12 +++++++-----
gnu/packages/xml.scm | 13 ++++++++-----
2 files changed, 15 insertions(+), 10 deletions(-)
base-commit: 19a7a824c35eae56ce56e2a460042fb7e2129234
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65244
; Package
guix-patches
.
(Sat, 12 Aug 2023 09:13:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 65244 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xml.scm (freexl): Update to 2.0.0.
[inputs]: Add expat and minizip.
---
gnu/packages/xml.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 555f0ab624..8d34ec3fe5 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -29,7 +29,7 @@
;;; Copyright © 2021 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2021 Julien Lepiller <julien <at> lepiller.eu>
-;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2021, 2023 Felix Gruber <felgru <at> posteo.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv <at> posteo.net>
;;; Copyright © 2021 David Larsson <david.larsson <at> selfhosted.xyz>
;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
@@ -1457,20 +1457,23 @@ (define-public python-defusedxml
(define-public freexl
(package
(name "freexl")
- (version "1.0.6")
+ (version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
+ "freexl-sources/"
"freexl-" version ".tar.gz"))
(sha256
(base32
- "08pwj17l0lgp6zms9nmpawdxpvhzrslklbd53s4b430k7mxbbs1x"))))
+ "1w57w73gfj2niz9dn235hn5wsvxpdbj6sp5zxcg7rasqvvqharqp"))))
(build-system gnu-build-system)
+ (inputs
+ (list expat minizip))
(home-page "https://www.gaia-gis.it/fossil/freexl/index")
(synopsis "Read Excel files")
(description
- "FreeXL is a C library to extract valid data from within an Excel (.xls)
-spreadsheet.")
+ "FreeXL is a C library to extract valid data from within an Excel
+(.xls, .xlsx) or LibreOffice (.ods) spreadsheet.")
;; Any of these licenses may be picked.
(license (list license:gpl2+
license:lgpl2.1+
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65244
; Package
guix-patches
.
(Sat, 12 Aug 2023 09:13:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 65244 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (libspatialite): Update to 5.1.0.
---
gnu/packages/geo.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index cce4f2518d..d7fb9dbdd1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -685,15 +685,16 @@ (define-public librttopo
(define-public libspatialite
(package
(name "libspatialite")
- (version "5.0.1")
+ (version "5.1.0")
(source
(origin
(method url-fetch)
- (uri (string-append "https://www.gaia-gis.it/gaia-sins/libspatialite-"
+ (uri (string-append "https://www.gaia-gis.it/gaia-sins/"
+ "libspatialite-sources/libspatialite-"
version ".tar.gz"))
(sha256
(base32
- "164y82rw2lrp5glfc0rkn7n6xvx5dvlgmh7bb7815067251wkjzf"))))
+ "102hc18fvwr1kw8aap53zqi8r0l52b8wa00lvlbf1zys979jvgj3"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65244
; Package
guix-patches
.
(Sat, 12 Aug 2023 09:13:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 65244 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0.
---
gnu/packages/geo.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d7fb9dbdd1..f5f59d1d99 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2276,14 +2276,15 @@ (define-public shapelib
(define-public spatialite-tools
(package
(name "spatialite-tools")
- (version "5.0.1")
+ (version "5.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
+ "spatialite-tools-sources/"
"spatialite-tools-" version ".tar.gz"))
(sha256
- (base32 "070p6pg541wvwb28wkn7k0z1qdyirik2qc2jpj4pf0vzx02w414n"))))
+ (base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.41.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Sun, 13 Aug 2023 13:53:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Felix Gruber <felgru <at> posteo.net>
:
bug acknowledged by developer.
(Sun, 13 Aug 2023 13:53:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 65244-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patches applied as bc6d1b4a417f87cd52a53dd22dd0ff18afc5a9b5 and
following.
Thanks.
[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
.
(Mon, 11 Sep 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.