mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] glib: Version bump. 2.78.4 -> 2.80.0
@ 2024-03-20 18:49 Christian Melki
  2024-03-23  8:59 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-03-20 18:49 UTC (permalink / raw)
  To: ptxdist

New stable series.
Looks like mostly bugfixes with a few API changes.
https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.0
https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.1
https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.2
https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.3
https://gitlab.gnome.org/GNOME/glib/-/releases/2.80.0

* Fix option changes.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/glib.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/glib.make b/rules/glib.make
index 67c60227c..f95e19e60 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
 #
 # Paths and names
 #
-GLIB_VERSION	:= 2.78.4
-GLIB_MD5	:= 0781e889cab64f1f7dbb6e8357c6a95f
+GLIB_VERSION	:= 2.80.0
+GLIB_MD5	:= 3a51e2803ecd22c2dadcd07d9475ebe3
 GLIB		:= glib-$(GLIB_VERSION)
 GLIB_SUFFIX	:= tar.xz
 GLIB_URL	:= $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX))
@@ -44,11 +44,11 @@ GLIB_CONF_OPT	:= \
 	-Dglib_assert=true \
 	-Dglib_checks=true \
 	-Dglib_debug=enabled \
-	-Dgtk_doc=false \
+	-Ddocumentation=false \
 	-Dinstalled_tests=false \
 	-Dlibelf=disabled \
 	-Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
-	-Dman=false \
+	-Dman-pages=disabled \
 	-Dnls=disabled \
 	-Doss_fuzz=disabled \
 	-Dselinux=disabled \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] glib: Version bump. 2.78.4 -> 2.80.0
  2024-03-20 18:49 [ptxdist] [PATCH] glib: Version bump. 2.78.4 -> 2.80.0 Christian Melki
@ 2024-03-23  8:59 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-03-23  8:59 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as d285fdd1da5270322e7d71fece9750358b2c7b6d.

Michael

[sent from post-receive hook]

On Sat, 23 Mar 2024 09:59:36 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> New stable series.
> Looks like mostly bugfixes with a few API changes.
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.0
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.1
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.2
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.3
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.80.0
> 
> * Fix option changes.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240320184951.1307528-1-christian.melki@t2data.com>
> [mol: update configure options]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/glib.make b/rules/glib.make
> index 67c60227c94d..2acc9539b89a 100644
> --- a/rules/glib.make
> +++ b/rules/glib.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
>  #
>  # Paths and names
>  #
> -GLIB_VERSION	:= 2.78.4
> -GLIB_MD5	:= 0781e889cab64f1f7dbb6e8357c6a95f
> +GLIB_VERSION	:= 2.80.0
> +GLIB_MD5	:= 3a51e2803ecd22c2dadcd07d9475ebe3
>  GLIB		:= glib-$(GLIB_VERSION)
>  GLIB_SUFFIX	:= tar.xz
>  GLIB_URL	:= $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX))
> @@ -44,11 +44,13 @@ GLIB_CONF_OPT	:= \
>  	-Dglib_assert=true \
>  	-Dglib_checks=true \
>  	-Dglib_debug=enabled \
> -	-Dgtk_doc=false \
> +	-Ddocumentation=false \
>  	-Dinstalled_tests=false \
> +	-Dintrospection=disabled \
>  	-Dlibelf=disabled \
>  	-Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
> -	-Dman=false \
> +	-Dman-pages=disabled \
> +	-Dmultiarch=false \
>  	-Dnls=disabled \
>  	-Doss_fuzz=disabled \
>  	-Dselinux=disabled \
> diff --git a/rules/host-glib.make b/rules/host-glib.make
> index fd7d11d9e19f..3d6cd8ffb270 100644
> --- a/rules/host-glib.make
> +++ b/rules/host-glib.make
> @@ -27,6 +27,7 @@ HOST_GLIB_CONF_TOOL	:= meson
>  HOST_GLIB_CONF_OPT	:= \
>  	$(HOST_MESON_OPT) \
>  	-Dbsymbolic_functions=true \
> +	-Ddocumentation=false \
>  	-Ddtrace=false \
>  	-Dforce_posix_threads=true \
>  	-Dglib_assert=true \
> @@ -34,9 +35,11 @@ HOST_GLIB_CONF_OPT	:= \
>  	-Dglib_debug=enabled \
>  	-Dgtk_doc=false \
>  	-Dinstalled_tests=false \
> +	-Dintrospection=disabled \
>  	-Dlibelf=disabled \
>  	-Dlibmount=disabled \
> -	-Dman=false \
> +	-Dman-pages=disabled \
> +	-Dmultiarch=false \
>  	-Dnls=disabled \
>  	-Doss_fuzz=disabled \
>  	-Dselinux=disabled \



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

end of thread, other threads:[~2024-03-23  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 18:49 [ptxdist] [PATCH] glib: Version bump. 2.78.4 -> 2.80.0 Christian Melki
2024-03-23  8:59 ` [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