From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 46263@debbugs.gnu.org
Subject: [bug#46263] [PATCH] Update log4cl to 1.1.3-1.8c48d6f
Date: Wed, 3 Feb 2021 00:59:42 +0000 [thread overview]
Message-ID: <CAO+9K5rfUy4yZSN=rdjszdD9hSCNbY4eZ8Qp1VLwD5VggejOHQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-gnu-log4cl-Update-to-1.1.3-1.8c48d6f.patch --]
[-- Type: text/x-patch, Size: 2435 bytes --]
From 77a5cac3d7fbd1525da42e560d3ba45de6f83cb6 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 3 Feb 2021 00:53:55 +0000
Subject: [PATCH] gnu: log4cl: Update to 1.1.3-1.8c48d6f
* gnu/packages/lisp-xyz.scm
[native-inputs] add stefil to enable tests
[version] set version style alike majority of non versioned CL packages
Gentle refactor of the package structure
---
gnu/packages/lisp-xyz.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 736dbfca37..f8079f457a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4669,12 +4669,11 @@ theory accurate to internal-time-units-per-second.")
(sbcl-package->ecl-package sbcl-cl-log))
(define-public sbcl-log4cl
- (let ((commit "611e094458504b938d49de904eab141285328c7c")
+ (let ((commit "8c48d6f41d3a1475d0a91eed0638b9eecc398e35")
(revision "1"))
(package
(name "sbcl-log4cl")
- (build-system asdf-build-system/sbcl)
- (version "1.1.2")
+ (version (git-version "1.1.3" revision commit))
(source
(origin
(method git-fetch)
@@ -4683,16 +4682,17 @@ theory accurate to internal-time-units-per-second.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32
- "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc"))))
- ;; FIXME: tests require stefil, sbcl-hu.dwim.stefil wont work
- (arguments
- `(#:tests? #f))
- (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
- (synopsis "Common Lisp logging framework, modeled after Log4J")
+ (base32 "0166d9aip366pbpdk5gsi2f6xad6q61lssxgbrypa8zslwjn8736"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ `(("stefil" ,sbcl-stefil)))
+ (inputs
+ `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
(home-page "https://github.com/7max/log4cl")
- (description "This is a Common Lisp logging framework that can log at
-various levels and mix text with expressions.")
+ (synopsis "Common Lisp logging framework, modeled after Log4J")
+ (description
+ "This is a Common Lisp logging framework that can log at various levels
+and mix text with expressions.")
(license license:asl2.0))))
(define-public cl-log4cl
--
2.30.0
next reply other threads:[~2021-02-03 1:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-03 0:59 Sharlatan Hellseher [this message]
2021-02-03 16:49 ` bug#46263: [PATCH] Update log4cl to 1.1.3-1.8c48d6f Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAO+9K5rfUy4yZSN=rdjszdD9hSCNbY4eZ8Qp1VLwD5VggejOHQ@mail.gmail.com' \
--to=sharlatanus@gmail.com \
--cc=46263@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.