Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pango: update to 1.50.13
@ 2023-02-22  1:52 cinerea0
  2023-03-02 15:08 ` cinerea0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2023-02-22  1:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pango
https://github.com/void-linux/void-packages/pull/42392

pango: update to 1.50.13
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From b41639024fe85169e0c1ac4ec78a8c06221e43b8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 21 Feb 2023 20:30:34 -0500
Subject: [PATCH] pango: update to 1.50.13

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

diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template
index 2ede2bb66459..484f5def7076 100644
--- a/srcpkgs/pango/template
+++ b/srcpkgs/pango/template
@@ -1,6 +1,6 @@
 # Template file for 'pango'
 pkgname=pango
-version=1.50.12
+version=1.50.13
 revision=1
 build_style=meson
 build_helper=gir
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.pango.org/"
 changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/pango/${version%.*}/pango-${version}.tar.xz"
-checksum=caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3
+checksum=5cdcf6d761d26a3eb9412b6cb069b32bd1d9b07abf116321167d94c2189299fd
 make_check=no  # doesn't pass its own tests
 
 # Package build options

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

* Re: pango: update to 1.50.13
  2023-02-22  1:52 [PR PATCH] pango: update to 1.50.13 cinerea0
@ 2023-03-02 15:08 ` cinerea0
  2023-03-05  2:29 ` [PR PATCH] [Updated] " cinerea0
  2023-03-06 19:46 ` [PR PATCH] [Merged]: pango: update to 1.50.14 paper42
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-03-02 15:08 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/42392#issuecomment-1452026471

Comment:
Switching to draft while I test 1.50.14.

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

* Re: [PR PATCH] [Updated] pango: update to 1.50.13
  2023-02-22  1:52 [PR PATCH] pango: update to 1.50.13 cinerea0
  2023-03-02 15:08 ` cinerea0
@ 2023-03-05  2:29 ` cinerea0
  2023-03-06 19:46 ` [PR PATCH] [Merged]: pango: update to 1.50.14 paper42
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-03-05  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pango
https://github.com/void-linux/void-packages/pull/42392

pango: update to 1.50.13
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 75bf13b34c062541e6a563c3b6055c8b63a23b1f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 4 Mar 2023 21:29:19 -0500
Subject: [PATCH] pango: update to 1.50.14

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

diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template
index 2ede2bb66459..bfdd43aa9737 100644
--- a/srcpkgs/pango/template
+++ b/srcpkgs/pango/template
@@ -1,6 +1,6 @@
 # Template file for 'pango'
 pkgname=pango
-version=1.50.12
+version=1.50.14
 revision=1
 build_style=meson
 build_helper=gir
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.pango.org/"
 changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/pango/${version%.*}/pango-${version}.tar.xz"
-checksum=caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3
+checksum=1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8
 make_check=no  # doesn't pass its own tests
 
 # Package build options

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

* Re: [PR PATCH] [Merged]: pango: update to 1.50.14
  2023-02-22  1:52 [PR PATCH] pango: update to 1.50.13 cinerea0
  2023-03-02 15:08 ` cinerea0
  2023-03-05  2:29 ` [PR PATCH] [Updated] " cinerea0
@ 2023-03-06 19:46 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-03-06 19:46 UTC (permalink / raw)
  To: ml

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

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

pango: update to 1.50.14
https://github.com/void-linux/void-packages/pull/42392

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


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

end of thread, other threads:[~2023-03-06 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22  1:52 [PR PATCH] pango: update to 1.50.13 cinerea0
2023-03-02 15:08 ` cinerea0
2023-03-05  2:29 ` [PR PATCH] [Updated] " cinerea0
2023-03-06 19:46 ` [PR PATCH] [Merged]: pango: update to 1.50.14 paper42

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