From unknown Fri Sep 12 06:31:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Feb 2023 10:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61422 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61422@debbugs.gnu.org Cc: Felix Gruber X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167611024416479 (code B ref -1); Sat, 11 Feb 2023 10:11:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 10:10:44 +0000 Received: from localhost ([127.0.0.1]:38934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmqC-0004Hi-E3 for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:10:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:57610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmqA-0004Hb-Ao for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:10:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQmq9-0006E4-RP for guix-patches@gnu.org; Sat, 11 Feb 2023 05:10:42 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQmq8-0000po-1J for guix-patches@gnu.org; Sat, 11 Feb 2023 05:10:41 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 252A22407D5 for ; Sat, 11 Feb 2023 11:10:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1676110237; bh=/O0uQGkjWTO4YZAknpahUUogS2xftzqtpTlTCNmcjA4=; h=From:To:Cc:Subject:Date:From; b=CTS3Z4e4D/jJiaqU10RgytoWOuCjxaE/yguaIMaKF5FLQXXyCGZAC/Mi7RD7RwYet 66l/CREjfrHTpK6J+EkBvSgcU0KtLLRvm8bf6+Q7Wekl3+8JvDbuDaDtjLSs8l/thF AM+F1e4F2Z7Q38C00HOigyh7zA/2/svDWFmk+3CKg2+7u9iriGONnUUOqSPDbN2BN2 6EM3sNeN4MhgJoTjQmaOIw40NCGiEnbzWkXj50d8gGRAtVblhtH4u3XWi6n464Wxrg DHBao5fKclMHBiBaLBMOkKSXusLH+O2Vw++0103rjiVdJgRet74indATNkhs4ODtFf HidRVWViZ1cTg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PDRF82zxcz9rxH; Sat, 11 Feb 2023 11:10:36 +0100 (CET) From: Felix Gruber Date: Sat, 11 Feb 2023 10:10:25 +0000 Message-Id: <20230211101025.72409-1-felgru@posteo.net> MIME-Version: 1.0 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_H2=-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-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: -2.3 (--) * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0. [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql 1.8.0 does not use rapidjson anymore. [inputs]: Remove rapidjson. --- gnu/packages/geo.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 097ced33e1..b9a617c009 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1415,7 +1415,7 @@ (define-public osmium-tool (define-public osm2pgsql (package (name "osm2pgsql") - (version "1.7.0") + (version "1.8.0") (source (origin (method git-fetch) @@ -1424,7 +1424,7 @@ (define-public osm2pgsql (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "15fxr4xq7siy237763l7nswx7v0swr3qzs2h3zkjzgvajw4p6qii")) + (base32 "0ssz7ny4wx8dzl3027p37xc5h7m1aj6bzxzdc6g8fbp7q57ykvxz")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. @@ -1435,8 +1435,7 @@ (define-public osm2pgsql #:configure-flags (list "-DEXTERNAL_LIBOSMIUM=ON" "-DEXTERNAL_PROTOZERO=ON" - "-DEXTERNAL_FMT=ON" - "-DEXTERNAL_RAPIDJSON=ON"))) + "-DEXTERNAL_FMT=ON"))) (inputs (list boost bzip2 @@ -1447,7 +1446,6 @@ (define-public osm2pgsql postgresql proj protozero - rapidjson zlib)) (native-inputs (list python python-psycopg2)) -- 2.39.1 From unknown Fri Sep 12 06:31:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 13 Feb 2023 18:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61422 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Felix Gruber Cc: 61422-done@debbugs.gnu.org, 61422@debbugs.gnu.org X-Debbugs-Original-Cc: 61422-done@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167631466315309 (code B ref -1); Mon, 13 Feb 2023 18:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Feb 2023 18:57:43 +0000 Received: from localhost ([127.0.0.1]:51596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRe1G-0003yq-TR for submit@debbugs.gnu.org; Mon, 13 Feb 2023 13:57:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:51610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRe1D-0003yg-UC for submit@debbugs.gnu.org; Mon, 13 Feb 2023 13:57:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRe1D-000277-MR for guix-patches@gnu.org; Mon, 13 Feb 2023 13:57:39 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRe1C-0002i3-9i for guix-patches@gnu.org; Mon, 13 Feb 2023 13:57:39 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 5CB71166CF; Mon, 13 Feb 2023 18:57:37 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 23157ba3; Mon, 13 Feb 2023 18:57:36 +0000 (UTC) References: <20230211101025.72409-1-felgru@posteo.net> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines Date: Mon, 13 Feb 2023 18:56:51 +0000 In-reply-to: <20230211101025.72409-1-felgru@posteo.net> Message-ID: <87ttzp1jhb.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) --=-=-= Content-Type: text/plain Felix Gruber writes: > * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0. > [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql > 1.8.0 does not use rapidjson anymore. > [inputs]: Remove rapidjson. > --- > gnu/packages/geo.scm | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) Thanks! Pushed to master as 54cd2049e862f460a6add2430230f2c9c109a52d. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPqiCBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdZjw/7BF4SGUXu+zcyXXFe4kvnkDRcC1Snm+vU r/2xpLNM+bQc92XygPK0Xq1y5AGFRqeoPx0zWVBiip+SPOySGz6/sa+6X0kC5Cwk yETUrjrzr5pP4xu2A7JgcbhSth+iyHNgDb+E55NqL7iV6KDviD8cYa/uJf3i655M wea5kXEGQB8yIQuzmHtPszjyepvYaFZBAZ4+o2V1dQAwK/MEU7HXcOLne1RhqZHC MOcHq6vZxMfSJeRb5uqoS1batriXUrpxDTZWt4ZkPPQ3yL/SWtLooBrfF4pQRzWx EGRhk6AziSytsXsYKL72P5HurunrY+7gV5wWxxq8kZdQQeKOz46gW8CpfckC2tcd ckFo7VGVpE7E2OVJ7FDBVZxMWLNdyjJ/zbZCm8qd1nUvYkaR1r1A1K9Nppc5mrTN oyjUrplZEbTlbNOmz83hxI3DjABrqnFSo59ll7/PEB3xS7Jyn9nKiZA/022TuKsL 71ntTd+cA2FZpKpTZkVfwqEgB+cuQ9XgRdRFca3fZ6eQYkAbipxgkrEqSw2P1xyy bldo4cWym0XthSx7SmVUXVVM/W9Aet+uldpFXSuHZeiSXiQ7D6SHsHBXOVUFSnPH R5G6wsSnd7j35R+pAfI8/gppgubEdQEJEw+UsDBzb8CZ9gEFVXc8u1R4NW29U98l JM4THIgx0iU= =qVvG -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 12 06:31:00 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Felix Gruber Subject: bug#61422: closed (Re: [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0.) Message-ID: References: <87ttzp1jhb.fsf@cbaines.net> <20230211101025.72409-1-felgru@posteo.net> X-Gnu-PR-Message: they-closed 61422 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61422@debbugs.gnu.org Date: Mon, 13 Feb 2023 18:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1676314682-15346-1" This is a multi-part message in MIME format... ------------=_1676314682-15346-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61422: [PATCH] gnu: osm2pgsql: Update to 1.8.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 61422@debbugs.gnu.org. --=20 61422: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61422 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1676314682-15346-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 61422-done) by debbugs.gnu.org; 13 Feb 2023 18:57:39 +0000 Received: from localhost ([127.0.0.1]:51593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRe1D-0003ya-KI for submit@debbugs.gnu.org; Mon, 13 Feb 2023 13:57:39 -0500 Received: from mira.cbaines.net ([212.71.252.8]:42232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRe1B-0003yS-Qh for 61422-done@debbugs.gnu.org; Mon, 13 Feb 2023 13:57:38 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 5CB71166CF; Mon, 13 Feb 2023 18:57:37 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 23157ba3; Mon, 13 Feb 2023 18:57:36 +0000 (UTC) References: <20230211101025.72409-1-felgru@posteo.net> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines To: Felix Gruber Subject: Re: [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0. Date: Mon, 13 Feb 2023 18:56:51 +0000 In-reply-to: <20230211101025.72409-1-felgru@posteo.net> Message-ID: <87ttzp1jhb.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 61422-done Cc: 61422-done@debbugs.gnu.org, guix-patches@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.0 (-) --=-=-= Content-Type: text/plain Felix Gruber writes: > * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0. > [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql > 1.8.0 does not use rapidjson anymore. > [inputs]: Remove rapidjson. > --- > gnu/packages/geo.scm | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) Thanks! Pushed to master as 54cd2049e862f460a6add2430230f2c9c109a52d. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPqiCBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdZjw/7BF4SGUXu+zcyXXFe4kvnkDRcC1Snm+vU r/2xpLNM+bQc92XygPK0Xq1y5AGFRqeoPx0zWVBiip+SPOySGz6/sa+6X0kC5Cwk yETUrjrzr5pP4xu2A7JgcbhSth+iyHNgDb+E55NqL7iV6KDviD8cYa/uJf3i655M wea5kXEGQB8yIQuzmHtPszjyepvYaFZBAZ4+o2V1dQAwK/MEU7HXcOLne1RhqZHC MOcHq6vZxMfSJeRb5uqoS1batriXUrpxDTZWt4ZkPPQ3yL/SWtLooBrfF4pQRzWx EGRhk6AziSytsXsYKL72P5HurunrY+7gV5wWxxq8kZdQQeKOz46gW8CpfckC2tcd ckFo7VGVpE7E2OVJ7FDBVZxMWLNdyjJ/zbZCm8qd1nUvYkaR1r1A1K9Nppc5mrTN oyjUrplZEbTlbNOmz83hxI3DjABrqnFSo59ll7/PEB3xS7Jyn9nKiZA/022TuKsL 71ntTd+cA2FZpKpTZkVfwqEgB+cuQ9XgRdRFca3fZ6eQYkAbipxgkrEqSw2P1xyy bldo4cWym0XthSx7SmVUXVVM/W9Aet+uldpFXSuHZeiSXiQ7D6SHsHBXOVUFSnPH R5G6wsSnd7j35R+pAfI8/gppgubEdQEJEw+UsDBzb8CZ9gEFVXc8u1R4NW29U98l JM4THIgx0iU= =qVvG -----END PGP SIGNATURE----- --=-=-=-- ------------=_1676314682-15346-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 10:10:44 +0000 Received: from localhost ([127.0.0.1]:38934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmqC-0004Hi-E3 for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:10:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:57610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmqA-0004Hb-Ao for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:10:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQmq9-0006E4-RP for guix-patches@gnu.org; Sat, 11 Feb 2023 05:10:42 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQmq8-0000po-1J for guix-patches@gnu.org; Sat, 11 Feb 2023 05:10:41 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 252A22407D5 for ; Sat, 11 Feb 2023 11:10:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1676110237; bh=/O0uQGkjWTO4YZAknpahUUogS2xftzqtpTlTCNmcjA4=; h=From:To:Cc:Subject:Date:From; b=CTS3Z4e4D/jJiaqU10RgytoWOuCjxaE/yguaIMaKF5FLQXXyCGZAC/Mi7RD7RwYet 66l/CREjfrHTpK6J+EkBvSgcU0KtLLRvm8bf6+Q7Wekl3+8JvDbuDaDtjLSs8l/thF AM+F1e4F2Z7Q38C00HOigyh7zA/2/svDWFmk+3CKg2+7u9iriGONnUUOqSPDbN2BN2 6EM3sNeN4MhgJoTjQmaOIw40NCGiEnbzWkXj50d8gGRAtVblhtH4u3XWi6n464Wxrg DHBao5fKclMHBiBaLBMOkKSXusLH+O2Vw++0103rjiVdJgRet74indATNkhs4ODtFf HidRVWViZ1cTg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PDRF82zxcz9rxH; Sat, 11 Feb 2023 11:10:36 +0100 (CET) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: osm2pgsql: Update to 1.8.0. Date: Sat, 11 Feb 2023 10:10:25 +0000 Message-Id: <20230211101025.72409-1-felgru@posteo.net> MIME-Version: 1.0 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_H2=-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: -2.3 (--) * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0. [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql 1.8.0 does not use rapidjson anymore. [inputs]: Remove rapidjson. --- gnu/packages/geo.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 097ced33e1..b9a617c009 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1415,7 +1415,7 @@ (define-public osmium-tool (define-public osm2pgsql (package (name "osm2pgsql") - (version "1.7.0") + (version "1.8.0") (source (origin (method git-fetch) @@ -1424,7 +1424,7 @@ (define-public osm2pgsql (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "15fxr4xq7siy237763l7nswx7v0swr3qzs2h3zkjzgvajw4p6qii")) + (base32 "0ssz7ny4wx8dzl3027p37xc5h7m1aj6bzxzdc6g8fbp7q57ykvxz")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. @@ -1435,8 +1435,7 @@ (define-public osm2pgsql #:configure-flags (list "-DEXTERNAL_LIBOSMIUM=ON" "-DEXTERNAL_PROTOZERO=ON" - "-DEXTERNAL_FMT=ON" - "-DEXTERNAL_RAPIDJSON=ON"))) + "-DEXTERNAL_FMT=ON"))) (inputs (list boost bzip2 @@ -1447,7 +1446,6 @@ (define-public osm2pgsql postgresql proj protozero - rapidjson zlib)) (native-inputs (list python python-psycopg2)) -- 2.39.1 ------------=_1676314682-15346-1--