From unknown Fri Jun 20 07:19:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42712] [PATCH] gnu: roffit: Update to 0.12. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 04 Aug 2020 19:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42712 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42712@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15965703536942 (code B ref -1); Tue, 04 Aug 2020 19:46:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Aug 2020 19:45:53 +0000 Received: from localhost ([127.0.0.1]:49211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k32si-0001nu-IN for submit@debbugs.gnu.org; Tue, 04 Aug 2020 15:45:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:34426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k32sc-0001ni-Lv for submit@debbugs.gnu.org; Tue, 04 Aug 2020 15:45:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45782) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k32sc-0002Ke-EC for guix-patches@gnu.org; Tue, 04 Aug 2020 15:45:46 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:57444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k32sa-0000tS-5A for guix-patches@gnu.org; Tue, 04 Aug 2020 15:45:46 -0400 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 1k32sV-0005Ni-La; Tue, 04 Aug 2020 21:45:39 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1k32sU-00010L-AV; Tue, 04 Aug 2020 21:45:39 +0200 From: Michael Rohleder Date: Tue, 4 Aug 2020 21:45:24 +0200 Message-Id: <20200804194524.15961-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596570344;9ebd8f0a; X-HE-SMSGID: 1k32sV-0005Ni-La Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/04 15:45:40 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=ham 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/groff.scm (roffit): Update to 0.12. --- gnu/packages/groff.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index ae896cf9fd..222b4cb6dc 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2019 Efraim Flashner ;;; Copyright © 2019 Eric Bavier ;;; Copyright © 2019 Mathieu Othacehe +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -34,7 +35,8 @@ #:use-module (gnu packages ghostscript) #:use-module (gnu packages netpbm) #:use-module (gnu packages perl) - #:use-module (gnu packages texinfo)) + #:use-module (gnu packages texinfo) + #:use-module (gnu packages web)) (define-public groff (package @@ -169,11 +171,11 @@ is usually the formatter of \"man\" documentation pages.") ;; There are no releases, so we take the latest commit. (define-public roffit - (let ((commit "e5228388e3faf2b7f1ae5bd048ad46ed565304c6") + (let ((commit "b59e6c855ebea03daf76e996b5c0f8343f11be3d") (revision "1")) (package (name "roffit") - (version (string-append "0.11-" revision "." (string-take commit 9))) + (version (string-append "0.12-" revision "." (string-take commit 9))) (source (origin (method git-fetch) (uri (git-reference @@ -182,7 +184,7 @@ is usually the formatter of \"man\" documentation pages.") (file-name (string-append "roffit-" commit "-checkout")) (sha256 (base32 - "1y7ndbqciy7h0khlpi1bv4v1614vhybnmm4jysj6fwxkw9cwv1nc")))) + "0z4cs92yqh22sykfgbjlyxfaifdvsd47cf1yhr0f2rgcc6l0fj1r")))) (build-system gnu-build-system) (arguments `(#:test-target "test" @@ -197,6 +199,7 @@ is usually the formatter of \"man\" documentation pages.") (mkdir-p (string-append (assoc-ref outputs "out") "/bin")) #t))))) + (native-inputs `(("html-tree" ,perl-html-tree))) ; for test (inputs `(("perl" ,perl))) (home-page "https://daniel.haxx.se/projects/roffit/") -- 2.28.0 From unknown Fri Jun 20 07:19:24 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#42712: closed (Re: [bug#42712] [PATCH] gnu: roffit: Update to 0.12.) Message-ID: References: <87ft91juz4.fsf@gnu.org> <20200804194524.15961-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 42712 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42712@debbugs.gnu.org Date: Wed, 05 Aug 2020 09:36:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1596620161-28611-1" This is a multi-part message in MIME format... ------------=_1596620161-28611-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42712: [PATCH] gnu: roffit: Update to 0.12. 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 42712@debbugs.gnu.org. --=20 42712: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42712 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596620161-28611-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42712-done) by debbugs.gnu.org; 5 Aug 2020 09:35:54 +0000 Received: from localhost ([127.0.0.1]:49830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3Fpy-0007RB-80 for submit@debbugs.gnu.org; Wed, 05 Aug 2020 05:35:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3Fpw-0007Qt-Pm for 42712-done@debbugs.gnu.org; Wed, 05 Aug 2020 05:35:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52781) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3Fpr-0005yr-6z; Wed, 05 Aug 2020 05:35:47 -0400 Received: from lfbn-ann-1-356-169.w86-200.abo.wanadoo.fr ([86.200.73.169]:36700 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3Fpq-00011T-0t; Wed, 05 Aug 2020 05:35:46 -0400 From: Mathieu Othacehe To: Michael Rohleder Subject: Re: [bug#42712] [PATCH] gnu: roffit: Update to 0.12. References: <20200804194524.15961-1-mike@rohleder.de> Date: Wed, 05 Aug 2020 11:35:43 +0200 In-Reply-To: <20200804194524.15961-1-mike@rohleder.de> (Michael Rohleder's message of "Tue, 4 Aug 2020 21:45:24 +0200") Message-ID: <87ft91juz4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42712-done Cc: 42712-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: -3.3 (---) Pushed, thanks! Mathieu ------------=_1596620161-28611-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Aug 2020 19:45:53 +0000 Received: from localhost ([127.0.0.1]:49211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k32si-0001nu-IN for submit@debbugs.gnu.org; Tue, 04 Aug 2020 15:45:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:34426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k32sc-0001ni-Lv for submit@debbugs.gnu.org; Tue, 04 Aug 2020 15:45:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45782) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k32sc-0002Ke-EC for guix-patches@gnu.org; Tue, 04 Aug 2020 15:45:46 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:57444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k32sa-0000tS-5A for guix-patches@gnu.org; Tue, 04 Aug 2020 15:45:46 -0400 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 1k32sV-0005Ni-La; Tue, 04 Aug 2020 21:45:39 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1k32sU-00010L-AV; Tue, 04 Aug 2020 21:45:39 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: roffit: Update to 0.12. Date: Tue, 4 Aug 2020 21:45:24 +0200 Message-Id: <20200804194524.15961-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596570344;9ebd8f0a; X-HE-SMSGID: 1k32sV-0005Ni-La Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/04 15:45:40 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=ham 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/groff.scm (roffit): Update to 0.12. --- gnu/packages/groff.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index ae896cf9fd..222b4cb6dc 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2019 Efraim Flashner ;;; Copyright © 2019 Eric Bavier ;;; Copyright © 2019 Mathieu Othacehe +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -34,7 +35,8 @@ #:use-module (gnu packages ghostscript) #:use-module (gnu packages netpbm) #:use-module (gnu packages perl) - #:use-module (gnu packages texinfo)) + #:use-module (gnu packages texinfo) + #:use-module (gnu packages web)) (define-public groff (package @@ -169,11 +171,11 @@ is usually the formatter of \"man\" documentation pages.") ;; There are no releases, so we take the latest commit. (define-public roffit - (let ((commit "e5228388e3faf2b7f1ae5bd048ad46ed565304c6") + (let ((commit "b59e6c855ebea03daf76e996b5c0f8343f11be3d") (revision "1")) (package (name "roffit") - (version (string-append "0.11-" revision "." (string-take commit 9))) + (version (string-append "0.12-" revision "." (string-take commit 9))) (source (origin (method git-fetch) (uri (git-reference @@ -182,7 +184,7 @@ is usually the formatter of \"man\" documentation pages.") (file-name (string-append "roffit-" commit "-checkout")) (sha256 (base32 - "1y7ndbqciy7h0khlpi1bv4v1614vhybnmm4jysj6fwxkw9cwv1nc")))) + "0z4cs92yqh22sykfgbjlyxfaifdvsd47cf1yhr0f2rgcc6l0fj1r")))) (build-system gnu-build-system) (arguments `(#:test-target "test" @@ -197,6 +199,7 @@ is usually the formatter of \"man\" documentation pages.") (mkdir-p (string-append (assoc-ref outputs "out") "/bin")) #t))))) + (native-inputs `(("html-tree" ,perl-html-tree))) ; for test (inputs `(("perl" ,perl))) (home-page "https://daniel.haxx.se/projects/roffit/") -- 2.28.0 ------------=_1596620161-28611-1--