Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsigc++: update to 2.12.1
@ 2024-03-05  6:42 chrysos349
  2024-03-15  7:14 ` oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chrysos349 @ 2024-03-05  6:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages libsigc++
https://github.com/void-linux/void-packages/pull/49098

libsigc++: update to 2.12.1
split into a separate pr (https://github.com/void-linux/void-packages/pull/48762#issuecomment-1976502687).

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

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

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

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

From 214d169d934254747de2c5bfb5219cc57f48c9a9 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Mar 2024 09:41:15 +0300
Subject: [PATCH] libsigc++: update to 2.12.1

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

diff --git a/srcpkgs/libsigc++/template b/srcpkgs/libsigc++/template
index af89ef2db31c6a..d655ce710ef832 100644
--- a/srcpkgs/libsigc++/template
+++ b/srcpkgs/libsigc++/template
@@ -1,6 +1,6 @@
 # Template file for 'libsigc++'
 pkgname=libsigc++
-version=2.12.0
+version=2.12.1
 revision=1
 build_style=meson
 configure_args="-Dbuild-examples=false -Dwarnings=max"
@@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://libsigcplusplus.github.io/libsigcplusplus/"
 distfiles="${GNOME_SITE}/libsigc++/${version%.*}/libsigc++-${version}.tar.xz"
-checksum=1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5
+checksum=a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dbuild-tests=false"

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

* Re: libsigc++: update to 2.12.1
  2024-03-05  6:42 [PR PATCH] libsigc++: update to 2.12.1 chrysos349
@ 2024-03-15  7:14 ` oreo639
  2024-03-15  7:51 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2024-03-15  7:14 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49098#issuecomment-1999066311

Comment:
Add `changelog="https://raw.githubusercontent.com/libsigcplusplus/libsigcplusplus/libsigc%2B%2B-2-12/NEWS"`

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

* Re: [PR PATCH] [Updated] libsigc++: update to 2.12.1
  2024-03-05  6:42 [PR PATCH] libsigc++: update to 2.12.1 chrysos349
  2024-03-15  7:14 ` oreo639
@ 2024-03-15  7:51 ` chrysos349
  2024-03-15  7:55 ` chrysos349
  2024-03-16 20:08 ` [PR PATCH] [Merged]: " oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-03-15  7:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages libsigc++
https://github.com/void-linux/void-packages/pull/49098

libsigc++: update to 2.12.1
split into a separate pr (https://github.com/void-linux/void-packages/pull/48762#issuecomment-1976502687).

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

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

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

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

From c0c77af1918245a0f50fe1c827bb558d04976444 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Mar 2024 09:41:15 +0300
Subject: [PATCH] libsigc++: update to 2.12.1

---
 srcpkgs/libsigc++/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libsigc++/template b/srcpkgs/libsigc++/template
index af89ef2db31c6a..4037552c906a48 100644
--- a/srcpkgs/libsigc++/template
+++ b/srcpkgs/libsigc++/template
@@ -1,6 +1,6 @@
 # Template file for 'libsigc++'
 pkgname=libsigc++
-version=2.12.0
+version=2.12.1
 revision=1
 build_style=meson
 configure_args="-Dbuild-examples=false -Dwarnings=max"
@@ -9,8 +9,9 @@ short_desc="Type-safe callback system for C++ programs"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://libsigcplusplus.github.io/libsigcplusplus/"
+changelog="https://raw.githubusercontent.com/libsigcplusplus/libsigcplusplus/libsigc%2B%2B-2-12/NEWS"
 distfiles="${GNOME_SITE}/libsigc++/${version%.*}/libsigc++-${version}.tar.xz"
-checksum=1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5
+checksum=a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dbuild-tests=false"

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

* Re: libsigc++: update to 2.12.1
  2024-03-05  6:42 [PR PATCH] libsigc++: update to 2.12.1 chrysos349
  2024-03-15  7:14 ` oreo639
  2024-03-15  7:51 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-15  7:55 ` chrysos349
  2024-03-16 20:08 ` [PR PATCH] [Merged]: " oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-03-15  7:55 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49098#issuecomment-1999113838

Comment:
added changelog

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

* Re: [PR PATCH] [Merged]: libsigc++: update to 2.12.1
  2024-03-05  6:42 [PR PATCH] libsigc++: update to 2.12.1 chrysos349
                   ` (2 preceding siblings ...)
  2024-03-15  7:55 ` chrysos349
@ 2024-03-16 20:08 ` oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2024-03-16 20:08 UTC (permalink / raw)
  To: ml

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

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

libsigc++: update to 2.12.1
https://github.com/void-linux/void-packages/pull/49098

Description:
split into a separate pr (https://github.com/void-linux/void-packages/pull/48762#issuecomment-1976502687).

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

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

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

end of thread, other threads:[~2024-03-16 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  6:42 [PR PATCH] libsigc++: update to 2.12.1 chrysos349
2024-03-15  7:14 ` oreo639
2024-03-15  7:51 ` [PR PATCH] [Updated] " chrysos349
2024-03-15  7:55 ` chrysos349
2024-03-16 20:08 ` [PR PATCH] [Merged]: " oreo639

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