unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36273] Clarify spdlog's license
@ 2019-06-18  3:28 Meiyo Peng
  2019-06-19  8:05 ` Gábor Boskovits
  2019-06-20  3:44 ` bug#36273: " Gábor Boskovits
  0 siblings, 2 replies; 3+ messages in thread
From: Meiyo Peng @ 2019-06-18  3:28 UTC (permalink / raw)
  To: 36273; +Cc: Gábor Boskovits

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

Hi Gábor,

The spdlog package contains a bundled fmt library.  I tried to unbundle
fmt before, but the maintaining work does not worth it.  This patch
clarify it's license.

I notice you pushed several Sway related packages into the master
branch, but none of them has been submitted to the mailing list.  Would
you please send you patches to the mailing list first in the future?

You also pushed mako into master, but there is already a discussion
about mako here:
https://lists.gnu.org/archive/html/guix-patches/2019-03/msg00567.html.
We should build mako from it's git master or wait until the next point
release.


--
Meiyo Peng
https://www.pengmeiyu.com/


[-- Attachment #2: 0001-gnu-spdlog-Clarify-license.patch --]
[-- Type: text/x-patch, Size: 1495 bytes --]

From 8e3714e847e62e8bec86f2f90cf6e12399280391 Mon Sep 17 00:00:00 2001
From: Meiyo Peng <meiyo@riseup.net>
Date: Tue, 18 Jun 2019 11:07:50 +0800
Subject: [PATCH] gnu: spdlog: Clarify license.

* gnu/packages/logging.scm (spdlog): Clarify license of the bundled fmt
  library.
---
 gnu/packages/logging.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index e936733136..24a47567d0 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Gábor Boskovits <boskovits@gmail.com>
+;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -205,5 +206,8 @@ windows in a terminal, colorize, filter and merge.")
        (list "-DSPDLOG_BUILD_BENCH=OFF")))
     (home-page "https://github.com/gabime/spdlog")
     (synopsis "Fast C++ logging library")
-    (description "Spdlog is a very fast header-only/compiled C++ logging library.")
-    (license license:expat))) ; MIT license
+    (description "Spdlog is a very fast header-only/compiled C++ logging
+library.")
+    ;; spdlog is under Expat license, but the bundled fmt library in
+    ;; "include/spdlog/fmt/bundled" is under BSD 2 clause license.
+    (license (list license:expat license:bsd-2))))
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#36273] Clarify spdlog's license
  2019-06-18  3:28 [bug#36273] Clarify spdlog's license Meiyo Peng
@ 2019-06-19  8:05 ` Gábor Boskovits
  2019-06-20  3:44 ` bug#36273: " Gábor Boskovits
  1 sibling, 0 replies; 3+ messages in thread
From: Gábor Boskovits @ 2019-06-19  8:05 UTC (permalink / raw)
  To: Meiyo Peng; +Cc: 36273

[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]

Hello Meiyo!

Meiyo Peng <meiyo@riseup.net> ezt írta (időpont: 2019. jún. 18., Ke 5:29):

> Hi Gábor,
>
> The spdlog package contains a bundled fmt library.  I tried to unbundle
> fmt before, but the maintaining work does not worth it.  This patch
> clarify it's license.


> I notice you pushed several Sway related packages into the master
> branch, but none of them has been submitted to the mailing list.  Would
> you please send you patches to the mailing list first in the future?
>
Yes, of course. I just read on the hacking file that adding a package can
go directly to master, therefore the confusion.

>
> You also pushed mako into master, but there is already a discussion
> about mako here:
> https://lists.gnu.org/archive/html/guix-patches/2019-03/msg00567.html.
> We should build mako from it's git master or wait until the next point
> release.
>
Sorry about nor being aware. I should have been more careful.



>
> --
> Meiyo Peng
> https://www.pengmeiyu.com/

Best regard,
g_bor

>
>

[-- Attachment #2: Type: text/html, Size: 2357 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#36273: Clarify spdlog's license
  2019-06-18  3:28 [bug#36273] Clarify spdlog's license Meiyo Peng
  2019-06-19  8:05 ` Gábor Boskovits
@ 2019-06-20  3:44 ` Gábor Boskovits
  1 sibling, 0 replies; 3+ messages in thread
From: Gábor Boskovits @ 2019-06-20  3:44 UTC (permalink / raw)
  To: 36273-done, Meiyo Peng

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Fixed on master in commit 5543d3bb09e65107afe4f839c97285bb2106b70e
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=5543d3bb09e65107afe4f839c97285bb2106b70e>
.

-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21

[-- Attachment #2: Type: text/html, Size: 397 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-20  3:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  3:28 [bug#36273] Clarify spdlog's license Meiyo Peng
2019-06-19  8:05 ` Gábor Boskovits
2019-06-20  3:44 ` bug#36273: " Gábor Boskovits

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).