Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] osm2pgsql: update to 1.5.2.
@ 2022-01-11 13:16 boson-at
  2022-01-20  1:20 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: boson-at @ 2022-01-11 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is a new pull request by boson-at against master on the void-packages repository

https://github.com/boson-at/void-packages osm2pgsql
https://github.com/void-linux/void-packages/pull/34993

osm2pgsql: update to 1.5.2.

#### Testing the changes
- I tested the changes in this PR: YES


A patch file from https://github.com/void-linux/void-packages/pull/34993.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osm2pgsql-34993.patch --]
[-- Type: text/x-diff, Size: 979 bytes --]

From 75047ff52e06a311c1619fa4883c6d5a45b9fb9b Mon Sep 17 00:00:00 2001
From: boson-at <boson@gmx.at>
Date: Tue, 11 Jan 2022 14:14:14 +0100
Subject: [PATCH] osm2pgsql: update to 1.5.2.

---
 srcpkgs/osm2pgsql/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
index 9698f63059b6..64841d9e8ff7 100644
--- a/srcpkgs/osm2pgsql/template
+++ b/srcpkgs/osm2pgsql/template
@@ -1,6 +1,6 @@
 # Template file for 'osm2pgsql'
 pkgname=osm2pgsql
-version=1.5.1
+version=1.5.2
 revision=1
 build_style=cmake
 hostmakedepends="boost python3 python3-psycopg2"
@@ -11,4 +11,4 @@ maintainer="Nýx <n.y.x@bluewin.ch>"
 license="GPL-3.0-or-later"
 homepage="https://osm2pgsql.org"
 distfiles="https://github.com/openstreetmap/osm2pgsql/archive/${version}.tar.gz"
-checksum=4df0d332e5d77a9d363f2f06f199da0ac23a0dc7890b3472ea1b5123ac363f6e
+checksum=4af0b925180ead2710eb68af28f70c91a81fb21dde5f80659d78e9fd14cf52cc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] osm2pgsql: update to 1.5.2.
  2022-01-11 13:16 [PR PATCH] osm2pgsql: update to 1.5.2 boson-at
@ 2022-01-20  1:20 ` paper42
  2022-01-20  5:42 ` [PR PATCH] [Updated] " boson-at
  2022-01-20  9:34 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-01-20  1:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34993#discussion_r788275561

Comment:
```suggestion
hostmakedepends="boost python3-psycopg2"
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] osm2pgsql: update to 1.5.2.
  2022-01-11 13:16 [PR PATCH] osm2pgsql: update to 1.5.2 boson-at
  2022-01-20  1:20 ` [PR REVIEW] " paper42
@ 2022-01-20  5:42 ` boson-at
  2022-01-20  9:34 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: boson-at @ 2022-01-20  5:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

There is an updated pull request by boson-at against master on the void-packages repository

https://github.com/boson-at/void-packages osm2pgsql
https://github.com/void-linux/void-packages/pull/34993

osm2pgsql: update to 1.5.2.

#### Testing the changes
- I tested the changes in this PR: YES


A patch file from https://github.com/void-linux/void-packages/pull/34993.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osm2pgsql-34993.patch --]
[-- Type: text/x-diff, Size: 1216 bytes --]

From a90720b332d7065b536aafa82c757a9ee3f21aa3 Mon Sep 17 00:00:00 2001
From: boson-at <boson@gmx.at>
Date: Tue, 11 Jan 2022 14:14:14 +0100
Subject: [PATCH] osm2pgsql: update to 1.5.2.

---
 srcpkgs/osm2pgsql/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
index 9698f63059b6..e0946e9c56f3 100644
--- a/srcpkgs/osm2pgsql/template
+++ b/srcpkgs/osm2pgsql/template
@@ -1,14 +1,14 @@
 # Template file for 'osm2pgsql'
 pkgname=osm2pgsql
-version=1.5.1
+version=1.5.2
 revision=1
 build_style=cmake
-hostmakedepends="boost python3 python3-psycopg2"
+hostmakedepends="boost"
 makedepends="expat-devel proj-devel bzip2-devel zlib-devel boost-devel
- postgresql-libs-devel lua52-devel"
+ postgresql-libs-devel lua53-devel"
 short_desc="Tool for loading OpenStreetMap data into a PostgreSQL database"
 maintainer="Nýx <n.y.x@bluewin.ch>"
 license="GPL-3.0-or-later"
 homepage="https://osm2pgsql.org"
 distfiles="https://github.com/openstreetmap/osm2pgsql/archive/${version}.tar.gz"
-checksum=4df0d332e5d77a9d363f2f06f199da0ac23a0dc7890b3472ea1b5123ac363f6e
+checksum=4af0b925180ead2710eb68af28f70c91a81fb21dde5f80659d78e9fd14cf52cc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: osm2pgsql: update to 1.5.2.
  2022-01-11 13:16 [PR PATCH] osm2pgsql: update to 1.5.2 boson-at
  2022-01-20  1:20 ` [PR REVIEW] " paper42
  2022-01-20  5:42 ` [PR PATCH] [Updated] " boson-at
@ 2022-01-20  9:34 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-01-20  9:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

There's a merged pull request on the void-packages repository

osm2pgsql: update to 1.5.2.
https://github.com/void-linux/void-packages/pull/34993

Description:

#### Testing the changes
- I tested the changes in this PR: YES


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-20  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 13:16 [PR PATCH] osm2pgsql: update to 1.5.2 boson-at
2022-01-20  1:20 ` [PR REVIEW] " paper42
2022-01-20  5:42 ` [PR PATCH] [Updated] " boson-at
2022-01-20  9:34 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).