Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glib*: update to 2.62.1
@ 2019-10-14  1:32 voidlinux-github
  2019-10-15 10:17 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-14  1:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages glib
https://github.com/void-linux/void-packages/pull/15445

glib*: update to 2.62.1
glib and glib-networking to 2.62.1, glibmm to 2.62.0.

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

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

From 5aa7898bf8f5a4e6bbfb823a004d3e2a6fe563f5 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 12 Oct 2019 22:02:02 -0400
Subject: [PATCH 1/3] glib: update to 2.62.1.

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 48c20a0be6f..5fdfff1410d 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,6 +1,6 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.60.6
+version=2.62.1
 revision=1
 build_style=meson
 configure_args="-Dfam=false -Dman=true -Dselinux=disabled
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GLib"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=ff8fab8d8deaa4fd0536c90f90d9769a09071779c7e6183907f6855645bffb6c
+checksum=3dd9024e1d0872a6da7ac509937ccf997161b11d7d35be337c7e829cbae0f9df
 
 build_options="gtk_doc"
 

From 2696a83d3b0551213c352b57ae28c34345ae4df2 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 12 Oct 2019 22:01:20 -0400
Subject: [PATCH 2/3] glib-networking: update to 2.62.1.

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

diff --git a/srcpkgs/glib-networking/template b/srcpkgs/glib-networking/template
index 601e05089f0..98520abb635 100644
--- a/srcpkgs/glib-networking/template
+++ b/srcpkgs/glib-networking/template
@@ -1,6 +1,6 @@
 # Template file for 'glib-networking'
 pkgname=glib-networking
-version=2.60.3
+version=2.62.1
 revision=1
 build_style=meson
 configure_args="-Dinstalled_tests=false -Dgnutls=enabled -Dlibproxy=enabled
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/glib-networking/"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=d50183046a4ff955d8cc7e953067cdfc94f14dbfda3024bf377ff37a3121dcd5
+checksum=3c55ae6771ad7a79fa606a834f4686ed555c2774ed6e9ece6f3c0f6a3dab7110
 lib32disabled=yes
 
 post_install() {

From fbcffc885e92926dd99bbfc8f89d4f5c9acf0fbf Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 12 Oct 2019 22:01:47 -0400
Subject: [PATCH 3/3] glibmm: update to 2.62.0.

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

diff --git a/srcpkgs/glibmm/template b/srcpkgs/glibmm/template
index 141c8058787..23ef47c5994 100644
--- a/srcpkgs/glibmm/template
+++ b/srcpkgs/glibmm/template
@@ -1,6 +1,6 @@
 # Template file for 'glibmm'
 pkgname=glibmm
-version=2.60.0
+version=2.62.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="glib-devel perl pkg-config"
@@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtkmm.org"
 distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-${version}.tar.xz"
-checksum=a3a1b1c9805479a16c0018acd84b3bfff23a122aee9e3c5013bb81231aeef2bc
+checksum=36659f13cc73282392d1305858f3bbca46fbd1ce2f078cc9db8b9f79b2e93cfe
 
 glibmm-doc_package() {
 	archs=noarch

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

* Re: [PR PATCH] [Merged]: glib*: update to 2.62.1
  2019-10-14  1:32 [PR PATCH] glib*: update to 2.62.1 voidlinux-github
@ 2019-10-15 10:17 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-15 10:17 UTC (permalink / raw)
  To: ml

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

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

glib*: update to 2.62.1
https://github.com/void-linux/void-packages/pull/15445

Description:
glib and glib-networking to 2.62.1, glibmm to 2.62.0.

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

end of thread, other threads:[~2019-10-15 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  1:32 [PR PATCH] glib*: update to 2.62.1 voidlinux-github
2019-10-15 10:17 ` [PR PATCH] [Merged]: " voidlinux-github

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