Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgmetrics: update to 1.16.0.
@ 2023-10-06 17:22 arete
  2023-11-08 20:54 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 3+ messages in thread
From: arete @ 2023-10-06 17:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages pgmetrics
https://github.com/void-linux/void-packages/pull/46486

pgmetrics: update to 1.16.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8f403162967534611f028a45c8b1ebab883392da Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Fri, 6 Oct 2023 19:17:13 +0200
Subject: [PATCH] pgmetrics: update to 1.16.0.

---
 srcpkgs/pgmetrics/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template
index 38a107da98648..fcd6f02711209 100644
--- a/srcpkgs/pgmetrics/template
+++ b/srcpkgs/pgmetrics/template
@@ -1,7 +1,7 @@
 # Template file for 'pgmetrics'
 pkgname=pgmetrics
-version=1.15.0
-revision=2
+version=1.16.0
+revision=1
 build_style=go
 go_import_path="github.com/rapidloop/pgmetrics"
 go_package="./cmd/pgmetrics"
@@ -10,7 +10,7 @@ maintainer="Gerardo Di iorio <arete74@gmail.com>"
 license="Apache-2.0"
 homepage="https://pgmetrics.io"
 distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
-checksum=2975c4c5fbc8ebffeeb4afa0fd783bef60b3034c8d882d7e6d630ed5af803018
+checksum=59c9c32be979071bb029bf21e4cfe7c8fd81f5ff8c8967e7e67fe30f3c4aa23e
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Merged]: pgmetrics: update to 1.16.0.
  2023-10-06 17:22 [PR PATCH] pgmetrics: update to 1.16.0 arete
@ 2023-11-08 20:54 ` Chocimier
  0 siblings, 0 replies; 3+ messages in thread
From: Chocimier @ 2023-11-08 20:54 UTC (permalink / raw)
  To: ml

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

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

pgmetrics: update to 1.16.0.
https://github.com/void-linux/void-packages/pull/46486

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] pgmetrics: update to 1.16.0.
@ 2023-10-05 13:12 tsndqst
  0 siblings, 0 replies; 3+ messages in thread
From: tsndqst @ 2023-10-05 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsndqst/void-packages pgmetrics-ldflags
https://github.com/void-linux/void-packages/pull/46445

pgmetrics: update to 1.16.0.
I changed the template so now pgmetrics shows the version string.
```
$ pgmetrics -V
pgmetrics 1.16.0
```

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

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From cce3b3db96b5ca65eca5c15b3909ed8eb395294e Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 9 Mar 2023 20:35:48 -0600
Subject: [PATCH] pgmetrics: update to 1.16.0.

---
 srcpkgs/pgmetrics/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template
index 38a107da98648..8f32a4d37e230 100644
--- a/srcpkgs/pgmetrics/template
+++ b/srcpkgs/pgmetrics/template
@@ -1,16 +1,17 @@
 # Template file for 'pgmetrics'
 pkgname=pgmetrics
-version=1.15.0
-revision=2
+version=1.16.0
+revision=1
 build_style=go
 go_import_path="github.com/rapidloop/pgmetrics"
 go_package="./cmd/pgmetrics"
+go_ldflags="-X main.version=${version} -extldflags '-static'"
 short_desc="Collect and display statistics from running Postgresql"
 maintainer="Gerardo Di iorio <arete74@gmail.com>"
 license="Apache-2.0"
 homepage="https://pgmetrics.io"
 distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
-checksum=2975c4c5fbc8ebffeeb4afa0fd783bef60b3034c8d882d7e6d630ed5af803018
+checksum=59c9c32be979071bb029bf21e4cfe7c8fd81f5ff8c8967e7e67fe30f3c4aa23e
 
 post_install() {
 	vdoc README.md

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

end of thread, other threads:[~2023-11-08 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06 17:22 [PR PATCH] pgmetrics: update to 1.16.0 arete
2023-11-08 20:54 ` [PR PATCH] [Merged]: " Chocimier
  -- strict thread matches above, loose matches on Subject: below --
2023-10-05 13:12 [PR PATCH] " tsndqst

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