[PATCH 0/3] Update libspatialite to 5.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Felix Gruber
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Felix Gruber
Severity
normal
F
F
Felix Gruber wrote on 12 Aug 2023 11:10
(address . guix-patches@gnu.org)(name . Felix Gruber)(address . felgru@posteo.net)
cover.1691831179.git.felgru@posteo.net
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
F
F
Felix Gruber wrote on 12 Aug 2023 11:12
[PATCH 1/3] gnu: freexl: Update to 2.0.0.
(address . 65244@debbugs.gnu.org)(name . Felix Gruber)(address . felgru@posteo.net)
2665f7443153e2b02c22c21910458c6b55159cb8.1691831179.git.felgru@posteo.net
* 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(-)

Toggle diff (43 lines)
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@rohleder.de>
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu>
-;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2021, 2023 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz>
;;; Copyright © 2021 Matthew James Kraai <kraai@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
F
F
Felix Gruber wrote on 12 Aug 2023 11:12
[PATCH 2/3] gnu: libspatialite: Update to 5.1.0.
(address . 65244@debbugs.gnu.org)(name . Felix Gruber)(address . felgru@posteo.net)
179cb85c88d0460ffd0e4331f679e51187060fa4.1691831179.git.felgru@posteo.net
* gnu/packages/geo.scm (libspatialite): Update to 5.1.0.
---
gnu/packages/geo.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
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
F
F
Felix Gruber wrote on 12 Aug 2023 11:12
[PATCH 3/3] gnu: spatialite-tools: Update to 5.1.0.
(address . 65244@debbugs.gnu.org)(name . Felix Gruber)(address . felgru@posteo.net)
e62521de63955a665c3cd12932027124d520b5a9.1691831179.git.felgru@posteo.net
* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0.
---
gnu/packages/geo.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
G
G
Guillaume Le Vaillant wrote on 13 Aug 2023 15:51
Re: [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0.
(name . Felix Gruber)(address . felgru@posteo.net)(address . 65244-done@debbugs.gnu.org)
87il9jrqwb.fsf@kitej
Patches applied as bc6d1b4a417f87cd52a53dd22dd0ff18afc5a9b5 and
following.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNjgFA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+UVgD/WhidI0Q6Tz02M18OYhwsgz5tGIjuO2HsdbnU
PDprmtEA/ino0CX7DyxXHdgqs8qLqdDAkpcRQqNit34+dE5IeSB+
=WVAN
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65244@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65244
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch