From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 24 10:27:57 2024 Received: (at submit) by debbugs.gnu.org; 24 Oct 2024 14:27:57 +0000 Received: from localhost ([127.0.0.1]:35826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3yoe-0006rB-RB for submit@debbugs.gnu.org; Thu, 24 Oct 2024 10:27:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:47476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3yoW-0006qs-48 for submit@debbugs.gnu.org; Thu, 24 Oct 2024 10:27:53 -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 1t3yo0-0002e3-VR for guix-patches@gnu.org; Thu, 24 Oct 2024 10:27:16 -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 1t3yny-00077X-7R for guix-patches@gnu.org; Thu, 24 Oct 2024 10:27:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1729780030; bh=A6TZHSapb29g3wRBg9SUf4k6y1ab98P+lTmhvUQDpfo=; h=From:To:Cc:Subject:Date:From; b=OSuu+TDcg6+hjm+vRXi9MXFwOLIwlryorGk7Z42GixpSVGFn7u+oo5hrFsj4hSEBd sy1e4QOqP5T+gJxXSmz/3v6hzUm4hLMcWOrIKVHpSJBhvzqTuM+4Ts9qHq/mwqIU6i 6klRzMnAB31eHSDAEeyxK1UDUXIp25tcK+lIjLzk= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4XZ7XZ6Tkbz115B; Thu, 24 Oct 2024 14:27:10 +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 4XZ7XZ3pMVz1159; Thu, 24 Oct 2024 14:27:10 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: openfpgaloader: Update to 0.12.1. Date: Thu, 24 Oct 2024 16:26:55 +0200 Message-ID: X-Mailer: git-send-email 2.46.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: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 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, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) 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: -1.6 (-) * gnu/packages/fpga.scm (openfpgaloader): Update to 0.12.1. --- New release: updated home page and dependencies. gnu/packages/fpga.scm | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 545ec3482d..6d2ad9414f 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -603,25 +603,29 @@ (define-public fftgen (define-public openfpgaloader (package (name "openfpgaloader") - (version "0.9.0") + (version "0.12.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/trabucayre/openFPGALoader.git") - (commit (string-append "v" version)))) - (file-name (string-append name "-" version "-checkout")) + (url "https://github.com/trabucayre/openfpgaloader") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "1v3bwzhsrnsn304cqhd5azn68cl847qv8w8cb8bl7372jiqz5wqq")))) + "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548")))) (build-system cmake-build-system) - (native-inputs - (list pkg-config)) - (inputs - (list libftdi libusb hidapi zlib)) (arguments `(#:tests? #f)) ; No tests exist + (native-inputs + (list pkg-config)) + (inputs (list eudev + hidapi + libftdi + libgpiod + libusb + zlib)) (synopsis "Utility for programming FPGA") (description "This package provides a program to transfer a bitstream to an FPGA.") - (home-page "https://f4pga.org/") + (home-page "https://trabucayre.github.io/openFPGALoader") (license license:asl2.0))) base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 31 03:46:21 2024 Received: (at submit) by debbugs.gnu.org; 31 Oct 2024 07:46:21 +0000 Received: from localhost ([127.0.0.1]:40624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6Psr-0005ir-6P for submit@debbugs.gnu.org; Thu, 31 Oct 2024 03:46:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:42524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6Pso-0005ie-Jm for submit@debbugs.gnu.org; Thu, 31 Oct 2024 03:46:19 -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 1t6Psn-0004HP-Jt for guix-patches@gnu.org; Thu, 31 Oct 2024 03:46:17 -0400 Received: from smtp84.cstnet.cn ([159.226.251.84] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1t6Psk-00033s-MF for guix-patches@gnu.org; Thu, 31 Oct 2024 03:46:17 -0400 Received: from m (unknown [107.174.64.25]) by APP-05 (Coremail) with SMTP id zQCowAB3fvK8NSNnyCX3Cw--.5988S2; Thu, 31 Oct 2024 15:46:08 +0800 (CST) From: Z572 To: Cayetano Santos via Guix-patches via Subject: Re: [bug#73987] [PATCH] gnu: openfpgaloader: Update to 0.12.1. In-Reply-To: (Cayetano Santos via Guix-patches via's message of "Thu, 24 Oct 2024 16:26:55 +0200") References: Date: Thu, 31 Oct 2024 15:46:01 +0800 Message-ID: <87ttcslnpi.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: zQCowAB3fvK8NSNnyCX3Cw--.5988S2 X-Coremail-Antispam: 1UD129KBjvJXoW7ZFW3JF4kGr45XF4DuF4fGrg_yoW8Zw13pF WSvw1S9r95G34Sqw4SgF1jkF4Yq3s5JF1a93yDZw1xCF90vFW0krW3Cr4Sywn7Jr97Aa1F ga1rXF98GFyDuaDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUU9Sb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Gr0_Xr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVWxJr0_GcWlnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E 0xvYzxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I 80ewAv7VC0I7IYx2IY67AKxVWUXVWUAwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCj c4AY6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r 1j6r4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CE b7AF67AKxVWUXVWUAwCIccxYrVCFb41lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxV WUJVWUCwCI42IY6xIIjxv20xvEc7CjxVAFwI0_Gr0_Cr1lIxAIcVCF04k26cxKx2IYs7xG 6r1j6r1xMIIF0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Gr0_Gr 1UYxBIdaVFxhVjvjDU0xZFpf9x07bdFAJUUUUU= X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.84; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, 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, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit Cc: 73987-done@debbugs.gnu.org, 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: -1.6 (-) --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (openfpgaloader): Update to 0.12.1. > --- > > New release: updated home page and dependencies. > adjust message to * gnu/packages/fpga.scm (openfpgaloader): Update to 0.12.1. [source]: Update url. Use GIT-FILE-NAME. [inputs]: Add eudev and libgpiod. [home-page]: Update it. > gnu/packages/fpga.scm | 24 ++++++++++++++---------- > 1 file changed, 14 insertions(+), 10 deletions(-) > > diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm > index 545ec3482d..6d2ad9414f 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -603,25 +603,29 @@ (define-public fftgen > (define-public openfpgaloader > (package > (name "openfpgaloader") > - (version "0.9.0") > + (version "0.12.1") > (source (origin > (method git-fetch) > (uri (git-reference > - (url "https://github.com/trabucayre/openFPGALoader.git") > - (commit (string-append "v" version)))) > - (file-name (string-append name "-" version "-checkout")) > + (url "https://github.com/trabucayre/openfpgaloader") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > (sha256 > (base32 > - "1v3bwzhsrnsn304cqhd5azn68cl847qv8w8cb8bl7372jiqz5wqq")))) > + "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548")))) > (build-system cmake-build-system) > - (native-inputs > - (list pkg-config)) > - (inputs > - (list libftdi libusb hidapi zlib)) > (arguments > `(#:tests? #f)) ; No tests exist > + (native-inputs > + (list pkg-config)) > + (inputs (list eudev > + hidapi > + libftdi > + libgpiod > + libusb > + zlib)) > (synopsis "Utility for programming FPGA") > (description "This package provides a program to transfer a bitstream > to an FPGA.") > - (home-page "https://f4pga.org/") > + (home-page "https://trabucayre.github.io/openFPGALoader") > (license license:asl2.0))) > > base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcjNbkACgkQO1qpk+Gi 3/Df3hAAhMqMfc8nuiO3kttluEWpf/zdNMhrZxVAYXAn0aQcDV4epWuAXajcEcxE N+84PVAXyCeAcCt5KRHCkYRir6lUkR5OU0g4+gN29NzxdgZKyTtxb/PW3zzZdBJ1 MbHpzCsqvi3WGgcE2PombhX7KQHoNXKDPq096u7u1K+UkOCSc3yp9k82nSY08JnW Vc5gP77khWL0/wEoiHe346mCRgjaeLxeJrZmMfLqUZLPmB8jtHx5QdBoLFkAK/1z tQgo2SCKtQp2aV+thBg2ij29smvoWTm8UCmIUyZNQJw5PxM13OX2a2vrsFfP6kwO J+mwAqoqxkpzKJwaijvwZ7Th7z6stty2uDTi6h/IbMmr5PXWBz1ydIfvehxJKUDS 0EZEzNwwEjnXJ4ipItoO0cxpPWfV9ybf9QAEsI7SK42gGadvIDWy8qwf3/385vV7 r2yZUGrniAtmgSo1EkEdR2BCYCr7Xs2vu5NrKQOucYLI8zYSvEoXtPEaY3fUB8oy pLd4ynangErUjXsydTe0VmsW5JYQFTUnvCqWsII2Y3OQvm7xEGwx6nCks6Dbv02e SCl6bn4/6BPiu+iCKM5bVZvToAgwTjOKOEAYniuNRXbsh8NnzHIoYNa2VnHeGSry 1Zc9OuDc4+rF1eC6bWpzNHOgZb6P+LrD9/fReimEJP2e04IMg3s= =5G2T -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 21:21:16 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, 28 Nov 2024 12:24:12 +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