From unknown Thu Jun 19 16:24:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51244] [PATCH] gnu: workrave: Update to 1.10.48. Resent-From: "Jovany Leandro G.C" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 16 Oct 2021 19:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51244 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51244@debbugs.gnu.org Cc: "Jovany Leandro G.C" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163441244923073 (code B ref -1); Sat, 16 Oct 2021 19:28:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Oct 2021 19:27:29 +0000 Received: from localhost ([127.0.0.1]:43098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbpL7-000604-CT for submit@debbugs.gnu.org; Sat, 16 Oct 2021 15:27:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:44656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbpL6-0005zw-5R for submit@debbugs.gnu.org; Sat, 16 Oct 2021 15:27:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbpL5-0002th-VK for guix-patches@gnu.org; Sat, 16 Oct 2021 15:27:27 -0400 Received: from mx1.riseup.net ([198.252.153.129]:55920) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbpL2-0006fM-S1 for guix-patches@gnu.org; Sat, 16 Oct 2021 15:27:27 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4HWtSV09p2zF3ys for ; Sat, 16 Oct 2021 12:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1634412442; bh=sk0Zm/pVfmHzB42UVgdPhqMVus/uzMOjReUyeHApBCM=; h=From:To:Cc:Subject:Date:From; b=OBqdw2pBUJVlr+pFJD2++psrurVDOP9qYYwire/C26TQdfI8NEjSAwgkUrUttFAPY VYne9TyNWuiinjVhdO0GjRFExXmtmBMJ4y4YeDIb71bwLFcU+bAlZUFHpw9vyY3fFj aZOytmab17/Xp78jP7Obac/ms35lH5L8gf57nHfk= X-Riseup-User-ID: 2EF8A6041E41A411885074F560E4853F0D3F9072235ED1FEEE94FC14E80B0D87 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4HWtST1NWlz5vNY; Sat, 16 Oct 2021 12:27:20 -0700 (PDT) From: "Jovany Leandro G.C" Date: Sat, 16 Oct 2021 14:26:24 -0500 Message-Id: <20211016192624.5414-1-bit4bit@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=bit4bit@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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-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/gnome.scm (workrave): Update to 1.10.48. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 20c0be8d9d..5d8840e89a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10655,7 +10655,7 @@ (define-public soundconverter (define-public workrave (package (name "workrave") - (version "1.10.43") + (version "1.10.48") (source (origin (method git-fetch) @@ -10666,7 +10666,7 @@ (define-public workrave version))))) (file-name (git-file-name name version)) (sha256 - (base32 "1baa9qjzd4b3q1zy5vhvyrx0hyz17mk237373ca48647897kw4cr")))) + (base32 "0qcknxylk9mr0xzszsd1rkgh2zpnix20m998dfclkm9x8zh9pvyr")))) (build-system glib-or-gtk-build-system) (arguments ;; The only tests are maintainer tests (in po/), which fail. -- 2.33.0 From unknown Thu Jun 19 16:24:37 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: "Jovany Leandro G.C" Subject: bug#51244: closed (Re: [bug#51244] [PATCH] gnu: workrave: Update to 1.10.48.) Message-ID: References: <878ryrbwtg.fsf@nckx> <20211016192624.5414-1-bit4bit@riseup.net> X-Gnu-PR-Message: they-closed 51244 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51244@debbugs.gnu.org Date: Sun, 17 Oct 2021 13:34:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1634477641-20976-1" This is a multi-part message in MIME format... ------------=_1634477641-20976-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51244: [PATCH] gnu: workrave: Update to 1.10.48. 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 51244@debbugs.gnu.org. --=20 51244: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51244 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1634477641-20976-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51244-done) by debbugs.gnu.org; 17 Oct 2021 13:33:20 +0000 Received: from localhost ([127.0.0.1]:43772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mc6Hw-0005RO-Gl for submit@debbugs.gnu.org; Sun, 17 Oct 2021 09:33:20 -0400 Received: from tobias.gr ([80.241.217.52]:53024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mc6Hs-0005RD-FD for 51244-done@debbugs.gnu.org; Sun, 17 Oct 2021 09:33:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=vIX7FZqMHSiy1 HHdj/5QbTDhwTEd9vwIeP/gAImaUFk=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=Je2y1IR/cg7VReMgmx7obgFMf3hGmo1AfXBt6P HBqudF0W114boP31i7OT9VC/nFxp79PRnqW+acQs4oAU8IqlHg554aeDjVLLQ9ZLWKX0pV 9NyB8AHnKNuRDjdFRrkiYsbxTtBbzF1wC7W2I9oQhtAu7xqUSV/M+EBg6PKOtqRZTKKUz1 LnPd1s/nSxC/lQVRcXpqAY150C9YYcXtEI/OjQ4gKkbdXYSbBMies89Fi+FkjVWNZ8nviD qmkKNLIBhLZlLwfv4iJ4e3W861XEfyPv1hDJp/2lggR8z8hw+4uH9nvWxNyvs6ovFJ1Ioe poPlABVycvSgH4skoQ7VBayg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 1ea10352 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 17 Oct 2021 13:33:11 +0000 (UTC) References: <20211016192624.5414-1-bit4bit@riseup.net> From: Tobias Geerinckx-Rice To: "Jovany Leandro G.C" Subject: Re: [bug#51244] [PATCH] gnu: workrave: Update to 1.10.48. Date: Sun, 17 Oct 2021 15:32:56 +0200 In-reply-to: <20211016192624.5414-1-bit4bit@riseup.net> BIMI-Selector: v=BIMI1; s=default; Message-ID: <878ryrbwtg.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51244-done Cc: 51244-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 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Jovany Leandro G.C =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/gnome.scm (workrave): Update to 1.10.48. Pushed as e22f12bb79c7374c12ca130132a268789991dc3c. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYWwmGw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15qTMA/1zgU3aCmpIxAQt4GioeCIm00VxwZM/OcRsZnt/f Ml//AP9in9NihqEVT5xnaDly6Da7BTwnCsPc9qifyZe7M8nNCQ== =GyeK -----END PGP SIGNATURE----- --=-=-=-- ------------=_1634477641-20976-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Oct 2021 19:27:29 +0000 Received: from localhost ([127.0.0.1]:43098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbpL7-000604-CT for submit@debbugs.gnu.org; Sat, 16 Oct 2021 15:27:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:44656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbpL6-0005zw-5R for submit@debbugs.gnu.org; Sat, 16 Oct 2021 15:27:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbpL5-0002th-VK for guix-patches@gnu.org; Sat, 16 Oct 2021 15:27:27 -0400 Received: from mx1.riseup.net ([198.252.153.129]:55920) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbpL2-0006fM-S1 for guix-patches@gnu.org; Sat, 16 Oct 2021 15:27:27 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4HWtSV09p2zF3ys for ; Sat, 16 Oct 2021 12:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1634412442; bh=sk0Zm/pVfmHzB42UVgdPhqMVus/uzMOjReUyeHApBCM=; h=From:To:Cc:Subject:Date:From; b=OBqdw2pBUJVlr+pFJD2++psrurVDOP9qYYwire/C26TQdfI8NEjSAwgkUrUttFAPY VYne9TyNWuiinjVhdO0GjRFExXmtmBMJ4y4YeDIb71bwLFcU+bAlZUFHpw9vyY3fFj aZOytmab17/Xp78jP7Obac/ms35lH5L8gf57nHfk= X-Riseup-User-ID: 2EF8A6041E41A411885074F560E4853F0D3F9072235ED1FEEE94FC14E80B0D87 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4HWtST1NWlz5vNY; Sat, 16 Oct 2021 12:27:20 -0700 (PDT) From: "Jovany Leandro G.C" To: guix-patches@gnu.org Subject: [PATCH] gnu: workrave: Update to 1.10.48. Date: Sat, 16 Oct 2021 14:26:24 -0500 Message-Id: <20211016192624.5414-1-bit4bit@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=bit4bit@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 Cc: "Jovany Leandro G.C" 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/gnome.scm (workrave): Update to 1.10.48. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 20c0be8d9d..5d8840e89a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10655,7 +10655,7 @@ (define-public soundconverter (define-public workrave (package (name "workrave") - (version "1.10.43") + (version "1.10.48") (source (origin (method git-fetch) @@ -10666,7 +10666,7 @@ (define-public workrave version))))) (file-name (git-file-name name version)) (sha256 - (base32 "1baa9qjzd4b3q1zy5vhvyrx0hyz17mk237373ca48647897kw4cr")))) + (base32 "0qcknxylk9mr0xzszsd1rkgh2zpnix20m998dfclkm9x8zh9pvyr")))) (build-system glib-or-gtk-build-system) (arguments ;; The only tests are maintainer tests (in po/), which fail. -- 2.33.0 ------------=_1634477641-20976-1--