From unknown Sat Aug 09 13:21:57 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75138] [PATCH] gnu: wesnoth: Update to 1.18.3. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Fri, 27 Dec 2024 12:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75138 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75138@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.173530154820382 (code B ref -1); Fri, 27 Dec 2024 12:13:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Dec 2024 12:12:28 +0000 Received: from localhost ([127.0.0.1]:44936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tR9Cd-0005If-Sp for submit@debbugs.gnu.org; Fri, 27 Dec 2024 07:12:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:56760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tR9CU-0005IE-7d for submit@debbugs.gnu.org; Fri, 27 Dec 2024 07:12:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tR9CT-0002PU-QN for guix-patches@gnu.org; Fri, 27 Dec 2024 07:12:17 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tR9CR-0004zS-6C for guix-patches@gnu.org; Fri, 27 Dec 2024 07:12:17 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 7757E38A3E3F; Fri, 27 Dec 2024 12:12:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BavwWABWYVsO; Fri, 27 Dec 2024 12:12:01 +0000 (UTC) Received: from localhost (unknown [112.44.73.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Fri, 27 Dec 2024 12:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0c9efd8c; Fri, 27 Dec 2024 12:15:05 +0000 (UTC) From: iyzsong@envs.net Date: Fri, 27 Dec 2024 20:15:01 +0800 Message-ID: <789aea2d271877c486f2abe2fb6147aff20c3087.1735301691.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: 宋文武 * gnu/packages/games.scm (wesnoth): Update to 1.18.3. Change-Id: Id9d969c2094f8ba9bda6db885af6667dfe53fc22 --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4f4968b241..5521b9b14f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4779,7 +4779,7 @@ (define-public gnujump (define-public wesnoth (package (name "wesnoth") - (version "1.18.0") + (version "1.18.3") (source (origin (method git-fetch) (uri (git-reference @@ -4788,7 +4788,7 @@ (define-public wesnoth (file-name (git-file-name name version)) (sha256 (base32 - "0ar0zkyl4rzqgambmdqhklscx478liql1k458ax64bp4xw441kfc")))) + "0habv0whb0y0r52sjln7yin1nfm3vjjxqlavm7jarcrg2s3v743k")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test target base-commit: f3f3cb06b0a852f96a1f76f6168307583e6dfac5 -- 2.47.1 From unknown Sat Aug 09 13:21:57 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: iyzsong@envs.net Subject: bug#75138: closed (Re: [bug#75138] [PATCH] gnu: wesnoth: Update to 1.18.3.) Message-ID: References: <87ldvxojg0.fsf@envs.net> <789aea2d271877c486f2abe2fb6147aff20c3087.1735301691.git.iyzsong@member.fsf.org> X-Gnu-PR-Message: they-closed 75138 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75138@debbugs.gnu.org Date: Mon, 30 Dec 2024 04:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1735534622-3922-1" This is a multi-part message in MIME format... ------------=_1735534622-3922-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75138: [PATCH] gnu: wesnoth: Update to 1.18.3. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 75138@debbugs.gnu.org. --=20 75138: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75138 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1735534622-3922-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75138-done) by debbugs.gnu.org; 30 Dec 2024 04:56:03 +0000 Received: from localhost ([127.0.0.1]:56946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tS7ox-0000zd-CJ for submit@debbugs.gnu.org; Sun, 29 Dec 2024 23:56:03 -0500 Received: from mail.envs.net ([5.199.136.28]:34462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tS7ov-0000zC-9j for 75138-done@debbugs.gnu.org; Sun, 29 Dec 2024 23:56:02 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 5C11838A3DE4; Mon, 30 Dec 2024 04:55:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 33k8qdLTi8h3; Mon, 30 Dec 2024 04:55:51 +0000 (UTC) Received: from localhost (unknown [112.44.106.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 30 Dec 2024 04:55:51 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a2b223f0; Mon, 30 Dec 2024 04:58:55 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: 75138-done@debbugs.gnu.org Subject: Re: [bug#75138] [PATCH] gnu: wesnoth: Update to 1.18.3. In-Reply-To: <789aea2d271877c486f2abe2fb6147aff20c3087.1735301691.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Fri, 27 Dec 2024 20:15:01 +0800") References: <789aea2d271877c486f2abe2fb6147aff20c3087.1735301691.git.iyzsong@member.fsf.org> Date: Mon, 30 Dec 2024 12:58:55 +0800 Message-ID: <87ldvxojg0.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75138-done Cc: =?utf-8?B?5a6L5paH5q2m?= , Liliana Marie Prikler , Adam Faiz X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > From: =E5=AE=8B=E6=96=87=E6=AD=A6 > > * gnu/packages/games.scm (wesnoth): Update to 1.18.3. > > Change-Id: Id9d969c2094f8ba9bda6db885af6667dfe53fc22 Pushed to master now, close. ------------=_1735534622-3922-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Dec 2024 12:12:28 +0000 Received: from localhost ([127.0.0.1]:44936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tR9Cd-0005If-Sp for submit@debbugs.gnu.org; Fri, 27 Dec 2024 07:12:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:56760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tR9CU-0005IE-7d for submit@debbugs.gnu.org; Fri, 27 Dec 2024 07:12:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tR9CT-0002PU-QN for guix-patches@gnu.org; Fri, 27 Dec 2024 07:12:17 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tR9CR-0004zS-6C for guix-patches@gnu.org; Fri, 27 Dec 2024 07:12:17 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 7757E38A3E3F; Fri, 27 Dec 2024 12:12:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BavwWABWYVsO; Fri, 27 Dec 2024 12:12:01 +0000 (UTC) Received: from localhost (unknown [112.44.73.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Fri, 27 Dec 2024 12:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0c9efd8c; Fri, 27 Dec 2024 12:15:05 +0000 (UTC) From: iyzsong@envs.net To: guix-patches@gnu.org Subject: [PATCH] gnu: wesnoth: Update to 1.18.3. Date: Fri, 27 Dec 2024 20:15:01 +0800 Message-ID: <789aea2d271877c486f2abe2fb6147aff20c3087.1735301691.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 X-Debbugs-Cc: Adam Faiz , Liliana Marie Prikler , 宋文武 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: 宋文武 * gnu/packages/games.scm (wesnoth): Update to 1.18.3. Change-Id: Id9d969c2094f8ba9bda6db885af6667dfe53fc22 --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4f4968b241..5521b9b14f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4779,7 +4779,7 @@ (define-public gnujump (define-public wesnoth (package (name "wesnoth") - (version "1.18.0") + (version "1.18.3") (source (origin (method git-fetch) (uri (git-reference @@ -4788,7 +4788,7 @@ (define-public wesnoth (file-name (git-file-name name version)) (sha256 (base32 - "0ar0zkyl4rzqgambmdqhklscx478liql1k458ax64bp4xw441kfc")))) + "0habv0whb0y0r52sjln7yin1nfm3vjjxqlavm7jarcrg2s3v743k")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test target base-commit: f3f3cb06b0a852f96a1f76f6168307583e6dfac5 -- 2.47.1 ------------=_1735534622-3922-1--