From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78217] [PATCH] gnu: labwc: Update to 0.8.4. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 May 2025 17:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78217 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78217@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174620618929623 (code B ref -1); Fri, 02 May 2025 17:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 May 2025 17:16:29 +0000 Received: from localhost ([127.0.0.1]:32948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAtzx-0007hj-Hz for submit@debbugs.gnu.org; Fri, 02 May 2025 13:16:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36262) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uAtzu-0007hL-Di for submit@debbugs.gnu.org; Fri, 02 May 2025 13:16:27 -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 1uAtzc-0000JU-1n for guix-patches@gnu.org; Fri, 02 May 2025 13:16:15 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uAtzZ-0002Np-Ml for guix-patches@gnu.org; Fri, 02 May 2025 13:16:07 -0400 Received: from localhost.localdomain (2a02-9140-3881-3200-8f9e-16e8-d977-4e8f.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:3200:8f9e:16e8:d977:4e8f]) (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) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id E86891EA00; Fri, 2 May 2025 17:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1746206163; 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=ghlQdvuLxVEMXHVZdjYHHakPmmoDkelksm6Z1GSUzKk=; b=jBEHWLREB88c0Qj7fmIzYbZUQv91pe/qkuMhBUARhqSllp1p+bQe1rnXz+s7RJHu52N8Zu Z4/8A75wpdQ3f2XlEaxry6Vct1TiRdmRdsQz7skP+wL95qszw39a4arNZedXb8syfOYsTD tEPUQLzSuMVQSfScwlwbm4/nxM/6bHE= From: Ashish SHUKLA Date: Fri, 2 May 2025 19:15:50 +0200 Message-ID: <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_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: 0.9 (/) 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: -0.1 (/) * gnu/packages/wm.scm (labwc): Update to 0.8.4. Change-Id: I3fa0153f41afe24d9ba6893bff8e69271c623b71 --- gnu/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 772c6a2daf..66dd5f2035 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -3651,7 +3651,7 @@ (define-public libucl (define-public labwc (package (name "labwc") - (version "0.8.3") + (version "0.8.4") (source (origin (method git-fetch) (uri (git-reference @@ -3660,7 +3660,7 @@ (define-public labwc (file-name (git-file-name name version)) (sha256 (base32 - "1wbg3r4l7l4x94p8hl4zrjlmiqipg8p6gisi52nq1vgp1sz8zr48")))) + "1wbza00y2xf2zn34q5c8g5k2dn2xjzbbqmsnjv6c90mh2bbk1q95")))) (build-system meson-build-system) (native-inputs (list pkg-config gettext-minimal scdoc)) base-commit: 0b83a27b67ae92e988795322ae988518ec3e6972 -- 2.49.0 From unknown Fri Aug 15 17:19:00 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: Ashish SHUKLA Subject: bug#78217: closed (Re: [bug#78217] [PATCH] gnu: labwc: Update to 0.8.4.) Message-ID: References: <87plgq4brg.fsf@z572.online> <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 78217 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78217@debbugs.gnu.org Date: Sat, 03 May 2025 03:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1746242702-22838-1" This is a multi-part message in MIME format... ------------=_1746242702-22838-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78217: [PATCH] gnu: labwc: Update to 0.8.4. 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 78217@debbugs.gnu.org. --=20 78217: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78217 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1746242702-22838-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78217-done) by debbugs.gnu.org; 3 May 2025 03:24:53 +0000 Received: from localhost ([127.0.0.1]:36130 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uB3Ui-0005vm-Sx for submit@debbugs.gnu.org; Fri, 02 May 2025 23:24:53 -0400 Received: from mail.z572.online ([88.99.160.180]:50534) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uB3Ug-0005vb-Bd for 78217-done@debbugs.gnu.org; Fri, 02 May 2025 23:24:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746243096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vaD9avKDvnpF/nHmk/28fnTrmJZuqmN2Cwvo6mv7G48=; b=xxltZ/qOGWXSH/XklGs7veSRyzP0/8fvTOQNEGzpy3G4iIBzq1vUeYtZs/rt6dLBcGhnYA DEthPTg9dfItN/kNVP7A4K95VUEHBth8QqXlwqfKM8PxSvrZcRWmStDPVf/TuK9Obtqzkv 0x5IH1bD/pOTBMbUI+qJC5M6oBeaGZQ= Received: from m ( [115.195.126.104]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 34dca4f1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 3 May 2025 03:31:34 +0000 (UTC) From: Z572 To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#78217] [PATCH] gnu: labwc: Update to 0.8.4. In-Reply-To: <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Fri, 2 May 2025 19:15:50 +0200") References: <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sat, 03 May 2025 11:24:35 +0800 Message-ID: <87plgq4brg.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 78217-done Cc: 78217-done@debbugs.gnu.org, Ashish SHUKLA 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: 0.5 (/) --=-=-= Content-Type: text/plain Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/wm.scm (labwc): Update to 0.8.4. > > Change-Id: I3fa0153f41afe24d9ba6893bff8e69271c623b71 > --- > gnu/packages/wm.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index 772c6a2daf..66dd5f2035 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -3651,7 +3651,7 @@ (define-public libucl > (define-public labwc > (package > (name "labwc") > - (version "0.8.3") > + (version "0.8.4") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -3660,7 +3660,7 @@ (define-public labwc > (file-name (git-file-name name version)) > (sha256 > (base32 > - "1wbg3r4l7l4x94p8hl4zrjlmiqipg8p6gisi52nq1vgp1sz8zr48")))) > + "1wbza00y2xf2zn34q5c8g5k2dn2xjzbbqmsnjv6c90mh2bbk1q95")))) > (build-system meson-build-system) > (native-inputs > (list pkg-config gettext-minimal scdoc)) > > base-commit: 0b83a27b67ae92e988795322ae988518ec3e6972 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmgVjHMACgkQO1qpk+Gi 3/AF1Q/8DyL3N+YFQLLwoI978kvjy1BlCHjNn37n/M6qxT0E3lrafYhfw06kwRd9 aRngpltyE+qWip4w3TAh2o2WSne4KQwVN9zHu5RVeRCDOf1aFtcihAdygg+KGLr6 3SFyu32nfogAo1owb/MKNXaEnJ9OJMa7NflX07P3ydLdAAQCN8UG2K2MsjPUs6el wKY0CP1rAXvNT06cWc+DC08N+FaXW8lRMGIVeov1mwAX88ijnOj7oWpBu8ER6R81 xfzuRrSAZBlirF7+JjkJkmS3Sa3z3IaJz3I0ZkGTsLYK6ZHiJfZXHnDIkk59kkzi Vq5Irw4gJH7j0web27JKwktRynQD6Pl6XFaY5gUdjyRMlREiFgIynwSo4mtQetql PzpHeMpivwaMCrkWaUc1f06YPC3Ce+PJVu9x2w49XrX2mKwFvXV1qJHt0wPXAwKI f/o92VQ7OLZ9ADDesQc9S4+3PBfTOf3+J0ZXsOB7/FlqIb4ZNNlZefWyRvRFptMn ZobGLLnZVo9uwcoRyHRJCtoMShLcJnNC/EXrQkNHTsXHDn8QzLq0btZm4wqAoMk2 VpKpopov2NiUKJbOxehhVhf5osgdWbPI1/u3QSORQEFrZSMes2z3K81VzF9/7sHd tHpc+jcbvn0r8YGbTDFdP+ABeWvhidShRALYodNiSXScQHVE0go= =0X/1 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1746242702-22838-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 May 2025 17:16:29 +0000 Received: from localhost ([127.0.0.1]:32948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAtzx-0007hj-Hz for submit@debbugs.gnu.org; Fri, 02 May 2025 13:16:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36262) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uAtzu-0007hL-Di for submit@debbugs.gnu.org; Fri, 02 May 2025 13:16:27 -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 1uAtzc-0000JU-1n for guix-patches@gnu.org; Fri, 02 May 2025 13:16:15 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uAtzZ-0002Np-Ml for guix-patches@gnu.org; Fri, 02 May 2025 13:16:07 -0400 Received: from localhost.localdomain (2a02-9140-3881-3200-8f9e-16e8-d977-4e8f.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:3200:8f9e:16e8:d977:4e8f]) (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) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id E86891EA00; Fri, 2 May 2025 17:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1746206163; 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=ghlQdvuLxVEMXHVZdjYHHakPmmoDkelksm6Z1GSUzKk=; b=jBEHWLREB88c0Qj7fmIzYbZUQv91pe/qkuMhBUARhqSllp1p+bQe1rnXz+s7RJHu52N8Zu Z4/8A75wpdQ3f2XlEaxry6Vct1TiRdmRdsQz7skP+wL95qszw39a4arNZedXb8syfOYsTD tEPUQLzSuMVQSfScwlwbm4/nxM/6bHE= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: labwc: Update to 0.8.4. Date: Fri, 2 May 2025 19:15:50 +0200 Message-ID: <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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: -0.1 (/) * gnu/packages/wm.scm (labwc): Update to 0.8.4. Change-Id: I3fa0153f41afe24d9ba6893bff8e69271c623b71 --- gnu/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 772c6a2daf..66dd5f2035 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -3651,7 +3651,7 @@ (define-public libucl (define-public labwc (package (name "labwc") - (version "0.8.3") + (version "0.8.4") (source (origin (method git-fetch) (uri (git-reference @@ -3660,7 +3660,7 @@ (define-public labwc (file-name (git-file-name name version)) (sha256 (base32 - "1wbg3r4l7l4x94p8hl4zrjlmiqipg8p6gisi52nq1vgp1sz8zr48")))) + "1wbza00y2xf2zn34q5c8g5k2dn2xjzbbqmsnjv6c90mh2bbk1q95")))) (build-system meson-build-system) (native-inputs (list pkg-config gettext-minimal scdoc)) base-commit: 0b83a27b67ae92e988795322ae988518ec3e6972 -- 2.49.0 ------------=_1746242702-22838-1-- From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78217] [PATCH] gnu: labwc: Update to 0.8.4. Resent-From: Z572 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 03 May 2025 03:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78217 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78217@debbugs.gnu.org Cc: 78217-done@debbugs.gnu.org, Ashish SHUKLA X-Debbugs-Original-To: Ashish SHUKLA via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.174624270322875 (code B ref -1); Sat, 03 May 2025 03:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 May 2025 03:25:03 +0000 Received: from localhost ([127.0.0.1]:36140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uB3Ut-0005wr-9s for submit@debbugs.gnu.org; Fri, 02 May 2025 23:25:03 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60168) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uB3Uq-0005vw-Vs for submit@debbugs.gnu.org; Fri, 02 May 2025 23:25:01 -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 1uB3Uj-0004Gm-9c for guix-patches@gnu.org; Fri, 02 May 2025 23:24:54 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uB3Uh-0005BR-Pj for guix-patches@gnu.org; Fri, 02 May 2025 23:24:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746243096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vaD9avKDvnpF/nHmk/28fnTrmJZuqmN2Cwvo6mv7G48=; b=xxltZ/qOGWXSH/XklGs7veSRyzP0/8fvTOQNEGzpy3G4iIBzq1vUeYtZs/rt6dLBcGhnYA DEthPTg9dfItN/kNVP7A4K95VUEHBth8QqXlwqfKM8PxSvrZcRWmStDPVf/TuK9Obtqzkv 0x5IH1bD/pOTBMbUI+qJC5M6oBeaGZQ= Received: from m ( [115.195.126.104]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 34dca4f1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 3 May 2025 03:31:34 +0000 (UTC) From: Z572 In-Reply-To: <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Fri, 2 May 2025 19:15:50 +0200") References: <12d9668719877212110d8221c43ea50140ba5cc3.1746206150.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sat, 03 May 2025 11:24:35 +0800 Message-ID: <87plgq4brg.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 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, FROM_SUSPICIOUS_NTLD=0.498, PDS_OTHER_BAD_TLD=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/wm.scm (labwc): Update to 0.8.4. > > Change-Id: I3fa0153f41afe24d9ba6893bff8e69271c623b71 > --- > gnu/packages/wm.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > di [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/wm.scm (labwc): Update to 0.8.4. > > Change-Id: I3fa0153f41afe24d9ba6893bff8e69271c623b71 > --- > gnu/packages/wm.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > di [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/wm.scm (labwc): Update to 0.8.4. > > Change-Id: I3fa0153f41afe24d9ba6893bff8e69271c623b71 > --- > gnu/packages/wm.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index 772c6a2daf..66dd5f2035 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -3651,7 +3651,7 @@ (define-public libucl > (define-public labwc > (package > (name "labwc") > - (version "0.8.3") > + (version "0.8.4") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -3660,7 +3660,7 @@ (define-public labwc > (file-name (git-file-name name version)) > (sha256 > (base32 > - "1wbg3r4l7l4x94p8hl4zrjlmiqipg8p6gisi52nq1vgp1sz8zr48")))) > + "1wbza00y2xf2zn34q5c8g5k2dn2xjzbbqmsnjv6c90mh2bbk1q95")))) > (build-system meson-build-system) > (native-inputs > (list pkg-config gettext-minimal scdoc)) > > base-commit: 0b83a27b67ae92e988795322ae988518ec3e6972 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmgVjHMACgkQO1qpk+Gi 3/AF1Q/8DyL3N+YFQLLwoI978kvjy1BlCHjNn37n/M6qxT0E3lrafYhfw06kwRd9 aRngpltyE+qWip4w3TAh2o2WSne4KQwVN9zHu5RVeRCDOf1aFtcihAdygg+KGLr6 3SFyu32nfogAo1owb/MKNXaEnJ9OJMa7NflX07P3ydLdAAQCN8UG2K2MsjPUs6el wKY0CP1rAXvNT06cWc+DC08N+FaXW8lRMGIVeov1mwAX88ijnOj7oWpBu8ER6R81 xfzuRrSAZBlirF7+JjkJkmS3Sa3z3IaJz3I0ZkGTsLYK6ZHiJfZXHnDIkk59kkzi Vq5Irw4gJH7j0web27JKwktRynQD6Pl6XFaY5gUdjyRMlREiFgIynwSo4mtQetql PzpHeMpivwaMCrkWaUc1f06YPC3Ce+PJVu9x2w49XrX2mKwFvXV1qJHt0wPXAwKI f/o92VQ7OLZ9ADDesQc9S4+3PBfTOf3+J0ZXsOB7/FlqIb4ZNNlZefWyRvRFptMn ZobGLLnZVo9uwcoRyHRJCtoMShLcJnNC/EXrQkNHTsXHDn8QzLq0btZm4wqAoMk2 VpKpopov2NiUKJbOxehhVhf5osgdWbPI1/u3QSORQEFrZSMes2z3K81VzF9/7sHd tHpc+jcbvn0r8YGbTDFdP+ABeWvhidShRALYodNiSXScQHVE0go= =0X/1 -----END PGP SIGNATURE----- --=-=-=--