Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glib: update to 2.70.1.
@ 2021-11-29 12:22 dotnetfox
  2021-12-10 17:52 ` [PR PATCH] [Updated] " dotnetfox
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dotnetfox @ 2021-11-29 12:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dotnetfox/void-packages glib
https://github.com/void-linux/void-packages/pull/34305

glib: update to 2.70.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 9865e9e1ed332bfd3318bbacd3ae5bb70947ac0d Mon Sep 17 00:00:00 2001
From: Ranme Fritzvilliams <ranme@dotnetfox.tk>
Date: Mon, 29 Nov 2021 10:34:50 +0300
Subject: [PATCH] glib: update to 2.70.1.

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 34f6bc335ff3..e1cd5273f077 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,7 +1,7 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.70.0
-revision=2
+version=2.70.1
+revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
 # also disable LTO, otherwise there are multiple failures when linking qemu
@@ -17,7 +17,7 @@ homepage="https://wiki.gnome.org/Projects/GLib"
 #changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-70/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742
+checksum=f9b7bce7f51753a1f43853bbcaca8bf09e15e994268e29cfd7a76f65636263c0
 
 build_options="gtk_doc"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: [PR PATCH] [Updated] glib: update to 2.70.1.
  2021-11-29 12:22 [PR PATCH] glib: update to 2.70.1 dotnetfox
@ 2021-12-10 17:52 ` dotnetfox
  2021-12-10 18:27 ` [PR PATCH] [Updated] glib: update to 2.70.2 dotnetfox
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dotnetfox @ 2021-12-10 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dotnetfox/void-packages glib
https://github.com/void-linux/void-packages/pull/34305

glib: update to 2.70.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 039ac79dde2569845415bca0bdb518a9d2d5f740 Mon Sep 17 00:00:00 2001
From: Ranme Fritzvilliams <ranme@dotnetfox.tk>
Date: Mon, 29 Nov 2021 10:34:50 +0300
Subject: [PATCH] glib: update to 2.70.2.

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 34f6bc335ff3..0cd7eee4f698 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,7 +1,7 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.70.0
-revision=2
+version=2.70.2
+revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
 # also disable LTO, otherwise there are multiple failures when linking qemu
@@ -17,7 +17,7 @@ homepage="https://wiki.gnome.org/Projects/GLib"
 #changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-70/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742
+checksum=0551459c85cd3da3d58ddc9016fd28be5af503f5e1615a71ba5b512ac945806f
 
 build_options="gtk_doc"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: [PR PATCH] [Updated] glib: update to 2.70.2.
  2021-11-29 12:22 [PR PATCH] glib: update to 2.70.1 dotnetfox
  2021-12-10 17:52 ` [PR PATCH] [Updated] " dotnetfox
@ 2021-12-10 18:27 ` dotnetfox
  2021-12-10 18:36 ` dotnetfox
  2021-12-11 19:05 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: dotnetfox @ 2021-12-10 18:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dotnetfox/void-packages glib
https://github.com/void-linux/void-packages/pull/34305

glib: update to 2.70.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 039ac79dde2569845415bca0bdb518a9d2d5f740 Mon Sep 17 00:00:00 2001
From: Ranme Fritzvilliams <ranme@dotnetfox.tk>
Date: Mon, 29 Nov 2021 10:34:50 +0300
Subject: [PATCH] glib: update to 2.70.2.

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 34f6bc335ff3..0cd7eee4f698 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,7 +1,7 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.70.0
-revision=2
+version=2.70.2
+revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
 # also disable LTO, otherwise there are multiple failures when linking qemu
@@ -17,7 +17,7 @@ homepage="https://wiki.gnome.org/Projects/GLib"
 #changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-70/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742
+checksum=0551459c85cd3da3d58ddc9016fd28be5af503f5e1615a71ba5b512ac945806f
 
 build_options="gtk_doc"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: [PR PATCH] [Updated] glib: update to 2.70.2.
  2021-11-29 12:22 [PR PATCH] glib: update to 2.70.1 dotnetfox
  2021-12-10 17:52 ` [PR PATCH] [Updated] " dotnetfox
  2021-12-10 18:27 ` [PR PATCH] [Updated] glib: update to 2.70.2 dotnetfox
@ 2021-12-10 18:36 ` dotnetfox
  2021-12-11 19:05 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: dotnetfox @ 2021-12-10 18:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dotnetfox/void-packages glib
https://github.com/void-linux/void-packages/pull/34305

glib: update to 2.70.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From f10f4d45c65d41bb12100cf26f9a94b3dbfdf523 Mon Sep 17 00:00:00 2001
From: Ranme Fritzvilliams <ranme@dotnetfox.tk>
Date: Mon, 29 Nov 2021 10:34:50 +0300
Subject: [PATCH] glib: update to 2.70.2.

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 5ada11809774..0cd7eee4f698 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,7 +1,7 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.70.0
-revision=3
+version=2.70.2
+revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
 # also disable LTO, otherwise there are multiple failures when linking qemu
@@ -17,7 +17,7 @@ homepage="https://wiki.gnome.org/Projects/GLib"
 #changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-70/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742
+checksum=0551459c85cd3da3d58ddc9016fd28be5af503f5e1615a71ba5b512ac945806f
 
 build_options="gtk_doc"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: [PR PATCH] [Merged]: glib: update to 2.70.2.
  2021-11-29 12:22 [PR PATCH] glib: update to 2.70.1 dotnetfox
                   ` (2 preceding siblings ...)
  2021-12-10 18:36 ` dotnetfox
@ 2021-12-11 19:05 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-12-11 19:05 UTC (permalink / raw)
  To: ml

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

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

glib: update to 2.70.2.
https://github.com/void-linux/void-packages/pull/34305

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

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

end of thread, other threads:[~2021-12-11 19:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 12:22 [PR PATCH] glib: update to 2.70.1 dotnetfox
2021-12-10 17:52 ` [PR PATCH] [Updated] " dotnetfox
2021-12-10 18:27 ` [PR PATCH] [Updated] glib: update to 2.70.2 dotnetfox
2021-12-10 18:36 ` dotnetfox
2021-12-11 19:05 ` [PR PATCH] [Merged]: " Duncaen

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