From unknown Sat Jun 14 03:48:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46809 <46809@debbugs.gnu.org> To: bug#46809 <46809@debbugs.gnu.org> Subject: Status: [PATCH] gnu: libspatialite: Update to 5.0.1. Reply-To: bug#46809 <46809@debbugs.gnu.org> Date: Sat, 14 Jun 2025 10:48:15 +0000 retitle 46809 [PATCH] gnu: libspatialite: Update to 5.0.1. reassign 46809 guix-patches submitter 46809 Felix Gruber severity 46809 normal tag 46809 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 27 05:25:53 2021 Received: (at submit) by debbugs.gnu.org; 27 Feb 2021 10:25:53 +0000 Received: from localhost ([127.0.0.1]:43187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFwnF-0001xi-1r for submit@debbugs.gnu.org; Sat, 27 Feb 2021 05:25:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:48414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFwnC-0001xW-LT for submit@debbugs.gnu.org; Sat, 27 Feb 2021 05:25:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFwnC-0006l4-By for guix-patches@gnu.org; Sat, 27 Feb 2021 05:25:46 -0500 Received: from mout02.posteo.de ([185.67.36.66]:52087) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFwn7-0001CA-DN for guix-patches@gnu.org; Sat, 27 Feb 2021 05:25:46 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5673E2400FB for ; Sat, 27 Feb 2021 11:25:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1614421537; bh=yl/nJdTFfASgGIloZJnb0RO8/Y2oTIrRJPNaVzbr5l0=; h=From:To:Cc:Subject:Date:From; b=sAHeoyN9snRH3V4nqmOT4YoBuX4bvLYEU0UdCoy9N+YARTxPqy94eGiK5hMLdhMn3 DI3IamyGrf68QVb9l6OY2gxGpahl6WArFWuSF2hNRdZxv2+YtcO5+8Sh5/vAEiPXXF O5H2KHCImdy5zQkFY1uO6YN6xInA89qbtmRLU0a6WUHEpeN7rISq05jdQYjdcikktS rbr6r3wNhpaWkC7tGO8bR9vhe+Eu/+t+ghrIWyesaG83dGPU/JQXBlADKDXN6rTWzm P0bScW185c2qLLp1Vm+36l/95n1RKdmcUx/p9IF/53g7o79O6y08+bW46GTkEnrOVk qM1ZJzTHJkNHQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DnjN03LtDz9rxR; Sat, 27 Feb 2021 11:25:36 +0100 (CET) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: libspatialite: Update to 5.0.1. Date: Sat, 27 Feb 2021 11:25:09 +0100 Message-Id: <20210227102509.104693-1-felgru@posteo.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=felgru@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1. --- gnu/packages/geo.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 4747791bdf..bd8dd6b9f7 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2019 Hartmut Goebel ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2020 Christopher Baines -;;; Copyright © 2020 Felix Gruber +;;; Copyright © 2020, 2021 Felix Gruber ;;; Copyright © 2021 Sharlatan Hellseher ;;; ;;; This file is part of GNU Guix. @@ -424,7 +424,7 @@ writing GeoTIFF information tags.") (define-public libspatialite (package (name "libspatialite") - (version "5.0.0") + (version "5.0.1") (source (origin (method url-fetch) @@ -432,7 +432,7 @@ writing GeoTIFF information tags.") version ".tar.gz")) (sha256 (base32 - "1b3dmkgwbfi43hj3jzy2mh707khavrnw91vdd5sv387m8c1dfzvv")))) + "164y82rw2lrp5glfc0rkn7n6xvx5dvlgmh7bb7815067251wkjzf")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) @@ -1723,14 +1723,14 @@ associated attribute file (@file{.dbf}).") (define-public spatialite-tools (package (name "spatialite-tools") - (version "5.0.0") + (version "5.0.1") (source (origin (method url-fetch) (uri (string-append "https://www.gaia-gis.it/gaia-sins/" "spatialite-tools-" version ".tar.gz")) (sha256 - (base32 "0ckddgdpxhy6vkpr9q2hnx5qmanrd8g4pqnifbrq1i5jrj82s2dd")))) + (base32 "070p6pg541wvwb28wkn7k0z1qdyirik2qc2jpj4pf0vzx02w414n")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 27 06:21:53 2021 Received: (at 46809-done) by debbugs.gnu.org; 27 Feb 2021 11:21:53 +0000 Received: from localhost ([127.0.0.1]:43237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFxfV-0003J1-2m for submit@debbugs.gnu.org; Sat, 27 Feb 2021 06:21:53 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:56843) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFxfT-0003Io-9S for 46809-done@debbugs.gnu.org; Sat, 27 Feb 2021 06:21:51 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 7EFB9240004; Sat, 27 Feb 2021 11:21:44 +0000 (UTC) From: Nicolas Goaziou To: Felix Gruber Subject: Re: [bug#46809] [PATCH] gnu: libspatialite: Update to 5.0.1. References: <20210227102509.104693-1-felgru@posteo.net> Date: Sat, 27 Feb 2021 12:21:41 +0100 In-Reply-To: <20210227102509.104693-1-felgru@posteo.net> (Felix Gruber's message of "Sat, 27 Feb 2021 11:25:09 +0100") Message-ID: <87im6d3ge2.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46809-done Cc: 46809-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Felix Gruber writes: > * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to > 5.0.1. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Sat Jun 14 03:48:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 27 Mar 2021 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator