Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] msgpack{,-cxx}: update to 5.0.0.
@ 2023-02-26 17:54 mhmdanas
  2023-02-26 17:56 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2023-02-26 17:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages msgpack-5.0.0
https://github.com/void-linux/void-packages/pull/42463

msgpack{,-cxx}: update to 5.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@Duncaen

<!--
#### 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/42463.patch is attached

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

From f481ae1d1fd2c22293627b186bff094c02c6ccc0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 26 Feb 2023 17:50:24 +0000
Subject: [PATCH 1/2] msgpack: update to 5.0.0.

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

diff --git a/srcpkgs/msgpack/template b/srcpkgs/msgpack/template
index 886b8a3976a8..662ce02a6c8a 100644
--- a/srcpkgs/msgpack/template
+++ b/srcpkgs/msgpack/template
@@ -1,6 +1,6 @@
 # Template file for 'msgpack'
 pkgname=msgpack
-version=4.0.0
+version=5.0.0
 revision=1
 build_style=cmake
 checkdepends="gtest-devel zlib-devel"
@@ -8,9 +8,9 @@ short_desc="Binary-based efficient object serialization library for C"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSL-1.0"
 homepage="https://github.com/msgpack/msgpack-c/tree/c_master"
-changelog="https://github.com/msgpack/msgpack-c/raw/c_master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/c_master/CHANGELOG.md"
 distfiles="https://github.com/msgpack/msgpack-c/releases/download/c-${version}/msgpack-c-${version}.tar.gz"
-checksum=420fe35e7572f2a168d17e660ef981a589c9cbe77faa25eb34a520e1fcc032c8
+checksum=eb6d77f32dbaaae9174d96cacfe02af30bf1ea329c45018074cd95ac6e6fa6e5
 
 msgpack-devel_package() {
 	short_desc+=" - development files"

From 56cc5dcc706c471b106d027d3094ffe21d9780a0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 26 Feb 2023 17:50:27 +0000
Subject: [PATCH 2/2] msgpack-cxx: update to 5.0.0.

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

diff --git a/srcpkgs/msgpack-cxx/template b/srcpkgs/msgpack-cxx/template
index f79d1fcec972..3a7c528d6319 100644
--- a/srcpkgs/msgpack-cxx/template
+++ b/srcpkgs/msgpack-cxx/template
@@ -1,6 +1,6 @@
 # Template file for 'msgpack-cxx'
 pkgname=msgpack-cxx
-version=4.1.1
+version=5.0.0
 revision=1
 build_style=cmake
 makedepends="boost-devel"
@@ -12,7 +12,7 @@ license="BSL-1.0"
 homepage="https://github.com/msgpack/msgpack-c/tree/cpp_master"
 changelog="https://github.com/msgpack/msgpack-c/raw/cpp_master/CHANGELOG.md"
 distfiles="https://github.com/msgpack/msgpack-c/releases/download/cpp-${version}/msgpack-cxx-${version}.tar.gz"
-checksum=8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b
+checksum=80f997575acff12b1b64158ef9dbad4cff32595f985532e16c6ea67e317452d5
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DMSGPACK_BUILD_TESTS=ON"

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

* Re: [PR PATCH] [Updated] msgpack{,-cxx}: update to 5.0.0.
  2023-02-26 17:54 [PR PATCH] msgpack{,-cxx}: update to 5.0.0 mhmdanas
@ 2023-02-26 17:56 ` mhmdanas
  2023-02-26 18:07 ` Duncaen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-02-26 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages msgpack-5.0.0
https://github.com/void-linux/void-packages/pull/42463

msgpack{,-cxx}: update to 5.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@Duncaen

<!--
#### 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/42463.patch is attached

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

From f481ae1d1fd2c22293627b186bff094c02c6ccc0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 26 Feb 2023 17:50:24 +0000
Subject: [PATCH 1/2] msgpack: update to 5.0.0.

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

diff --git a/srcpkgs/msgpack/template b/srcpkgs/msgpack/template
index 886b8a3976a8..662ce02a6c8a 100644
--- a/srcpkgs/msgpack/template
+++ b/srcpkgs/msgpack/template
@@ -1,6 +1,6 @@
 # Template file for 'msgpack'
 pkgname=msgpack
-version=4.0.0
+version=5.0.0
 revision=1
 build_style=cmake
 checkdepends="gtest-devel zlib-devel"
@@ -8,9 +8,9 @@ short_desc="Binary-based efficient object serialization library for C"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSL-1.0"
 homepage="https://github.com/msgpack/msgpack-c/tree/c_master"
-changelog="https://github.com/msgpack/msgpack-c/raw/c_master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/c_master/CHANGELOG.md"
 distfiles="https://github.com/msgpack/msgpack-c/releases/download/c-${version}/msgpack-c-${version}.tar.gz"
-checksum=420fe35e7572f2a168d17e660ef981a589c9cbe77faa25eb34a520e1fcc032c8
+checksum=eb6d77f32dbaaae9174d96cacfe02af30bf1ea329c45018074cd95ac6e6fa6e5
 
 msgpack-devel_package() {
 	short_desc+=" - development files"

From ec453ad2b62c78145671b41c6deeff7542106828 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 26 Feb 2023 17:50:27 +0000
Subject: [PATCH 2/2] msgpack-cxx: update to 5.0.0.

---
 srcpkgs/msgpack-cxx/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/msgpack-cxx/template b/srcpkgs/msgpack-cxx/template
index f79d1fcec972..729488268d44 100644
--- a/srcpkgs/msgpack-cxx/template
+++ b/srcpkgs/msgpack-cxx/template
@@ -1,18 +1,18 @@
 # Template file for 'msgpack-cxx'
 pkgname=msgpack-cxx
-version=4.1.1
+version=5.0.0
 revision=1
 build_style=cmake
 makedepends="boost-devel"
-checkdepends="gtest-devel zlib-devel"
 depends="boost-devel"
+checkdepends="gtest-devel zlib-devel"
 short_desc="Binary-based efficient object serialization library for C++"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSL-1.0"
 homepage="https://github.com/msgpack/msgpack-c/tree/cpp_master"
-changelog="https://github.com/msgpack/msgpack-c/raw/cpp_master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/CHANGELOG.md"
 distfiles="https://github.com/msgpack/msgpack-c/releases/download/cpp-${version}/msgpack-cxx-${version}.tar.gz"
-checksum=8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b
+checksum=80f997575acff12b1b64158ef9dbad4cff32595f985532e16c6ea67e317452d5
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DMSGPACK_BUILD_TESTS=ON"

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

* Re: msgpack{,-cxx}: update to 5.0.0.
  2023-02-26 17:54 [PR PATCH] msgpack{,-cxx}: update to 5.0.0 mhmdanas
  2023-02-26 17:56 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-02-26 18:07 ` Duncaen
  2023-02-26 18:13 ` mhmdanas
  2023-03-13 21:53 ` [PR PATCH] [Closed]: " mhmdanas
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-02-26 18:07 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/42463#issuecomment-1445422696

Comment:
Have you tested this by rebuilding packages that depend on msgpack{,-cxx}?

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

* Re: msgpack{,-cxx}: update to 5.0.0.
  2023-02-26 17:54 [PR PATCH] msgpack{,-cxx}: update to 5.0.0 mhmdanas
  2023-02-26 17:56 ` [PR PATCH] [Updated] " mhmdanas
  2023-02-26 18:07 ` Duncaen
@ 2023-02-26 18:13 ` mhmdanas
  2023-03-13 21:53 ` [PR PATCH] [Closed]: " mhmdanas
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-02-26 18:13 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42463#issuecomment-1445424397

Comment:
@Duncaen I've built and ran both neovim and pymol (though pymol needed a small edit to its template so that it could even show a GUI). More thorough testing may be a good idea though.

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

* Re: [PR PATCH] [Closed]: msgpack{,-cxx}: update to 5.0.0.
  2023-02-26 17:54 [PR PATCH] msgpack{,-cxx}: update to 5.0.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-02-26 18:13 ` mhmdanas
@ 2023-03-13 21:53 ` mhmdanas
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-13 21:53 UTC (permalink / raw)
  To: ml

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

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

msgpack{,-cxx}: update to 5.0.0.
https://github.com/void-linux/void-packages/pull/42463

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

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

@Duncaen

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2023-03-13 21:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 17:54 [PR PATCH] msgpack{,-cxx}: update to 5.0.0 mhmdanas
2023-02-26 17:56 ` [PR PATCH] [Updated] " mhmdanas
2023-02-26 18:07 ` Duncaen
2023-02-26 18:13 ` mhmdanas
2023-03-13 21:53 ` [PR PATCH] [Closed]: " mhmdanas

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