From unknown Wed Jun 18 23:16:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60702 <60702@debbugs.gnu.org> To: bug#60702 <60702@debbugs.gnu.org> Subject: Status: [PATCH] gnu: weechat: Update to 3.8. Reply-To: bug#60702 <60702@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:16:53 +0000 retitle 60702 [PATCH] gnu: weechat: Update to 3.8. reassign 60702 guix-patches submitter 60702 S=C3=A9bastien Helleu severity 60702 normal tag 60702 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 10 00:59:21 2023 Received: (at submit) by debbugs.gnu.org; 10 Jan 2023 05:59:21 +0000 Received: from localhost ([127.0.0.1]:38523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pF7fK-0000gZ-RF for submit@debbugs.gnu.org; Tue, 10 Jan 2023 00:59:21 -0500 Received: from lists.gnu.org ([209.51.188.17]:37210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEzXt-00020N-L0 for submit@debbugs.gnu.org; Mon, 09 Jan 2023 16:19:06 -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 1pEzXs-0002fB-81 for guix-patches@gnu.org; Mon, 09 Jan 2023 16:19:04 -0500 Received: from anaconda.weechat.org ([94.130.30.26] helo=flashtux.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEzXq-0002yC-Kn for guix-patches@gnu.org; Mon, 09 Jan 2023 16:19:03 -0500 Received: by flashtux.org (Postfix, from userid 1000) id C3EEA10E0384; Mon, 9 Jan 2023 22:18:58 +0100 (CET) Date: Mon, 9 Jan 2023 22:18:58 +0100 From: =?utf-8?Q?S=C3=A9bastien?= Helleu To: guix-patches@gnu.org Subject: [PATCH] gnu: weechat: Update to 3.8. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=94.130.30.26; envelope-from=flashcode@flashtux.org; helo=flashtux.org 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, SPF_HELO_PASS=-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 X-Mailman-Approved-At: Tue, 10 Jan 2023 00:59:17 -0500 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 (--) * gnu/packages/irc.scm (weechat): Update to 3.8. [arguments]: Do not build tests any more: since version 3.8, ‘make test’ is successful when tests are not built. [native-inputs]: Remove dependency on cpputest as tests are not built any more. --- gnu/packages/irc.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 0a6c28980d..d850e9c916 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -195,14 +195,14 @@ (define-public irssi (define-public weechat (package (name "weechat") - (version "3.6") + (version "3.8") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "1ppj676gwh67krq92xnfkmh3qnwbz8d51djsscxw013x7cdxg1cx")))) + "0a5zfkqqdkya111rl2gpwlbfala0305qry9cdz2r1h7q0316bjzp")))) (build-system cmake-build-system) (outputs '("out" "doc")) (native-inputs @@ -210,9 +210,7 @@ (define-public weechat ("pkg-config" ,pkg-config) ,@(if (target-x86?) `(("ruby-asciidoctor" ,ruby-asciidoctor)) - '()) - ;; For tests. - ("cpputest" ,cpputest))) + '()))) (inputs (list aspell curl @@ -234,8 +232,7 @@ (define-public weechat ,@(if (target-x86?) '("-DENABLE_MAN=ON" "-DENABLE_DOC=ON") - '()) - "-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise + '())) #:phases (modify-phases %standard-phases ,@(if (target-x86?) -- 2.39.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 11 22:13:53 2023 Received: (at 60702-done) by debbugs.gnu.org; 12 Jan 2023 03:13:53 +0000 Received: from localhost ([127.0.0.1]:44319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFo2L-00053J-Ei for submit@debbugs.gnu.org; Wed, 11 Jan 2023 22:13:53 -0500 Received: from mail.envs.net ([5.199.136.28]:35322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFo2J-000536-4X for 60702-done@debbugs.gnu.org; Wed, 11 Jan 2023 22:13:52 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 8928F38A00FA; Thu, 12 Jan 2023 03:13:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1673493229; bh=WNlQGzwoknM0GoF9IvDujAb1y8lMaVf/Tgij1r5ABSw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=W0cGUzwEadKEdsqfhhyjSxnvNpnBBw/EicOksJy3xjsFYNI3M3nw/UBuDa604Fuaf /N3Ekwyazw9j7jPtZgXzMv4eJkSmuBRmoKIK6wJQhvEQXYqu9PAkqveleXTjUaLlYQ y4uJ4jcUpuTGDly2P1mkPK1zRt2t6EM5AabYkF9AaK4sx3HnqFLpkNoXRsg6Ms69Xt Aw/5DDFCYS3L4aJAecpn0v5U+j4vzT8F3U3GOUkD6sM8o6G5JnE2ARBmjQeseiVHWf U3a3JGJ2033t0QqmjdDmldSghmGxuE3wt3bS8ITr3VyzU80Pcylq4ztSLTtEqEFw4G X6WrLZ0T5RuavRvJtmS26OThbSE1gaUWbZzJ3HpqT9PcfbKS4O9zGfTQretigUHKzD dlOU4h5PWALZf5p6X5Pqgp4j2UGJhsK46z5hCh2/f9MPPL1jqhLfklEAgir5yRYeCl 3yqDWFNU8d7I5ZMwy6MzaDc8cal9cDan+EM1AUH4wBL+VkDtpXYjFxmmn11f/mmMtG GhgCgxsTk/G4Ado7Vi3rFPdMDq0QYROOS0XQqrGKpdB1fYmOSbuWguSk8TvmCbqJHy nY6r1hNjvFnpbMwdyTy2cD4tBw1cC9PKg7HXy/ldstafj0S+R2AKGS/Ku8pu8hrEHS uhHuxxpkqPkjsotbOXxVgOfI= 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 nnX4agbASgI4; Thu, 12 Jan 2023 03:13:46 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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; Thu, 12 Jan 2023 03:13:46 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 6aa5fa12; Thu, 12 Jan 2023 03:13:51 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: =?utf-8?Q?S=C3=A9bastien?= Helleu Subject: Re: bug#60702: [PATCH] gnu: weechat: Update to 3.8. References: Date: Thu, 12 Jan 2023 11:13:51 +0800 In-Reply-To: (=?utf-8?Q?=22S=C3=A9bastien?= Helleu"'s message of "Mon, 9 Jan 2023 22:18:58 +0100") Message-ID: <87fscg78cw.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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: 60702-done Cc: 60702-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.0 (-) S=C3=A9bastien Helleu writes: > * gnu/packages/irc.scm (weechat): Update to 3.8. > [arguments]: Do not build tests any more: since version 3.8, =E2=80=98mak= e test=E2=80=99 > is successful when tests are not built. > [native-inputs]: Remove dependency on cpputest as tests are not built > any more. Pushed, thank you! From unknown Wed Jun 18 23:16:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 09 Feb 2023 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator