Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mtxclient: rebuild with json-c++ 3.10.5
@ 2022-06-08 21:25 balejk
  2022-06-10 21:52 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: balejk @ 2022-06-08 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages mtxclient
https://github.com/void-linux/void-packages/pull/37464

mtxclient: rebuild with json-c++ 3.10.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->
---
Closes #37442.

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

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

From 0c8b7c7a996e35cf4e88a2fee427a871e757b76a Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 8 Jun 2022 15:19:12 +0200
Subject: [PATCH] mtxclient: rebuild with json-c++ 3.10.5

---
 srcpkgs/mtxclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
index 952926c7df99..21943d8222db 100644
--- a/srcpkgs/mtxclient/template
+++ b/srcpkgs/mtxclient/template
@@ -1,7 +1,7 @@
 # Template file for 'mtxclient'
 pkgname=mtxclient
 version=0.7.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
 hostmakedepends="pkg-config"

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

* Re: mtxclient: rebuild with json-c++ 3.10.5
  2022-06-08 21:25 [PR PATCH] mtxclient: rebuild with json-c++ 3.10.5 balejk
@ 2022-06-10 21:52 ` paper42
  2022-06-11  5:53 ` [PR PATCH] [Updated] " balejk
  2022-06-11 10:26 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-06-10 21:52 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37464#issuecomment-1152761925

Comment:
could you fix lint?

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

* Re: [PR PATCH] [Updated] mtxclient: rebuild with json-c++ 3.10.5
  2022-06-08 21:25 [PR PATCH] mtxclient: rebuild with json-c++ 3.10.5 balejk
  2022-06-10 21:52 ` paper42
@ 2022-06-11  5:53 ` balejk
  2022-06-11 10:26 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: balejk @ 2022-06-11  5:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages mtxclient
https://github.com/void-linux/void-packages/pull/37464

mtxclient: rebuild with json-c++ 3.10.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->
---
Closes #37442.

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

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

From 68fab5a61a7330df7bf9da4022057690d501c12d Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 8 Jun 2022 15:19:12 +0200
Subject: [PATCH] mtxclient: rebuild with json-c++ 3.10.5

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

diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
index 952926c7df99..01d8454a432d 100644
--- a/srcpkgs/mtxclient/template
+++ b/srcpkgs/mtxclient/template
@@ -1,7 +1,7 @@
 # Template file for 'mtxclient'
 pkgname=mtxclient
 version=0.7.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
 hostmakedepends="pkg-config"
@@ -25,5 +25,5 @@ mtxclient-devel_package() {
 		vmove usr/include
 		vmove usr/lib/cmake
 		vmove "usr/lib/*.so"
- 	}
+	}
 }

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

* Re: [PR PATCH] [Merged]: mtxclient: rebuild with json-c++ 3.10.5
  2022-06-08 21:25 [PR PATCH] mtxclient: rebuild with json-c++ 3.10.5 balejk
  2022-06-10 21:52 ` paper42
  2022-06-11  5:53 ` [PR PATCH] [Updated] " balejk
@ 2022-06-11 10:26 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2022-06-11 10:26 UTC (permalink / raw)
  To: ml

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

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

mtxclient: rebuild with json-c++ 3.10.5
https://github.com/void-linux/void-packages/pull/37464

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->
---
Closes #37442.

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

end of thread, other threads:[~2022-06-11 10:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 21:25 [PR PATCH] mtxclient: rebuild with json-c++ 3.10.5 balejk
2022-06-10 21:52 ` paper42
2022-06-11  5:53 ` [PR PATCH] [Updated] " balejk
2022-06-11 10:26 ` [PR PATCH] [Merged]: " Johnnynator

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