* [ptxdist] [PATCH] glib: Version bump. 2.86.4 -> 2.88.0
@ 2026-03-19 17:13 Christian Melki
2026-03-29 5:47 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-03-19 17:13 UTC (permalink / raw)
To: ptxdist
https://gitlab.gnome.org/GNOME/glib/-/releases/2.88.0
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.5
(2.87.4 is missing a separate release info, available under 2.87.5)
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.3
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.2
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.1
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.0
New stable series.
Bunch of changes as usual.
* Rearrange and introduce/remove options for better
fit to pkg option sort.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/glib.make | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 deletions(-)
diff --git a/rules/glib.make b/rules/glib.make
index 1013c5e41..2c064b9d9 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
#
# Paths and names
#
-GLIB_VERSION := 2.86.4
-GLIB_MD5 := f2233a826c952aaae42b4a61611a06a4
+GLIB_VERSION := 2.88.0
+GLIB_MD5 := 064370bbd78421f639e38ece5e14ca23
GLIB := glib-$(GLIB_VERSION)
GLIB_SUFFIX := tar.xz
GLIB_URL := $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX))
@@ -38,26 +38,29 @@ GLIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, glib-cross-fi
GLIB_CONF_TOOL := meson
GLIB_CONF_OPT := \
$(CROSS_MESON_USR) \
- -Dbsymbolic_functions=true \
- -Ddocumentation=false \
+ -Dselinux=disabled \
+ -Dxattr=false \
+ -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
+ -Dman-pages=disabled \
-Ddtrace=false \
+ -Dsystemtap=false \
+ -Dsysprof=disabled \
+ -Ddocumentation=false \
+ -Dgtk_doc=false \
+ -Dbsymbolic_functions=true \
-Dforce_posix_threads=true \
+ -Dtests=false \
+ -Dinstalled_tests=false \
+ -Dnls=disabled \
+ -Doss_fuzz=disabled \
+ -Dglib_debug=enabled \
-Dglib_assert=true \
-Dglib_checks=true \
- -Dglib_debug=enabled \
- -Dinstalled_tests=false \
- -Dintrospection=disabled \
-Dlibelf=disabled \
- -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
- -Dman-pages=disabled \
-Dmultiarch=false \
- -Dnls=disabled \
- -Doss_fuzz=disabled \
- -Dselinux=disabled \
- -Dsysprof=disabled \
- -Dsystemtap=false \
- -Dtests=false \
- -Dxattr=false \
+ -Dintrospection=disabled \
+ -Dfile_monitor_backend=auto \
+ -Dgvdb:tests=false \
\
--cross-file $(GLIB_MESON_CROSS_FILE)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] glib: Version bump. 2.86.4 -> 2.88.0
2026-03-19 17:13 [ptxdist] [PATCH] glib: Version bump. 2.86.4 -> 2.88.0 Christian Melki
@ 2026-03-29 5:47 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-03-29 5:47 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 2e1644d997a7429df107662dc6da6756bd51fa16.
Michael
[sent from post-receive hook]
On Sun, 29 Mar 2026 07:47:01 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.88.0
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.5
> (2.87.4 is missing a separate release info, available under 2.87.5)
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.3
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.2
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.1
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.0
>
> New stable series.
> Bunch of changes as usual.
>
> * Rearrange and introduce/remove options for better
> fit to pkg option sort.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260319171305.511185-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/glib.make b/rules/glib.make
> index 1013c5e41392..2c064b9d956c 100644
> --- a/rules/glib.make
> +++ b/rules/glib.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
> #
> # Paths and names
> #
> -GLIB_VERSION := 2.86.4
> -GLIB_MD5 := f2233a826c952aaae42b4a61611a06a4
> +GLIB_VERSION := 2.88.0
> +GLIB_MD5 := 064370bbd78421f639e38ece5e14ca23
> GLIB := glib-$(GLIB_VERSION)
> GLIB_SUFFIX := tar.xz
> GLIB_URL := $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX))
> @@ -38,26 +38,29 @@ GLIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, glib-cross-fi
> GLIB_CONF_TOOL := meson
> GLIB_CONF_OPT := \
> $(CROSS_MESON_USR) \
> - -Dbsymbolic_functions=true \
> - -Ddocumentation=false \
> + -Dselinux=disabled \
> + -Dxattr=false \
> + -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
> + -Dman-pages=disabled \
> -Ddtrace=false \
> + -Dsystemtap=false \
> + -Dsysprof=disabled \
> + -Ddocumentation=false \
> + -Dgtk_doc=false \
> + -Dbsymbolic_functions=true \
> -Dforce_posix_threads=true \
> + -Dtests=false \
> + -Dinstalled_tests=false \
> + -Dnls=disabled \
> + -Doss_fuzz=disabled \
> + -Dglib_debug=enabled \
> -Dglib_assert=true \
> -Dglib_checks=true \
> - -Dglib_debug=enabled \
> - -Dinstalled_tests=false \
> - -Dintrospection=disabled \
> -Dlibelf=disabled \
> - -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
> - -Dman-pages=disabled \
> -Dmultiarch=false \
> - -Dnls=disabled \
> - -Doss_fuzz=disabled \
> - -Dselinux=disabled \
> - -Dsysprof=disabled \
> - -Dsystemtap=false \
> - -Dtests=false \
> - -Dxattr=false \
> + -Dintrospection=disabled \
> + -Dfile_monitor_backend=auto \
> + -Dgvdb:tests=false \
> \
> --cross-file $(GLIB_MESON_CROSS_FILE)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-29 5:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-19 17:13 [ptxdist] [PATCH] glib: Version bump. 2.86.4 -> 2.88.0 Christian Melki
2026-03-29 5:47 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox