From unknown Sat Jun 21 05:20:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58849] [PATCH] gnu: wesnoth: Update to 1.16.6. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Oct 2022 23:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58849 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58849@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166700149427228 (code B ref -1); Fri, 28 Oct 2022 23:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Oct 2022 23:58:14 +0000 Received: from localhost ([127.0.0.1]:34516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooZEs-000755-4U for submit@debbugs.gnu.org; Fri, 28 Oct 2022 19:58:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:35192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooZEn-00074v-4v for submit@debbugs.gnu.org; Fri, 28 Oct 2022 19:58:12 -0400 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 1ooZEm-0004rw-Lx for guix-patches@gnu.org; Fri, 28 Oct 2022 19:58:08 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooZEk-0002TJ-Lb for guix-patches@gnu.org; Fri, 28 Oct 2022 19:58:08 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7C0C44E53A; Sat, 29 Oct 2022 01:58:04 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73SUxPAOiABo; Sat, 29 Oct 2022 01:58:03 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667001483; bh=9NhuLPWlYv04GiEb4iCGBm++PE4eIeY+AL00lvdZrMI=; h=From:To:Cc:Subject:Date; b=F7756UKeLWeFd//WQ2zMTYQyfaV4oEO4ZknbgwSnVmCSq5/5RZDmcveTg3AKc/nBr QW8zXwhQyQggj8KNx4nuvOm/AhK8g8wAH4xlTwy7xQwRQ36cimpuhSmQVVroRHNFHR Ps0ATS4blWgricCShg6gMMJPbeyrFhna3CbSDwtAJaRrxW28K2EsQi+/LyFXV+cXhU ZeD6/kPJ1hEOfP08neN8epGQ2ibnuxb4EQShnLlUBwKLpjxF0HBwrDCtEkq/ENJnrg vy4QvwJKgNleHJLCL9AeAkS0NoG3Uff4Gb+BZ+0+MVRj0bJ6GRXJ+stzfZphlSyxjG d1Zz0XQP3huLw== Date: Sat, 29 Oct 2022 00:57:58 +0100 Message-Id: <20221028235758.19931-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/games.scm (wesnoth): Update to 1.16.6. --- gnu/packages/games.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4f82bf710a..56d4ad2d87 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4293,22 +4293,19 @@ (define-public gnujump (define-public wesnoth (package (name "wesnoth") - (version "1.16.5") + (version "1.16.6") (source (origin - (method url-fetch) - (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" - (version-major+minor version) - "/wesnoth-" version "/" - "wesnoth-" version ".tar.bz2")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/wesnoth/wesnoth") + (commit version))) + (file-name (string-append name "-" version ".tar.bz2")) (sha256 (base32 - "02pzijbmkgcb8hc4l3f4r3r3mxqda936dp488i9sd9d4m3xdzimh")))) + "0hfvxmdnwn86w254blbjacia342j47rhhahm6ca79la9d04rlz3m")))) (build-system cmake-build-system) (arguments - `(#:tests? #f)) ;no check target - (native-inputs - `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list #:tests? #f)) ;no test target (inputs (list boost dbus @@ -4317,6 +4314,9 @@ (define-public wesnoth openssl pango (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))) + (native-inputs + (list gettext-minimal + pkg-config)) (home-page "https://www.wesnoth.org/") (synopsis "Turn-based strategy game") (description base-commit: 0a604c16b34f8147bf18e065e8b30d8d23cd8998 -- 2.38.0 From unknown Sat Jun 21 05:20:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58849] [PATCH] gnu: wesnoth: Update to 1.16.6. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 29 Oct 2022 21:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58849 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58849@debbugs.gnu.org Cc: 58849-done@debbugs.gnu.org, "\(" X-Debbugs-Original-To: "( via Guix-patches" via Received: via spool by submit@debbugs.gnu.org id=B.16670805657498 (code B ref -1); Sat, 29 Oct 2022 21:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Oct 2022 21:56:05 +0000 Received: from localhost ([127.0.0.1]:36827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ootoD-0001wr-1d for submit@debbugs.gnu.org; Sat, 29 Oct 2022 17:56:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:49490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooto8-0001vq-L2 for submit@debbugs.gnu.org; Sat, 29 Oct 2022 17:56:03 -0400 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 1ooto8-0005qs-EY for guix-patches@gnu.org; Sat, 29 Oct 2022 17:56:00 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:dc4:8::224]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooto6-0000LE-TM for guix-patches@gnu.org; Sat, 29 Oct 2022 17:56:00 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id C5EDCE0002; Sat, 29 Oct 2022 21:55:53 +0000 (UTC) From: Nicolas Goaziou References: <20221028235758.19931-1-paren@disroot.org> Date: Sat, 29 Oct 2022 23:55:52 +0200 In-Reply-To: <20221028235758.19931-1-paren@disroot.org> (guix-patches@gnu.org's message of "Sat, 29 Oct 2022 00:57:58 +0100") Message-ID: <8735b6pa53.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::224; envelope-from=mail@nicolasgoaziou.fr; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) Hello, "( via Guix-patches" via writes: > * gnu/packages/games.scm (wesnoth): Update to 1.16.6. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Sat Jun 21 05:20:06 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: "(" Subject: bug#58849: closed (Re: [bug#58849] [PATCH] gnu: wesnoth: Update to 1.16.6.) Message-ID: References: <8735b6pa53.fsf@nicolasgoaziou.fr> <20221028235758.19931-1-paren@disroot.org> X-Gnu-PR-Message: they-closed 58849 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58849@debbugs.gnu.org Date: Sat, 29 Oct 2022 21:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1667080622-7582-1" This is a multi-part message in MIME format... ------------=_1667080622-7582-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58849: [PATCH] gnu: wesnoth: Update to 1.16.6. 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 58849@debbugs.gnu.org. --=20 58849: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58849 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1667080622-7582-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58849-done) by debbugs.gnu.org; 29 Oct 2022 21:56:05 +0000 Received: from localhost ([127.0.0.1]:36829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ootoD-0001wt-AF for submit@debbugs.gnu.org; Sat, 29 Oct 2022 17:56:05 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:45623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ootoA-0001vl-9t for 58849-done@debbugs.gnu.org; Sat, 29 Oct 2022 17:56:03 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id C5EDCE0002; Sat, 29 Oct 2022 21:55:53 +0000 (UTC) From: Nicolas Goaziou To: "( via Guix-patches" via Subject: Re: [bug#58849] [PATCH] gnu: wesnoth: Update to 1.16.6. References: <20221028235758.19931-1-paren@disroot.org> Date: Sat, 29 Oct 2022 23:55:52 +0200 In-Reply-To: <20221028235758.19931-1-paren@disroot.org> (guix-patches@gnu.org's message of "Sat, 29 Oct 2022 00:57:58 +0100") Message-ID: <8735b6pa53.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58849-done Cc: 58849-done@debbugs.gnu.org, "\(" 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.7 (-) Hello, "( via Guix-patches" via writes: > * gnu/packages/games.scm (wesnoth): Update to 1.16.6. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1667080622-7582-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Oct 2022 23:58:14 +0000 Received: from localhost ([127.0.0.1]:34516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooZEs-000755-4U for submit@debbugs.gnu.org; Fri, 28 Oct 2022 19:58:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:35192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooZEn-00074v-4v for submit@debbugs.gnu.org; Fri, 28 Oct 2022 19:58:12 -0400 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 1ooZEm-0004rw-Lx for guix-patches@gnu.org; Fri, 28 Oct 2022 19:58:08 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooZEk-0002TJ-Lb for guix-patches@gnu.org; Fri, 28 Oct 2022 19:58:08 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7C0C44E53A; Sat, 29 Oct 2022 01:58:04 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73SUxPAOiABo; Sat, 29 Oct 2022 01:58:03 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667001483; bh=9NhuLPWlYv04GiEb4iCGBm++PE4eIeY+AL00lvdZrMI=; h=From:To:Cc:Subject:Date; b=F7756UKeLWeFd//WQ2zMTYQyfaV4oEO4ZknbgwSnVmCSq5/5RZDmcveTg3AKc/nBr QW8zXwhQyQggj8KNx4nuvOm/AhK8g8wAH4xlTwy7xQwRQ36cimpuhSmQVVroRHNFHR Ps0ATS4blWgricCShg6gMMJPbeyrFhna3CbSDwtAJaRrxW28K2EsQi+/LyFXV+cXhU ZeD6/kPJ1hEOfP08neN8epGQ2ibnuxb4EQShnLlUBwKLpjxF0HBwrDCtEkq/ENJnrg vy4QvwJKgNleHJLCL9AeAkS0NoG3Uff4Gb+BZ+0+MVRj0bJ6GRXJ+stzfZphlSyxjG d1Zz0XQP3huLw== To: guix-patches@gnu.org Subject: [PATCH] gnu: wesnoth: Update to 1.16.6. Date: Sat, 29 Oct 2022 00:57:58 +0100 Message-Id: <20221028235758.19931-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: "\(" 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 (-) * gnu/packages/games.scm (wesnoth): Update to 1.16.6. --- gnu/packages/games.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4f82bf710a..56d4ad2d87 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4293,22 +4293,19 @@ (define-public gnujump (define-public wesnoth (package (name "wesnoth") - (version "1.16.5") + (version "1.16.6") (source (origin - (method url-fetch) - (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" - (version-major+minor version) - "/wesnoth-" version "/" - "wesnoth-" version ".tar.bz2")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/wesnoth/wesnoth") + (commit version))) + (file-name (string-append name "-" version ".tar.bz2")) (sha256 (base32 - "02pzijbmkgcb8hc4l3f4r3r3mxqda936dp488i9sd9d4m3xdzimh")))) + "0hfvxmdnwn86w254blbjacia342j47rhhahm6ca79la9d04rlz3m")))) (build-system cmake-build-system) (arguments - `(#:tests? #f)) ;no check target - (native-inputs - `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list #:tests? #f)) ;no test target (inputs (list boost dbus @@ -4317,6 +4314,9 @@ (define-public wesnoth openssl pango (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))) + (native-inputs + (list gettext-minimal + pkg-config)) (home-page "https://www.wesnoth.org/") (synopsis "Turn-based strategy game") (description base-commit: 0a604c16b34f8147bf18e065e8b30d8d23cd8998 -- 2.38.0 ------------=_1667080622-7582-1--