From patchwork Wed Feb 22 11:58:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6603 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PMF6C4lTrz3x1v for ; Wed, 22 Feb 2023 11:58:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PMF6B3zztz1C9; Wed, 22 Feb 2023 11:58:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PMF6B2LcVz2xmx; Wed, 22 Feb 2023 11:58:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PMF690PRpz2xWH for ; Wed, 22 Feb 2023 11:58:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PMF683DVqzkG; Wed, 22 Feb 2023 11:58:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677067088; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=k6STYDrhKg3P5ctVEr7dYsLBXLmfrkMOMwKaOVIaUsc=; b=/wwPnSwarfP+blLHkE/Y/Y+QXoX8Bw3PHsF2rVjmvUf7MBEOxC+jaR/g6UE1TycQghn0Y6 Idzz343o4IFIu3BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677067088; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=k6STYDrhKg3P5ctVEr7dYsLBXLmfrkMOMwKaOVIaUsc=; b=DSsXELl4zPCBaAXDm8gpyNxJiG+Zbdp/zs5Yp1tgPB/keps7DqN4QJPqEufZwjt4QnnRd3 l7s+ha/UKSdoGoFAZtLDLv/PBQaNS6gqUlb7zV+1lHYQWM9jTFMAmRnagfHk5X8dnX3suo s2uZAfpBKubFMAGbCPRWJXhUokiZdcWv7WAKMnKM7t8f2qpxJcLyQDIM/fryDi1pamO1Qt cqtIpuyT+zz53CO5xoPOG+EDtxdCewVdiefS5Q2syZVa8//KLD0KgADE697qufX4wVzHNn a82Szx2w6+turqgwKgS+7zQ8wQZC+aC4+X+OPj8DhYCcXIMhz8wzQDwSVtsvEw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] glib2: Update to 2.75.3 Date: Wed, 22 Feb 2023 12:58:02 +0100 Message-Id: <20230222115802.745810-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" glib2-devel: Add dependency to zlib-devel because GIO-2.0 requires this. Signed-off-by: Stefan Schantl --- glib2/glib2.nm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/glib2/glib2.nm b/glib2/glib2.nm index d0e6e3bbd..6d55a4f7a 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -4,8 +4,8 @@ ############################################################################### name = glib2 -ver_major = 2.74 -ver_minor = 2 +ver_major = 2.75 +ver_minor = 3 version = %{ver_major}.%{ver_minor} release = 1 thisapp = glib-%{version} @@ -65,6 +65,11 @@ packages package %{name}-devel template DEVEL + + requires + # GIO-2.0 requires zlib.h + zlib-devel + end end package %{name}-debuginfo