Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jsoncpp: update to 1.9.5.
@ 2022-11-24  7:01 skmpz
  2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: skmpz @ 2022-11-24  7:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/40722

jsoncpp: update to 1.9.5.
<!-- 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/40722.patch is attached

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

From 5a8b07748d13977d829298183b1d48a6ae582593 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Nov 2022 10:09:08 +0400
Subject: [PATCH 01/10] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6acbb4097f0b..41266361cd80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1324,7 +1324,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.7 re2-2020.06.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb..d8cd9383d9e0 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,14 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
-distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
+distfiles="https://github.com/open-source-parsers/jsoncpp/archive/${version}.tar.gz"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
 

From f30755204d8ee13642a2e805b1531a0354fd9af3 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 02/10] cmake: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 5f1f495dbea2..5a9fe0424835 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 2a5dde6751ca4a909f9ad5a5bff3b2303892e12d Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 03/10] cmake-gui: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 552659347473..8acaa0225d24 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 377f8989a63f1662411cdeec720be1431101bb1a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 04/10] LGOGDownloader: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index b1fb70cc1bf0..d2526d97468c 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.9
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel rhash-devel

From f419b9f7378d438353619deea672f6caac0938cd Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 05/10] libopenshot: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 662a54758232..df8cd6cb6aa0 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.7
-revision=2
+revision=3
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From 9989763b6d06ca14638c3412a52394931605af85 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 06/10] polybar: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a..a36983cf7f16 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)

From d2f8ae75b50c01cd52e00a4879ada042a83afa94 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 07/10] sysdig: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index 968dfb7eae3e..a7da9836d34e 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -1,7 +1,7 @@
 # Template file for 'sysdig'
 pkgname=sysdig
 version=0.28.0
-revision=7
+revision=8
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
  -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF

From 523a2c4cb3bcf3f9b5d8b004578d44931ca9e0fa Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:08 +0400
Subject: [PATCH 08/10] vtk: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index eff6e114c7b6..59c664d082e8 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=8
+revision=9
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

From 08e4d273463e1bd48a953c95073fd4ab9715f75e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:50:23 +0400
Subject: [PATCH 09/10] upmpdcli: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 029bf9a953b6..dd76940df3da 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.6.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

From a624db19cf535adb56dbd3f3ce02e622195aa211 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:51:12 +0400
Subject: [PATCH 10/10] Waybar: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 38a2261341ff..938f8845d946 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.13
-revision=3
+revision=4
 _date_version=3.0.0
 create_wrksrc=yes
 build_style=meson

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

* Re: [PR PATCH] [Updated] jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
@ 2022-11-24 19:01 ` skmpz
  2022-12-12  8:33 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: skmpz @ 2022-11-24 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/40722

jsoncpp: update to 1.9.5.
<!-- 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 all the changed packages for the following archs:
  - x86_64
  - i686
  - aarch64 (cross on x86_64)
  - armv7l (cross on x86_64)
  - x86_64-musl
  - aarch64-musl (cross on x86_64-musl)
  - armv6l-musl (cross on x86_64-musl)

[ci skip]

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

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

From 5a8b07748d13977d829298183b1d48a6ae582593 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Nov 2022 10:09:08 +0400
Subject: [PATCH 01/10] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6acbb4097f0b..41266361cd80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1324,7 +1324,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.7 re2-2020.06.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb..d8cd9383d9e0 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,14 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
-distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
+distfiles="https://github.com/open-source-parsers/jsoncpp/archive/${version}.tar.gz"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
 

From f30755204d8ee13642a2e805b1531a0354fd9af3 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 02/10] cmake: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 5f1f495dbea2..5a9fe0424835 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 2a5dde6751ca4a909f9ad5a5bff3b2303892e12d Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 03/10] cmake-gui: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 552659347473..8acaa0225d24 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 377f8989a63f1662411cdeec720be1431101bb1a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 04/10] LGOGDownloader: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index b1fb70cc1bf0..d2526d97468c 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.9
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel rhash-devel

From f419b9f7378d438353619deea672f6caac0938cd Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 05/10] libopenshot: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 662a54758232..df8cd6cb6aa0 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.7
-revision=2
+revision=3
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From 9989763b6d06ca14638c3412a52394931605af85 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 06/10] polybar: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a..a36983cf7f16 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)

From d2f8ae75b50c01cd52e00a4879ada042a83afa94 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 07/10] sysdig: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index 968dfb7eae3e..a7da9836d34e 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -1,7 +1,7 @@
 # Template file for 'sysdig'
 pkgname=sysdig
 version=0.28.0
-revision=7
+revision=8
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
  -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF

From 523a2c4cb3bcf3f9b5d8b004578d44931ca9e0fa Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:08 +0400
Subject: [PATCH 08/10] vtk: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index eff6e114c7b6..59c664d082e8 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=8
+revision=9
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

From 08e4d273463e1bd48a953c95073fd4ab9715f75e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:50:23 +0400
Subject: [PATCH 09/10] upmpdcli: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 029bf9a953b6..dd76940df3da 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.6.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

From 6249e2c8086f5c06bf4a22feffaf6123bb6330c1 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:51:12 +0400
Subject: [PATCH 10/10] Waybar: rebuild against libjsoncpp.so.25

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

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 38a2261341ff..938f8845d946 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.13
-revision=3
+revision=4
 _date_version=3.0.0
 create_wrksrc=yes
 build_style=meson

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

* Re: jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
  2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
@ 2022-12-12  8:33 ` classabbyamp
  2023-03-13  1:58 ` github-actions
  2023-03-28  1:55 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-12-12  8:33 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40722#issuecomment-1346087872

Comment:
rebase please

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

* Re: jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
  2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
  2022-12-12  8:33 ` classabbyamp
@ 2023-03-13  1:58 ` github-actions
  2023-03-28  1:55 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-03-13  1:58 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/40722#issuecomment-1465391843

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]: jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
                   ` (2 preceding siblings ...)
  2023-03-13  1:58 ` github-actions
@ 2023-03-28  1:55 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-03-28  1:55 UTC (permalink / raw)
  To: ml

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

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

jsoncpp: update to 1.9.5.
https://github.com/void-linux/void-packages/pull/40722

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 all the changed packages for the following architectures:
  - x86_64 (+ tests)
  - i686  (+ tests)
  - aarch64 (cross on x86_64)
  - armv7l (cross on x86_64)
  - x86_64-musl  (+ tests)
  - aarch64-musl (cross on x86_64-musl)
  - armv6l-musl (cross on x86_64-musl)

- Except **sysdig** and **vtk** which are marked nocross, so were built for:
  - x86_64 (+ tests)
  - i686  (+ tests)
  - x86_64-musl  (+ tests)

[ci skip]

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

end of thread, other threads:[~2023-03-28  1:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
2022-12-12  8:33 ` classabbyamp
2023-03-13  1:58 ` github-actions
2023-03-28  1:55 ` [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).