~alpine/aports

Bump proj4 version from 5.2.0 to 6.0.0 v1 PROPOSED

Kelvin Nicholson: 1
 Bump proj4 version from 5.2.0 to 6.0.0

 1 files changed, 1 insertions(+), 1 deletions(-)
Hi Kevin,

Thank you for the reply here - I promptly sent in a new patch.

Can you advise if it is preferable to send in patches via the mailing list,
or as a pull request on GitHub? I’d love to both get this package updated,
as well as potentially help out more.

Kind regards,

Kelvin

On Tue, 7 May 2019 at 8:51 pm, Kevin Daudt <kdaudt@alpinelinux.org> wrote:
Next
Milan P. Stanić <mps@arvanta.net>
Hi,

I see this pull request https://github.com/alpinelinux/aports/pull/7972

Could this patch then be closed because PR on github looks newer?

On Mon, 2019-05-20 at 07:51, Kelvin Nicholson wrote:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/676/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] Bump proj4 version from 5.2.0 to 6.0.0 Export this patch

From: Kelvin Nicholson <kelvin@kelvinism.com>

---
 testing/proj4/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD
index e6e6240..9b4d05c 100644
--- a/testing/proj4/APKBUILD
+++ b/testing/proj4/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=proj4
pkgver=5.2.0
pkgver=6.0.0
pkgrel=0
pkgdesc="PROJ.4 - Cartographic Projections Library"
url="https://trac.osgeo.org/proj/"
-- 
2.18.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

Hello Kelvin,

You need to update the checksums as well (use abuild checksum to
automatically generate them).

Kind regards, Kevin

On Tue, May 07, 2019 at 06:41:23PM +1000, Kelvin Nicholson wrote: