Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: osm2pgsql-1.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19637@inbox.vuxu.org>
@ 2020-07-24  4:32 ` Nyx70
  2020-07-28  9:05 ` Nyx70
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Nyx70 @ 2020-07-24  4:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages osm2pgsql
https://github.com/void-linux/void-packages/pull/19637

New package: osm2pgsql-1.2.1


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

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

From 51ca2acfc928179b1d155761f0f1dae5bb35e28d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?N=C3=BDx?= <n.y.x@bluewin.ch>
Date: Sat, 29 Feb 2020 16:35:39 +0100
Subject: [PATCH 1/2] New package: osm2pgsql-1.2.1

---
 srcpkgs/osm2pgsql/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/osm2pgsql/template

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
new file mode 100644
index 00000000000..acca34280c8
--- /dev/null
+++ b/srcpkgs/osm2pgsql/template
@@ -0,0 +1,13 @@
+# Template file for 'osm2pgsql'
+pkgname=osm2pgsql
+version=1.2.1
+revision=1
+build_style=cmake
+hostmakedepends="boost python3 python-psycopg2"
+makedepends="expat-devel proj-devel bzip2-devel zlib-devel boost-devel postgresql-libs-devel lua52-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://github.com/openstreetmap/osm2pgsql"
+distfiles="https://github.com/openstreetmap/${pkgname}/archive/${version}.tar.gz"
+checksum=0d38f5f4264387bd42bd632f37f726aed85a854eb81192be53a13b3d0879c7b9

From 9cfd3fcac77bebf37e40db4fdf14e7ac9bbc679b Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Mon, 29 Jun 2020 06:57:47 +0200
Subject: [PATCH 2/2] osm2pgsql: update to 1.2.2

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

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
index acca34280c8..1003a6a6694 100644
--- a/srcpkgs/osm2pgsql/template
+++ b/srcpkgs/osm2pgsql/template
@@ -1,6 +1,6 @@
 # Template file for 'osm2pgsql'
 pkgname=osm2pgsql
-version=1.2.1
+version=1.2.2
 revision=1
 build_style=cmake
 hostmakedepends="boost python3 python-psycopg2"
@@ -10,4 +10,4 @@ maintainer="Nýx <n.y.x@bluewin.ch>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/openstreetmap/osm2pgsql"
 distfiles="https://github.com/openstreetmap/${pkgname}/archive/${version}.tar.gz"
-checksum=0d38f5f4264387bd42bd632f37f726aed85a854eb81192be53a13b3d0879c7b9
+checksum=fc386fc996f24e67cbfb4963de438b2a80c82c9a46f6ca17ade69c7d562d8680

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

* Re: [PR PATCH] [Updated] New package: osm2pgsql-1.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19637@inbox.vuxu.org>
  2020-07-24  4:32 ` [PR PATCH] [Updated] New package: osm2pgsql-1.2.1 Nyx70
@ 2020-07-28  9:05 ` Nyx70
  2020-07-28 21:11 ` Chocimier
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Nyx70 @ 2020-07-28  9:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages osm2pgsql
https://github.com/void-linux/void-packages/pull/19637

New package: osm2pgsql-1.2.1


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

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

From d83deda13481f08d2440fcaa38a3dd3877331893 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?N=C3=BDx?= <n.y.x@bluewin.ch>
Date: Sat, 29 Feb 2020 16:35:39 +0100
Subject: [PATCH 1/3] New package: osm2pgsql-1.2.1

---
 srcpkgs/osm2pgsql/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/osm2pgsql/template

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
new file mode 100644
index 00000000000..acca34280c8
--- /dev/null
+++ b/srcpkgs/osm2pgsql/template
@@ -0,0 +1,13 @@
+# Template file for 'osm2pgsql'
+pkgname=osm2pgsql
+version=1.2.1
+revision=1
+build_style=cmake
+hostmakedepends="boost python3 python-psycopg2"
+makedepends="expat-devel proj-devel bzip2-devel zlib-devel boost-devel postgresql-libs-devel lua52-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://github.com/openstreetmap/osm2pgsql"
+distfiles="https://github.com/openstreetmap/${pkgname}/archive/${version}.tar.gz"
+checksum=0d38f5f4264387bd42bd632f37f726aed85a854eb81192be53a13b3d0879c7b9

From 23e968e503d200386882b6e8643841870ba95b9e Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Mon, 29 Jun 2020 06:57:47 +0200
Subject: [PATCH 2/3] osm2pgsql: update to 1.2.2

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

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
index acca34280c8..1003a6a6694 100644
--- a/srcpkgs/osm2pgsql/template
+++ b/srcpkgs/osm2pgsql/template
@@ -1,6 +1,6 @@
 # Template file for 'osm2pgsql'
 pkgname=osm2pgsql
-version=1.2.1
+version=1.2.2
 revision=1
 build_style=cmake
 hostmakedepends="boost python3 python-psycopg2"
@@ -10,4 +10,4 @@ maintainer="Nýx <n.y.x@bluewin.ch>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/openstreetmap/osm2pgsql"
 distfiles="https://github.com/openstreetmap/${pkgname}/archive/${version}.tar.gz"
-checksum=0d38f5f4264387bd42bd632f37f726aed85a854eb81192be53a13b3d0879c7b9
+checksum=fc386fc996f24e67cbfb4963de438b2a80c82c9a46f6ca17ade69c7d562d8680

From 0697d2fe20f814dfc227a29025138e4d5d26a41d Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Tue, 28 Jul 2020 11:05:18 +0200
Subject: [PATCH 3/3] osm2pgsql: update to 1.3.0

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

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
index 1003a6a6694..aba55690852 100644
--- a/srcpkgs/osm2pgsql/template
+++ b/srcpkgs/osm2pgsql/template
@@ -1,6 +1,6 @@
 # Template file for 'osm2pgsql'
 pkgname=osm2pgsql
-version=1.2.2
+version=1.3.0
 revision=1
 build_style=cmake
 hostmakedepends="boost python3 python-psycopg2"
@@ -10,4 +10,4 @@ maintainer="Nýx <n.y.x@bluewin.ch>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/openstreetmap/osm2pgsql"
 distfiles="https://github.com/openstreetmap/${pkgname}/archive/${version}.tar.gz"
-checksum=fc386fc996f24e67cbfb4963de438b2a80c82c9a46f6ca17ade69c7d562d8680
+checksum=1c0f229047491cf7d054c6f8fcb846eb3163c336340fa82035e19cc2bb7f0179

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

* Re: New package: osm2pgsql-1.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19637@inbox.vuxu.org>
  2020-07-24  4:32 ` [PR PATCH] [Updated] New package: osm2pgsql-1.2.1 Nyx70
  2020-07-28  9:05 ` Nyx70
@ 2020-07-28 21:11 ` Chocimier
  2020-07-29  3:36 ` [PR PATCH] [Updated] " Nyx70
  2020-07-29 17:57 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-07-28 21:11 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/19637#issuecomment-665285519

Comment:
Please [fixup](https://git-scm.com/docs/git-rebase#_interactive_mode) commits into one.

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

* Re: [PR PATCH] [Updated] New package: osm2pgsql-1.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19637@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-28 21:11 ` Chocimier
@ 2020-07-29  3:36 ` Nyx70
  2020-07-29 17:57 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 5+ messages in thread
From: Nyx70 @ 2020-07-29  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages osm2pgsql
https://github.com/void-linux/void-packages/pull/19637

New package: osm2pgsql-1.2.1


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

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

From c81f2f2f8da959b9668e7849f95a080a3a6009c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?N=C3=BDx?= <n.y.x@bluewin.ch>
Date: Sat, 29 Feb 2020 16:35:39 +0100
Subject: [PATCH] New package: osm2pgsql-1.3.0

---
 srcpkgs/osm2pgsql/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/osm2pgsql/template

diff --git a/srcpkgs/osm2pgsql/template b/srcpkgs/osm2pgsql/template
new file mode 100644
index 00000000000..aba55690852
--- /dev/null
+++ b/srcpkgs/osm2pgsql/template
@@ -0,0 +1,13 @@
+# Template file for 'osm2pgsql'
+pkgname=osm2pgsql
+version=1.3.0
+revision=1
+build_style=cmake
+hostmakedepends="boost python3 python-psycopg2"
+makedepends="expat-devel proj-devel bzip2-devel zlib-devel boost-devel postgresql-libs-devel lua52-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://github.com/openstreetmap/osm2pgsql"
+distfiles="https://github.com/openstreetmap/${pkgname}/archive/${version}.tar.gz"
+checksum=1c0f229047491cf7d054c6f8fcb846eb3163c336340fa82035e19cc2bb7f0179

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

* Re: [PR PATCH] [Merged]: New package: osm2pgsql-1.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19637@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-07-29  3:36 ` [PR PATCH] [Updated] " Nyx70
@ 2020-07-29 17:57 ` Chocimier
  4 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-07-29 17:57 UTC (permalink / raw)
  To: ml

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

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

New package: osm2pgsql-1.2.1
https://github.com/void-linux/void-packages/pull/19637

Description:


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

end of thread, other threads:[~2020-07-29 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19637@inbox.vuxu.org>
2020-07-24  4:32 ` [PR PATCH] [Updated] New package: osm2pgsql-1.2.1 Nyx70
2020-07-28  9:05 ` Nyx70
2020-07-28 21:11 ` Chocimier
2020-07-29  3:36 ` [PR PATCH] [Updated] " Nyx70
2020-07-29 17:57 ` [PR PATCH] [Merged]: " Chocimier

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).