* [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0.
@ 2023-08-12 9:10 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 1/3] gnu: freexl: Update to 2.0.0 Felix Gruber
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Felix Gruber @ 2023-08-12 9:10 UTC (permalink / raw)
To: 65244; +Cc: Felix Gruber
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#65244] [PATCH 1/3] gnu: freexl: Update to 2.0.0.
2023-08-12 9:10 [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0 Felix Gruber
@ 2023-08-12 9:12 ` Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 2/3] gnu: libspatialite: Update to 5.1.0 Felix Gruber
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Felix Gruber @ 2023-08-12 9:12 UTC (permalink / raw)
To: 65244; +Cc: Felix Gruber
* 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@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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#65244] [PATCH 2/3] gnu: libspatialite: Update to 5.1.0.
2023-08-12 9:10 [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 1/3] gnu: freexl: Update to 2.0.0 Felix Gruber
@ 2023-08-12 9:12 ` Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 3/3] gnu: spatialite-tools: " Felix Gruber
2023-08-13 13:51 ` bug#65244: [PATCH 0/3] Update libspatialite " Guillaume Le Vaillant
3 siblings, 0 replies; 5+ messages in thread
From: Felix Gruber @ 2023-08-12 9:12 UTC (permalink / raw)
To: 65244; +Cc: Felix Gruber
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#65244] [PATCH 3/3] gnu: spatialite-tools: Update to 5.1.0.
2023-08-12 9:10 [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 1/3] gnu: freexl: Update to 2.0.0 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 2/3] gnu: libspatialite: Update to 5.1.0 Felix Gruber
@ 2023-08-12 9:12 ` Felix Gruber
2023-08-13 13:51 ` bug#65244: [PATCH 0/3] Update libspatialite " Guillaume Le Vaillant
3 siblings, 0 replies; 5+ messages in thread
From: Felix Gruber @ 2023-08-12 9:12 UTC (permalink / raw)
To: 65244; +Cc: Felix Gruber
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#65244: [PATCH 0/3] Update libspatialite to 5.1.0.
2023-08-12 9:10 [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0 Felix Gruber
` (2 preceding siblings ...)
2023-08-12 9:12 ` [bug#65244] [PATCH 3/3] gnu: spatialite-tools: " Felix Gruber
@ 2023-08-13 13:51 ` Guillaume Le Vaillant
3 siblings, 0 replies; 5+ messages in thread
From: Guillaume Le Vaillant @ 2023-08-13 13:51 UTC (permalink / raw)
To: Felix Gruber; +Cc: 65244-done
[-- Attachment #1: Type: text/plain, Size: 83 bytes --]
Patches applied as bc6d1b4a417f87cd52a53dd22dd0ff18afc5a9b5 and
following.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-13 13:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 9:10 [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 1/3] gnu: freexl: Update to 2.0.0 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 2/3] gnu: libspatialite: Update to 5.1.0 Felix Gruber
2023-08-12 9:12 ` [bug#65244] [PATCH 3/3] gnu: spatialite-tools: " Felix Gruber
2023-08-13 13:51 ` bug#65244: [PATCH 0/3] Update libspatialite " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.