From patchwork Fri Dec 1 18:18:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7379 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ShhCY1JDsz3wmw for ; Fri, 1 Dec 2023 18:19:05 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ShhCW0WtdzxZ; Fri, 1 Dec 2023 18:19:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ShhCV5y4Kz30SB; Fri, 1 Dec 2023 18:19:02 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ShhCG6xpkz2xYk for ; Fri, 1 Dec 2023 18:18:50 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ShhCG1jj2zx5; Fri, 1 Dec 2023 18:18:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701454730; 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=xfjCxDPOuNyCBl7PNZrLxCTqC6DLxO2eBfIKm/Hvcsk=; b=5SyyKSzo8fQnklzvAmwT0egCl3AfHWTsrWBVj9addQy/BG9NXklEdQ5WR0SKbsmxK5IrVr LAkC8BaAs0f+ClCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701454730; 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=xfjCxDPOuNyCBl7PNZrLxCTqC6DLxO2eBfIKm/Hvcsk=; b=qT75dPGBV5puBziPIRP/b4RJz2qq9e37aIaeR/mzSKQzQsFvyhFdz1ZBgRhnDl6n/YoVSV Ve+7mFi98uUqHdq94cF98vopWoMfA1a3GpoxjIUGEWYwznfmdtR+qU6RBfeXvel6j3nOTN qQDSdIKZfvSajy5mv3qP6Lk21vkK4pU0R2s/TzXeIcAUmIPLcfAEXyuW9unDbq4f90s+ix UQ6xd4OHQT6TF9uURte3WZ1Y4IWhXHJPRTUjvdTE+8uBR51mBAknd2w/2e1t8jK45Np2wm fcDFJKKM3YmzYqoZZgKF6PJ2SWkXd+u7Wmuvdcj/bXuZL85/sHrxe53dZA9YtQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] meson: Update to version 1.3.0 Date: Fri, 1 Dec 2023 19:18:47 +0100 Message-ID: <20231201181847.231035-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: HKDGTNHDJHIRSSVF77MMSDGT3U6PZKVL X-Message-ID-Hash: HKDGTNHDJHIRSSVF77MMSDGT3U6PZKVL X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 0.64.1 to 1.3.0 - Changelog is too large to include here. Details can be reviewed at https://mesonbuild.com/Release-notes.html Signed-off-by: Adolf Belka --- meson/meson.nm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meson/meson.nm b/meson/meson.nm index 6daee06ce..9e615482b 100644 --- a/meson/meson.nm +++ b/meson/meson.nm @@ -4,7 +4,7 @@ ############################################################################### name = meson -version = 0.64.1 +version = 1.3.0 release = 1 groups = Applications/System @@ -19,11 +19,9 @@ description unit tests, coverage reports, Valgrind, CCache and the like. end -source_dl = https://github.com/mesonbuild/meson/archive/%{version}/ +source_dl = https://github.com/mesonbuild/meson/releases/tag/%{version}/ build - arches = noarch - requires bison boost-devel