All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] imlib2: update license
@ 2018-09-23 20:11 Fabrice Fontaine
  2018-09-23 20:11 ` [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1 Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2018-09-23 20:11 UTC (permalink / raw)
  To: buildroot

- Use SPDX short identifier (Imlib2) instead of full name
- Add COPYING-PLAIN to license files
- Add hash for license files

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/imlib2/imlib2.hash | 4 ++++
 package/imlib2/imlib2.mk   | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/package/imlib2/imlib2.hash b/package/imlib2/imlib2.hash
index 0c234c8c23..62ebac32ea 100644
--- a/package/imlib2/imlib2.hash
+++ b/package/imlib2/imlib2.hash
@@ -1,3 +1,7 @@
 # From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.10/
 md5 a0de8524592bbd9f24fcc6cb8352137c  imlib2-1.4.10.tar.bz2
 sha1 664df65c6265a2825d685d2f3a4f0d072eb626ac  imlib2-1.4.10.tar.bz2
+
+# Locally computed
+sha256 fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6  COPYING
+sha256 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5  COPYING-PLAIN
diff --git a/package/imlib2/imlib2.mk b/package/imlib2/imlib2.mk
index b5012a69a8..21a96cb1ca 100644
--- a/package/imlib2/imlib2.mk
+++ b/package/imlib2/imlib2.mk
@@ -7,8 +7,8 @@
 IMLIB2_VERSION = 1.4.10
 IMLIB2_SOURCE = imlib2-$(IMLIB2_VERSION).tar.bz2
 IMLIB2_SITE = http://downloads.sourceforge.net/project/enlightenment/imlib2-src/$(IMLIB2_VERSION)
-IMLIB2_LICENSE = imlib2 license
-IMLIB2_LICENSE_FILES = COPYING
+IMLIB2_LICENSE = Imlib2
+IMLIB2_LICENSE_FILES = COPYING COPYING-PLAIN
 
 IMLIB2_INSTALL_STAGING = YES
 IMLIB2_DEPENDENCIES = host-pkgconf freetype
-- 
2.17.1

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

* [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1
  2018-09-23 20:11 [Buildroot] [PATCH 1/2] imlib2: update license Fabrice Fontaine
@ 2018-09-23 20:11 ` Fabrice Fontaine
  2018-09-24  0:23   ` Petr Vorel
  2018-09-24  0:22 ` [Buildroot] [PATCH 1/2] imlib2: update license Petr Vorel
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Fabrice Fontaine @ 2018-09-23 20:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/imlib2/imlib2.hash | 7 ++++---
 package/imlib2/imlib2.mk   | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/imlib2/imlib2.hash b/package/imlib2/imlib2.hash
index 62ebac32ea..c52ce9d2f4 100644
--- a/package/imlib2/imlib2.hash
+++ b/package/imlib2/imlib2.hash
@@ -1,7 +1,8 @@
-# From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.10/
-md5 a0de8524592bbd9f24fcc6cb8352137c  imlib2-1.4.10.tar.bz2
-sha1 664df65c6265a2825d685d2f3a4f0d072eb626ac  imlib2-1.4.10.tar.bz2
+# From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.5.1/
+md5 390aa207693e051bb692f2db650c694b  imlib2-1.5.1.tar.bz2
+sha1 3e97e7157380f0cfbdf4f3c950a7a00bdfa6072c  imlib2-1.5.1.tar.bz2
 
 # Locally computed
+sha256 fa4e57452b8843f4a70f70fd435c746ae2ace813250f8c65f977db5d7914baae  imlib2-1.5.1.tar.bz2
 sha256 fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6  COPYING
 sha256 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5  COPYING-PLAIN
diff --git a/package/imlib2/imlib2.mk b/package/imlib2/imlib2.mk
index 21a96cb1ca..1c2e924d50 100644
--- a/package/imlib2/imlib2.mk
+++ b/package/imlib2/imlib2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMLIB2_VERSION = 1.4.10
+IMLIB2_VERSION = 1.5.1
 IMLIB2_SOURCE = imlib2-$(IMLIB2_VERSION).tar.bz2
 IMLIB2_SITE = http://downloads.sourceforge.net/project/enlightenment/imlib2-src/$(IMLIB2_VERSION)
 IMLIB2_LICENSE = Imlib2
-- 
2.17.1

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

* [Buildroot] [PATCH 1/2] imlib2: update license
  2018-09-23 20:11 [Buildroot] [PATCH 1/2] imlib2: update license Fabrice Fontaine
  2018-09-23 20:11 ` [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1 Fabrice Fontaine
@ 2018-09-24  0:22 ` Petr Vorel
  2018-09-25 20:23 ` Thomas Petazzoni
  2018-10-05 12:04 ` Peter Korsgaard
  3 siblings, 0 replies; 6+ messages in thread
From: Petr Vorel @ 2018-09-24  0:22 UTC (permalink / raw)
  To: buildroot

Hi Fabrice,

> - Use SPDX short identifier (Imlib2) instead of full name
> - Add COPYING-PLAIN to license files
> - Add hash for license files

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
Acked-by: Petr Vorel <petr.vorel@gmail.com>

Thanks for your patch.

Kind regards,
Petr

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

* [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1
  2018-09-23 20:11 ` [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1 Fabrice Fontaine
@ 2018-09-24  0:23   ` Petr Vorel
  0 siblings, 0 replies; 6+ messages in thread
From: Petr Vorel @ 2018-09-24  0:23 UTC (permalink / raw)
  To: buildroot

Hi Fabrice,

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Petr Vorel <petr.vorel@gmail.com>
Tested-by: Petr Vorel <petr.vorel@gmail.com>

Thanks!


Kind regards,
Petr

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

* [Buildroot] [PATCH 1/2] imlib2: update license
  2018-09-23 20:11 [Buildroot] [PATCH 1/2] imlib2: update license Fabrice Fontaine
  2018-09-23 20:11 ` [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1 Fabrice Fontaine
  2018-09-24  0:22 ` [Buildroot] [PATCH 1/2] imlib2: update license Petr Vorel
@ 2018-09-25 20:23 ` Thomas Petazzoni
  2018-10-05 12:04 ` Peter Korsgaard
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2018-09-25 20:23 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 23 Sep 2018 22:11:49 +0200, Fabrice Fontaine wrote:
> - Use SPDX short identifier (Imlib2) instead of full name
> - Add COPYING-PLAIN to license files
> - Add hash for license files
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/imlib2/imlib2.hash | 4 ++++
>  package/imlib2/imlib2.mk   | 4 ++--
>  2 files changed, 6 insertions(+), 2 deletions(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/2] imlib2: update license
  2018-09-23 20:11 [Buildroot] [PATCH 1/2] imlib2: update license Fabrice Fontaine
                   ` (2 preceding siblings ...)
  2018-09-25 20:23 ` Thomas Petazzoni
@ 2018-10-05 12:04 ` Peter Korsgaard
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-10-05 12:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Use SPDX short identifier (Imlib2) instead of full name
 > - Add COPYING-PLAIN to license files
 > - Add hash for license files

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2018.02.x, 2018.05.x and 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-10-05 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-23 20:11 [Buildroot] [PATCH 1/2] imlib2: update license Fabrice Fontaine
2018-09-23 20:11 ` [Buildroot] [PATCH 2/2] imlib2: bump to version 1.5.1 Fabrice Fontaine
2018-09-24  0:23   ` Petr Vorel
2018-09-24  0:22 ` [Buildroot] [PATCH 1/2] imlib2: update license Petr Vorel
2018-09-25 20:23 ` Thomas Petazzoni
2018-10-05 12:04 ` Peter Korsgaard

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.