Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] proj: update to 9.5.0.
@ 2024-11-10 14:59 ar-jan
  2024-12-01 13:41 ` [PR PATCH] [Updated] " ar-jan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ar-jan @ 2024-11-10 14:59 UTC (permalink / raw)
  To: ml

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

There is a new pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages proj
https://github.com/void-linux/void-packages/pull/52983

proj: update to 9.5.0.
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 9a2a023818d906129fcda22ab3b40bc658c74902 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 10 Nov 2024 14:06:29 +0100
Subject: [PATCH] proj: update to 9.5.0.

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

diff --git a/srcpkgs/proj/template b/srcpkgs/proj/template
index b11ff8b9b49269..0f75b2d161413a 100644
--- a/srcpkgs/proj/template
+++ b/srcpkgs/proj/template
@@ -1,6 +1,6 @@
 # Template file for 'proj'
 pkgname=proj
-version=9.4.1
+version=9.5.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://proj.org"
 distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
-checksum=ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
+checksum=659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] proj: update to 9.5.0.
  2024-11-10 14:59 [PR PATCH] proj: update to 9.5.0 ar-jan
@ 2024-12-01 13:41 ` ar-jan
  2025-01-02 13:21 ` proj: update to 9.5.1 Johnnynator
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2024-12-01 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages proj
https://github.com/void-linux/void-packages/pull/52983

proj: update to 9.5.0.
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From f1f1893a84ee5136860f81d24c16e64d8e855dfb Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 10 Nov 2024 14:06:29 +0100
Subject: [PATCH] proj: update to 9.5.1.

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

diff --git a/srcpkgs/proj/template b/srcpkgs/proj/template
index b11ff8b9b49269..0073932453e2e8 100644
--- a/srcpkgs/proj/template
+++ b/srcpkgs/proj/template
@@ -1,6 +1,6 @@
 # Template file for 'proj'
 pkgname=proj
-version=9.4.1
+version=9.5.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://proj.org"
 distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
-checksum=ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
+checksum=a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3
 
 post_install() {
 	vlicense COPYING

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

* Re: proj: update to 9.5.1.
  2024-11-10 14:59 [PR PATCH] proj: update to 9.5.0 ar-jan
  2024-12-01 13:41 ` [PR PATCH] [Updated] " ar-jan
@ 2025-01-02 13:21 ` Johnnynator
  2025-04-03  2:05 ` github-actions
  2025-04-17  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2025-01-02 13:21 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/52983#issuecomment-2567766474

Comment:
I looked into enabling tests for proj in #53750 , they fail on i686 for now, not sure why yet. Upstream usually has their own tests running for 32bit systems (but compiled with `-m32` instead of a dedicated tool chain).

I want to investigate that before updating proj (but I kinda suspect running the tests on `9.4.1` would give us the same results)

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

* Re: proj: update to 9.5.1.
  2024-11-10 14:59 [PR PATCH] proj: update to 9.5.0 ar-jan
  2024-12-01 13:41 ` [PR PATCH] [Updated] " ar-jan
  2025-01-02 13:21 ` proj: update to 9.5.1 Johnnynator
@ 2025-04-03  2:05 ` github-actions
  2025-04-17  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-04-03  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52983#issuecomment-2774138372

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: proj: update to 9.5.1.
  2024-11-10 14:59 [PR PATCH] proj: update to 9.5.0 ar-jan
                   ` (2 preceding siblings ...)
  2025-04-03  2:05 ` github-actions
@ 2025-04-17  2:07 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-04-17  2:07 UTC (permalink / raw)
  To: ml

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

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

proj: update to 9.5.1.
https://github.com/void-linux/void-packages/pull/52983

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


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

end of thread, other threads:[~2025-04-17  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-10 14:59 [PR PATCH] proj: update to 9.5.0 ar-jan
2024-12-01 13:41 ` [PR PATCH] [Updated] " ar-jan
2025-01-02 13:21 ` proj: update to 9.5.1 Johnnynator
2025-04-03  2:05 ` github-actions
2025-04-17  2:07 ` [PR PATCH] [Closed]: " github-actions

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