From unknown Sat Aug 16 16:01:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53958] [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Feb 2022 13:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53958 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53958@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1644671605979 (code B ref -1); Sat, 12 Feb 2022 13:14:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Feb 2022 13:13:25 +0000 Received: from localhost ([127.0.0.1]:33730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIsDN-0000Fj-6V for submit@debbugs.gnu.org; Sat, 12 Feb 2022 08:13:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:34776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIsDL-0000FZ-EO for submit@debbugs.gnu.org; Sat, 12 Feb 2022 08:13:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIsDJ-0008Nu-OX for guix-patches@gnu.org; Sat, 12 Feb 2022 08:13:23 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=51162 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIsDH-0007ES-MU for guix-patches@gnu.org; Sat, 12 Feb 2022 08:13:21 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nIsDD-0004Dr-3B; Sat, 12 Feb 2022 14:13:15 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nIsCz-0005eh-Dx; Sat, 12 Feb 2022 14:13:14 +0100 From: Michael Rohleder Date: Sat, 12 Feb 2022 14:13:13 +0100 Message-Id: <20220212131313.5194-1-mike@rohleder.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1644671599;f9dfdcd9; X-HE-SMSGID: 1nIsDD-0004Dr-3B X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 462736d63a..cdd98f2863 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1106,7 +1106,7 @@ (define-public orage (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1114,7 +1114,7 @@ (define-public xfce4-notifyd name "-" version ".tar.bz2")) (sha256 (base32 - "0ib5s7kjbr9sy8nh89nfcc4w6qplacnk4s92iycijy2wcv389aqr")))) + "17w5j3cwxlza7p3clvm7sp3vfacyi4dbn2dy58ph8q6lmsaziaan")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) -- 2.34.0 From unknown Sat Aug 16 16:01:31 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: Michael Rohleder Subject: bug#53958: closed (Re: [bug#53958] [PATCH] gnu: xfce4-notifyd: Update to 0.6.3.) Message-ID: References: <87zgmtsri0.fsf@nicolasgoaziou.fr> <20220212131313.5194-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 53958 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53958@debbugs.gnu.org Date: Mon, 14 Feb 2022 09:55:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1644832501-27058-1" This is a multi-part message in MIME format... ------------=_1644832501-27058-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53958: [PATCH] gnu: xfce4-notifyd: Update to 0.6.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 53958@debbugs.gnu.org. --=20 53958: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53958 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644832501-27058-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53958-done) by debbugs.gnu.org; 14 Feb 2022 09:54:28 +0000 Received: from localhost ([127.0.0.1]:39795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJY3v-00071b-Ve for submit@debbugs.gnu.org; Mon, 14 Feb 2022 04:54:28 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:60503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJY3t-00071J-8t for 53958-done@debbugs.gnu.org; Mon, 14 Feb 2022 04:54:26 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 1DFFA4000A; Mon, 14 Feb 2022 09:54:17 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#53958] [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. References: <20220212131313.5194-1-mike@rohleder.de> Date: Mon, 14 Feb 2022 10:54:15 +0100 In-Reply-To: <20220212131313.5194-1-mike@rohleder.de> (Michael Rohleder's message of "Sat, 12 Feb 2022 14:13:13 +0100") Message-ID: <87zgmtsri0.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53958-done Cc: 53958-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, Michael Rohleder writes: > * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1644832501-27058-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Feb 2022 13:13:25 +0000 Received: from localhost ([127.0.0.1]:33730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIsDN-0000Fj-6V for submit@debbugs.gnu.org; Sat, 12 Feb 2022 08:13:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:34776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIsDL-0000FZ-EO for submit@debbugs.gnu.org; Sat, 12 Feb 2022 08:13:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIsDJ-0008Nu-OX for guix-patches@gnu.org; Sat, 12 Feb 2022 08:13:23 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=51162 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIsDH-0007ES-MU for guix-patches@gnu.org; Sat, 12 Feb 2022 08:13:21 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nIsDD-0004Dr-3B; Sat, 12 Feb 2022 14:13:15 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nIsCz-0005eh-Dx; Sat, 12 Feb 2022 14:13:14 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. Date: Sat, 12 Feb 2022 14:13:13 +0100 Message-Id: <20220212131313.5194-1-mike@rohleder.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1644671599;f9dfdcd9; X-HE-SMSGID: 1nIsDD-0004Dr-3B X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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: -3.3 (---) * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 462736d63a..cdd98f2863 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1106,7 +1106,7 @@ (define-public orage (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1114,7 +1114,7 @@ (define-public xfce4-notifyd name "-" version ".tar.bz2")) (sha256 (base32 - "0ib5s7kjbr9sy8nh89nfcc4w6qplacnk4s92iycijy2wcv389aqr")))) + "17w5j3cwxlza7p3clvm7sp3vfacyi4dbn2dy58ph8q6lmsaziaan")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) -- 2.34.0 ------------=_1644832501-27058-1--