Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glib: update to 2.67.5
@ 2021-03-03 15:15 joshuakraemer
  2021-03-03 15:27 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: joshuakraemer @ 2021-03-03 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joshuakraemer/void-packages glib-update
https://github.com/void-linux/void-packages/pull/29208

glib: update to 2.67.5


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

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

From 0d5eaf692526be7d8882ae3ed8525d28f897239e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Wed, 3 Mar 2021 16:30:12 +0100
Subject: [PATCH] glib: update to 2.67.5

---
 srcpkgs/glib/patches/disable-broken-tests.patch | 9 ++++++---
 srcpkgs/glib/template                           | 4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/glib/patches/disable-broken-tests.patch b/srcpkgs/glib/patches/disable-broken-tests.patch
index 15e87215d27..5385fca4f8b 100644
--- a/srcpkgs/glib/patches/disable-broken-tests.patch
+++ b/srcpkgs/glib/patches/disable-broken-tests.patch
@@ -20,16 +20,19 @@ index d8ebd56..be72f5c 100644
    plugin_resources_c = custom_target('plugin-resources.c',
      input : 'test4.gresource.xml',
 diff --git glib/tests/meson.build glib/tests/meson.build
-index 6eb23e8..d7aacfa 100644
+index c77ccdd146..7bf01bb465 100644
 --- glib/tests/meson.build
 +++ glib/tests/meson.build
-@@ -11,18 +11,11 @@ glib_tests = {
+@@ -11,21 +11,14 @@ glib_tests = {
    'cache' : {},
    'charset' : {},
    'checksum' : {},
 -  'collate' : {},
    'cond' : {},
 -  'convert' : {},
+   'cxx' : {
+     'source' : ['cxx.cpp'],
+   },
    'dataset' : {},
 -  'date' : {},
    'dir' : {},
@@ -42,7 +45,7 @@ index 6eb23e8..d7aacfa 100644
    'guuid' : {},
    'gvariant' : {
      'suite' : ['slow'],
-@@ -54,7 +47,6 @@ glib_tests = {
+@@ -57,7 +50,6 @@ glib_tests = {
    'mutex' : {},
    'node' : {},
    'once' : {},
diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index c011c7ef7b4..570cb4c19a5 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,6 +1,6 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.66.6
+version=2.67.5
 revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
@@ -16,7 +16,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=80fff9c63d2725834328071c42003c311f77f91caf2285195c587c62f5638329
+checksum=9d2ad4303ce25ae7cfde77409d8364508ac6072a868cfca2e78333c6cdfa05e6
 
 build_options="gtk_doc"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: glib: update to 2.67.5
  2021-03-03 15:15 [PR PATCH] glib: update to 2.67.5 joshuakraemer
@ 2021-03-03 15:27 ` ericonr
  2021-03-03 17:53 ` [PR PATCH] [Updated] " joshuakraemer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-03 15:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29208#issuecomment-789797566

Comment:
As you can see from https://developer.gnome.org/glib/stable/ , 2.66 is the stable branch, 2.67 is the unstable one. Feel free to change this PR to update to 2.66.7, though.

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

* Re: [PR PATCH] [Updated] glib: update to 2.67.5
  2021-03-03 15:15 [PR PATCH] glib: update to 2.67.5 joshuakraemer
  2021-03-03 15:27 ` ericonr
@ 2021-03-03 17:53 ` joshuakraemer
  2021-03-03 17:57 ` glib: update to 2.66.7 joshuakraemer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joshuakraemer @ 2021-03-03 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joshuakraemer/void-packages glib-update
https://github.com/void-linux/void-packages/pull/29208

glib: update to 2.67.5


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

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

From 6f91e1b1a0f46bcf6d0a4fea38b2e80ff058cafd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Wed, 3 Mar 2021 16:30:12 +0100
Subject: [PATCH] glib: update to 2.66.7

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index c011c7ef7b4..942720feaa4 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,6 +1,6 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.66.6
+version=2.66.7
 revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
@@ -16,7 +16,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=80fff9c63d2725834328071c42003c311f77f91caf2285195c587c62f5638329
+checksum=09f158769f6f26b31074e15b1ac80ec39b13b53102dfae66cfe826fb2cc65502
 
 build_options="gtk_doc"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: glib: update to 2.66.7
  2021-03-03 15:15 [PR PATCH] glib: update to 2.67.5 joshuakraemer
  2021-03-03 15:27 ` ericonr
  2021-03-03 17:53 ` [PR PATCH] [Updated] " joshuakraemer
@ 2021-03-03 17:57 ` joshuakraemer
  2021-03-03 18:31 ` [PR PATCH] [Merged]: " ericonr
  2021-03-03 18:31 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: joshuakraemer @ 2021-03-03 17:57 UTC (permalink / raw)
  To: ml

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

New comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/29208#issuecomment-789937039

Comment:
Oh, I'm sorry, I didn't realize that.  I've changed it to 2.66.7.

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

* Re: [PR PATCH] [Merged]: glib: update to 2.66.7
  2021-03-03 15:15 [PR PATCH] glib: update to 2.67.5 joshuakraemer
                   ` (2 preceding siblings ...)
  2021-03-03 17:57 ` glib: update to 2.66.7 joshuakraemer
@ 2021-03-03 18:31 ` ericonr
  2021-03-03 18:31 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-03 18:31 UTC (permalink / raw)
  To: ml

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

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

glib: update to 2.66.7
https://github.com/void-linux/void-packages/pull/29208

Description:


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

* Re: glib: update to 2.66.7
  2021-03-03 15:15 [PR PATCH] glib: update to 2.67.5 joshuakraemer
                   ` (3 preceding siblings ...)
  2021-03-03 18:31 ` [PR PATCH] [Merged]: " ericonr
@ 2021-03-03 18:31 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-03 18:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29208#issuecomment-789960615

Comment:
No worries, thanks!

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

end of thread, other threads:[~2021-03-03 18:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 15:15 [PR PATCH] glib: update to 2.67.5 joshuakraemer
2021-03-03 15:27 ` ericonr
2021-03-03 17:53 ` [PR PATCH] [Updated] " joshuakraemer
2021-03-03 17:57 ` glib: update to 2.66.7 joshuakraemer
2021-03-03 18:31 ` [PR PATCH] [Merged]: " ericonr
2021-03-03 18:31 ` ericonr

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