From unknown Mon Aug 11 19:04:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77547] [PATCH] gnu: libserialport: Update to 0.1.2. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: csantosb@inventati.org, ekaitz@elenq.tech, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Sat, 05 Apr 2025 11:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77547 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77547@debbugs.gnu.org Cc: Cayetano Santos , Cayetano Santos , Ekaitz Zarraga , Maxim Cournoyer X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Cayetano Santos , Ekaitz Zarraga , Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.174385248917878 (code B ref -1); Sat, 05 Apr 2025 11:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Apr 2025 11:28:09 +0000 Received: from localhost ([127.0.0.1]:41761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u11h3-0004eI-0q for submit@debbugs.gnu.org; Sat, 05 Apr 2025 07:28:09 -0400 Received: from lists.gnu.org ([2001:470:142::17]:54928) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u11gz-0004db-Mt for submit@debbugs.gnu.org; Sat, 05 Apr 2025 07:28:06 -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 1u11go-0004JB-Nh for guix-patches@gnu.org; Sat, 05 Apr 2025 07:27:56 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u11gm-00083R-LY for guix-patches@gnu.org; Sat, 05 Apr 2025 07:27:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1743852468; bh=kqJ2zw4UGFt9M41bRTE/9K124tjyQsuRsMBIHLnnCiQ=; h=From:To:Cc:Subject:Date:From; b=pKPskLL9YAUZNjLVbp6HZURXx6rKDzSAj+ulVY4rpwCCAraZqWNuaV3W5lxZ0EI5q Uj65UVBeI4QlRBzZEceZgL98oT26OcBtJzpraY4uHA34XHQFuSi9kJfLvJ7UplM16U qPwQ0plo/NzEz03r1BcmLXHuNEaRE/hOZzUz6n28= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4ZVCrN49L1z114b; Sat, 5 Apr 2025 11:27:48 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZVCrN1W8wz112w; Sat, 5 Apr 2025 11:27:48 +0000 (UTC) From: Cayetano Santos Date: Sat, 5 Apr 2025 13:27:07 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.org 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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/electronics.scm (libserialport): Update to 0.1.2. Change-Id: I977a2363cf0b1431d1c3247a9dd77c2e562097f5 --- gnu/packages/electronics.scm | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index ce35b19432..2cb23d6316 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -69,20 +69,23 @@ (define-module (gnu packages electronics) (define-public libserialport (package (name "libserialport") - (version "0.1.1") - (source (origin - (method url-fetch) - (uri (string-append - "http://sigrok.org/download/source/libserialport/libserialport-" - version ".tar.gz")) - (sha256 - (base32 - "17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja")))) + (version "0.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "git://sigrok.org/libserialport") + (commit (string-append name "-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dn10gmm3rwdsiw1psaczb9m52x6cfkfrbywm4f5y8fsmghh7dsy")))) (build-system gnu-build-system) + (native-inputs (list autoconf automake libtool)) (home-page "https://sigrok.org/wiki/Libserialport") - (synopsis "Library for using serial ports") - (description "Libserialport is a minimal shared library written in C that is intended -to take care of the OS-specific details when writing software that uses serial ports.") + (synopsis "Cross-platform library for accessing serial ports") + (description + "libserialport is a minimal library written in C that is intended to +take care of the OS-specific details when writing software that uses serial ports.") (license license:lgpl3+))) (define-public libsigrokdecode base-commit: d473abf0b40fe4bedf9423a6822d067a9a7826cf -- 2.49.0 From unknown Mon Aug 11 19:04:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77547] [PATCH] gnu: libserialport: Update to 0.1.2. Resent-From: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Apr 2025 06:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77547 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Cayetano Santos Cc: Maxim Cournoyer , Ekaitz Zarraga , 77547@debbugs.gnu.org Received: via spool by 77547-submit@debbugs.gnu.org id=B77547.174392139525374 (code B ref 77547); Sun, 06 Apr 2025 06:37:02 +0000 Received: (at 77547) by debbugs.gnu.org; 6 Apr 2025 06:36:35 +0000 Received: from localhost ([127.0.0.1]:45784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1JcQ-0006bA-Qi for submit@debbugs.gnu.org; Sun, 06 Apr 2025 02:36:35 -0400 Received: from mail.envs.net ([5.199.136.28]:57528) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1JcN-0006aw-FJ for 77547@debbugs.gnu.org; Sun, 06 Apr 2025 02:36:32 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 6263D38A4064; Sun, 6 Apr 2025 06:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1743921387; bh=rz/IDKdSaMLUD4MyeaS/R9ZvnYh56KM8V0PVfR2u2vk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=OP3voEUg2XSMVkxSknvpO6fKxnjGbbYE3/5w1ZelLDSHREueMtzEiFtpJE7nwtilD O5OP3Ps7cgZ0KFQOVooGsvXbIcOlKwnVaeWmQUEN/E8d1WJolDyXvkEZOpKZstk/hU 0E0iB8lm7NLtdFWv2suNS4sliSHteL3WmmEKZdX0VWK7o+oM4fbq3K2BP6lZ9EXCvf pNSZML8yQ/snVCmHkQY8xayBcewD30KoL0gH7eYkoMVNOSWJCOpThoOxIOB/mDIvU+ MzSS+7eW2HLsAkGj541Vv20KvSVbeHSxLcd0mEoFn+y0fuLnOkQj3Q3SECYMU3obXh ebKoAJQelt+PJR31Go8xl9QLP2EQ4UlKbCQV0z+rCmG2UQ/Y6cwkWknhoYQeWdRvDr 033cnMiHRchmXZehJoNAP2XErNJHWngoOwEbevmydB3T5u8Z6BFc1mEcuVctnTB+/j tZ2c7k7yCo7FyDZ77of+58gHHMCol5FsvdWQ36zRfhKMvjJHtLVfIuZoMPqwc+yMGV kMAd6jy7kKaZyFldebwmxVEe0Ph3etwkliHFaBEBsAm4PgbALMfgX7568O84AiGgDu hR4V44iwfxwvs02mFPxrQoTh/9d5uE0BXK5WN4Pi9TS1WrN/rbskHGZi3cUjkzTApX RRokCPZtk8Hxin2/YfmPEImY= 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 hPQG0LKfZayK; Sun, 6 Apr 2025 06:36:19 +0000 (UTC) Received: from localhost (unknown [112.44.105.84]) (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; Sun, 6 Apr 2025 06:36:19 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a3572cd1; Sun, 6 Apr 2025 06:40:50 +0000 (UTC) From: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= In-Reply-To: (Cayetano Santos's message of "Sat, 5 Apr 2025 13:27:07 +0200") References: Date: Sun, 06 Apr 2025 14:40:50 +0800 Message-ID: <87o6x9u70t.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain 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 (-) Cayetano Santos writes: > * gnu/packages/electronics.scm (libserialport): Update to 0.1.2. Hi, the 'origin' and 'native-inputs' changes should also be mentioned in the change log, ex: [source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake, libtool. > - (synopsis "Library for using serial ports") > - (description "Libserialport is a minimal shared library written in C that is intended > -to take care of the OS-specific details when writing software that uses serial ports.") > + (synopsis "Cross-platform library for accessing serial ports") > + (description > + "libserialport is a minimal library written in C that is intended to > +take care of the OS-specific details when writing software that uses serial ports.") I think there is no need to change the synopsis and description here. Could you send an update patch, thanks! From unknown Mon Aug 11 19:04:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77547] [PATCH v2] gnu: libserialport: Update to 0.1.2. References: In-Reply-To: Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: csantosb@inventati.org, ekaitz@elenq.tech, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Sun, 06 Apr 2025 07:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77547 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77547@debbugs.gnu.org Cc: Cayetano Santos , Cayetano Santos , Ekaitz Zarraga , Maxim Cournoyer X-Debbugs-Original-Xcc: Cayetano Santos , Ekaitz Zarraga , Maxim Cournoyer Received: via spool by 77547-submit@debbugs.gnu.org id=B77547.17439256435938 (code B ref 77547); Sun, 06 Apr 2025 07:48:02 +0000 Received: (at 77547) by debbugs.gnu.org; 6 Apr 2025 07:47:23 +0000 Received: from localhost ([127.0.0.1]:45923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1Kix-0001Xh-4C for submit@debbugs.gnu.org; Sun, 06 Apr 2025 03:47:23 -0400 Received: from confino.investici.org ([93.190.126.19]:31329) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1Kiv-0001XY-Ag for 77547@debbugs.gnu.org; Sun, 06 Apr 2025 03:47:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1743925639; bh=690BHJhAEJgnmRP2hyO2UTyNfvetomzOrDumOvWPCxc=; h=From:To:Cc:Subject:Date:From; b=fsTU3WM3vxN1dvrmmx1Q9LAh/1njeRzfQSId7iizJmPDX6wcm2EWWtbTphUCO6hKD tK3vMypMlKhySnz5NkFeXU/h7wjeBpVjAKTG/vWQysRU8GcM+4bp1KnPtcBCKuBOU6 p1I22Uz6Y0JXLOGNjO5x9WfM8Nc+z4suRXKoTSbc= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4ZVkvW4k3wz11FV; Sun, 6 Apr 2025 07:47:19 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZVkvW2KYJz11FP; Sun, 6 Apr 2025 07:47:19 +0000 (UTC) From: Cayetano Santos Date: Sun, 6 Apr 2025 09:46:49 +0200 Message-ID: <2f1455dd5acce173c69797536eb36a64e5e91205.1743925609.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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 (-) * gnu/packages/electronics.scm (libserialport): Update to 0.1.2. [source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake, libtool. Change-Id: I1666f0a5f643c1fa8ea246f42503732ef5f93331 --- gnu/packages/electronics.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index ce35b19432..3cff2a8e7b 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -69,16 +69,18 @@ (define-module (gnu packages electronics) (define-public libserialport (package (name "libserialport") - (version "0.1.1") + (version "0.1.2") (source (origin - (method url-fetch) - (uri (string-append - "http://sigrok.org/download/source/libserialport/libserialport-" - version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "git://sigrok.org/libserialport") + (commit (string-append name "-" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja")))) + "0dn10gmm3rwdsiw1psaczb9m52x6cfkfrbywm4f5y8fsmghh7dsy")))) (build-system gnu-build-system) + (native-inputs (list autoconf automake libtool)) (home-page "https://sigrok.org/wiki/Libserialport") (synopsis "Library for using serial ports") (description "Libserialport is a minimal shared library written in C that is intended base-commit: 80826c6e038997dc47eb455888f0feaa38c08bf5 -- 2.49.0 From unknown Mon Aug 11 19:04:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77547] [PATCH] gnu: libserialport: Update to 0.1.2. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Apr 2025 07:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77547 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: Maxim Cournoyer , Ekaitz Zarraga , 77547@debbugs.gnu.org Received: via spool by 77547-submit@debbugs.gnu.org id=B77547.17439258186630 (code B ref 77547); Sun, 06 Apr 2025 07:51:02 +0000 Received: (at 77547) by debbugs.gnu.org; 6 Apr 2025 07:50:18 +0000 Received: from localhost ([127.0.0.1]:45940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1Kll-0001ir-QT for submit@debbugs.gnu.org; Sun, 06 Apr 2025 03:50:18 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]:52827) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1Kli-0001ic-VT for 77547@debbugs.gnu.org; Sun, 06 Apr 2025 03:50:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1743925811; bh=XHKQ/2dWzRcgx9YapvweB7qAkvu9XDYDSwkWfONHW00=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ZcId1MXy1lYAbqpeiDsyYX9FrTMgyetmQt+ZVo9m6bOBV7jpt2siAg5bGVRlivq4A mv15ZF0DWLReAKRrJ8uzs+dBjQg1zEaJ8urKuzK4H+260f3fVQrCBZUgYci4rnwazg N4dIFNxqD5zG3A9alcdlKgWyDJfX41hQIm3ZtVpU= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZVkyq5wZ4z6vGQ; Sun, 6 Apr 2025 07:50:11 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZVkyq21R3z6vF3; Sun, 6 Apr 2025 07:50:11 +0000 (UTC) From: Cayetano Santos In-Reply-To: <87o6x9u70t.fsf@envs.net> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Sun, 06 Apr 2025 14:40:50 +0800") References: <87o6x9u70t.fsf@envs.net> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Sun, 06 Apr 2025 09:50:09 +0200 Message-ID: <87plhpg24u.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >dim. 06 avril 2025 at 14:40, =E5=AE=8B=E6=96=87=E6=AD=A6 wrote: > I think there is no need to change the synopsis and description here. These changes reflect the project=E2=80=99s author own readme first lines, = which I find is a nice principle, provided they comply with guix standards, as in this case. I remove the change. > Could you send an update patch, thanks! Done. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ/IyMRccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mguZFAQCWkEs+VkyOAcFORWJYpni5UJ1R Pmllcdwjlyg+X1LURgD+KXpZntsnOkDm+338Fc4p3zG3ri3yoQ8A5Gp1Bm8zFAE= =lJ4h -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 11 19:04:09 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: Cayetano Santos Subject: bug#77547: closed (Re: [PATCH v2] gnu: libserialport: Update to 0.1.2.) Message-ID: References: X-Gnu-PR-Message: they-closed 77547 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77547@debbugs.gnu.org Date: Tue, 08 Apr 2025 09:21:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1744104062-1917-1" This is a multi-part message in MIME format... ------------=_1744104062-1917-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77547: [PATCH] gnu: libserialport: Update to 0.1.2. 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 77547@debbugs.gnu.org. --=20 77547: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77547 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1744104062-1917-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77547-done) by debbugs.gnu.org; 8 Apr 2025 09:20:05 +0000 Received: from localhost ([127.0.0.1]:59062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u257l-0000LZ-IN for submit@debbugs.gnu.org; Tue, 08 Apr 2025 05:20:05 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:54204) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u257j-0000KU-5f for 77547-done@debbugs.gnu.org; Tue, 08 Apr 2025 05:20:03 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 526941CD; Tue, 8 Apr 2025 11:19:56 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id JKMsSMfjnjN6; Tue, 8 Apr 2025 11:19:55 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8202656B; Tue, 8 Apr 2025 11:19:30 +0200 (CEST) Date: Tue, 8 Apr 2025 11:19:27 +0200 From: Andreas Enge To: Cayetano Santos Subject: Re: [PATCH v2] gnu: libserialport: Update to 0.1.2. Message-ID: References: <2f1455dd5acce173c69797536eb36a64e5e91205.1743925609.git.csantosb@inventati.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2f1455dd5acce173c69797536eb36a64e5e91205.1743925609.git.csantosb@inventati.org> X-Rspamd-Server: hera X-Spamd-Bar: ++++++ X-Rspamd-Queue-Id: 526941CD X-Spamd-Result: default: False [6.37 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.03)[95.24%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spam-Level: ****** X-Rspamd-Action: add header X-Spam: Yes X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77547-done Cc: 77547-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 (-) Pushed, thanks! Andreas ------------=_1744104062-1917-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Apr 2025 11:28:09 +0000 Received: from localhost ([127.0.0.1]:41761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u11h3-0004eI-0q for submit@debbugs.gnu.org; Sat, 05 Apr 2025 07:28:09 -0400 Received: from lists.gnu.org ([2001:470:142::17]:54928) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u11gz-0004db-Mt for submit@debbugs.gnu.org; Sat, 05 Apr 2025 07:28:06 -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 1u11go-0004JB-Nh for guix-patches@gnu.org; Sat, 05 Apr 2025 07:27:56 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u11gm-00083R-LY for guix-patches@gnu.org; Sat, 05 Apr 2025 07:27:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1743852468; bh=kqJ2zw4UGFt9M41bRTE/9K124tjyQsuRsMBIHLnnCiQ=; h=From:To:Cc:Subject:Date:From; b=pKPskLL9YAUZNjLVbp6HZURXx6rKDzSAj+ulVY4rpwCCAraZqWNuaV3W5lxZ0EI5q Uj65UVBeI4QlRBzZEceZgL98oT26OcBtJzpraY4uHA34XHQFuSi9kJfLvJ7UplM16U qPwQ0plo/NzEz03r1BcmLXHuNEaRE/hOZzUz6n28= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4ZVCrN49L1z114b; Sat, 5 Apr 2025 11:27:48 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZVCrN1W8wz112w; Sat, 5 Apr 2025 11:27:48 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: libserialport: Update to 0.1.2. Date: Sat, 5 Apr 2025 13:27:07 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Cayetano Santos , Ekaitz Zarraga , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.org 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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: Cayetano Santos 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/electronics.scm (libserialport): Update to 0.1.2. Change-Id: I977a2363cf0b1431d1c3247a9dd77c2e562097f5 --- gnu/packages/electronics.scm | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index ce35b19432..2cb23d6316 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -69,20 +69,23 @@ (define-module (gnu packages electronics) (define-public libserialport (package (name "libserialport") - (version "0.1.1") - (source (origin - (method url-fetch) - (uri (string-append - "http://sigrok.org/download/source/libserialport/libserialport-" - version ".tar.gz")) - (sha256 - (base32 - "17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja")))) + (version "0.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "git://sigrok.org/libserialport") + (commit (string-append name "-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dn10gmm3rwdsiw1psaczb9m52x6cfkfrbywm4f5y8fsmghh7dsy")))) (build-system gnu-build-system) + (native-inputs (list autoconf automake libtool)) (home-page "https://sigrok.org/wiki/Libserialport") - (synopsis "Library for using serial ports") - (description "Libserialport is a minimal shared library written in C that is intended -to take care of the OS-specific details when writing software that uses serial ports.") + (synopsis "Cross-platform library for accessing serial ports") + (description + "libserialport is a minimal library written in C that is intended to +take care of the OS-specific details when writing software that uses serial ports.") (license license:lgpl3+))) (define-public libsigrokdecode base-commit: d473abf0b40fe4bedf9423a6822d067a9a7826cf -- 2.49.0 ------------=_1744104062-1917-1--