All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4
@ 2019-09-23 23:15 Peter Thompson
  2019-09-23 23:15 ` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5 Peter Thompson
  2019-09-27 21:21 ` [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4 Thomas Petazzoni
  0 siblings, 2 replies; 8+ messages in thread
From: Peter Thompson @ 2019-09-23 23:15 UTC (permalink / raw)
  To: buildroot

From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>

bump sdl2_gfx from version 1.0.1 to 1.0.4 to upgrade to most recent version

Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_gfx/sdl2_gfx.hash | 4 ++--
 package/sdl2_gfx/sdl2_gfx.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdl2_gfx/sdl2_gfx.hash b/package/sdl2_gfx/sdl2_gfx.hash
index 4cb07ee935..eacb2fa422 100644
--- a/package/sdl2_gfx/sdl2_gfx.hash
+++ b/package/sdl2_gfx/sdl2_gfx.hash
@@ -1,2 +1,2 @@
-# Locally calculated
-sha256 d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a  SDL2_gfx-1.0.1.tar.gz
+# Locally calculated 
+sha256 63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262  SDL2_gfx-1.0.4.tar.gz
diff --git a/package/sdl2_gfx/sdl2_gfx.mk b/package/sdl2_gfx/sdl2_gfx.mk
index 1ec138714b..6817391b21 100644
--- a/package/sdl2_gfx/sdl2_gfx.mk
+++ b/package/sdl2_gfx/sdl2_gfx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_GFX_VERSION = 1.0.1
+SDL2_GFX_VERSION = 1.0.4
 SDL2_GFX_SOURCE = SDL2_gfx-$(SDL2_GFX_VERSION).tar.gz
 SDL2_GFX_SITE = http://www.ferzkopp.net/Software/SDL2_gfx
 SDL2_GFX_LICENSE = Zlib
-- 
2.11.0

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

* [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5
  2019-09-23 23:15 [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4 Peter Thompson
@ 2019-09-23 23:15 ` Peter Thompson
  2019-09-27 21:21   ` Thomas Petazzoni
  2019-09-27 21:21 ` [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4 Thomas Petazzoni
  1 sibling, 1 reply; 8+ messages in thread
From: Peter Thompson @ 2019-09-23 23:15 UTC (permalink / raw)
  To: buildroot

From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>

bump sdl2_image from version 2.0.3 to version 2.0.5
for upgrade to latest version

Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_image/sdl2_image.hash | 6 +++---
 package/sdl2_image/sdl2_image.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/sdl2_image/sdl2_image.hash b/package/sdl2_image/sdl2_image.hash
index cf3253526c..7eb85158d3 100644
--- a/package/sdl2_image/sdl2_image.hash
+++ b/package/sdl2_image/sdl2_image.hash
@@ -1,3 +1,3 @@
-# Locally calculated
-sha256 3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368  SDL2_image-2.0.3.tar.gz
-sha256 13240ed78c8726c510b9634976430d3d3a9ea2d1ced3214119766e9e71568a35  COPYING.txt
+# Locally calculated 
+sha256 bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0  SDL2_image-2.0.5.tar.gz
+sha256 45079362e2230154205413a6940544ca94e3479ccf76205c71c4f542a6815d25  COPYING.txt
diff --git a/package/sdl2_image/sdl2_image.mk b/package/sdl2_image/sdl2_image.mk
index 8c1c5f6e1a..68572b3f9f 100644
--- a/package/sdl2_image/sdl2_image.mk
+++ b/package/sdl2_image/sdl2_image.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_IMAGE_VERSION = 2.0.3
+SDL2_IMAGE_VERSION = 2.0.5
 SDL2_IMAGE_SOURCE = SDL2_image-$(SDL2_IMAGE_VERSION).tar.gz
 SDL2_IMAGE_SITE = http://www.libsdl.org/projects/SDL_image/release
 SDL2_IMAGE_INSTALL_STAGING = YES
-- 
2.11.0

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

* [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4
  2019-09-23 23:15 [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4 Peter Thompson
  2019-09-23 23:15 ` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5 Peter Thompson
@ 2019-09-27 21:21 ` Thomas Petazzoni
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2019-09-27 21:21 UTC (permalink / raw)
  To: buildroot

On Mon, 23 Sep 2019 17:15:42 -0600
Peter Thompson <peter.macleod.thompson@gmail.com> wrote:

> From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> 
> bump sdl2_gfx from version 1.0.1 to 1.0.4 to upgrade to most recent version
> 
> Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_gfx/sdl2_gfx.hash | 4 ++--
>  package/sdl2_gfx/sdl2_gfx.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/sdl2_gfx/sdl2_gfx.hash b/package/sdl2_gfx/sdl2_gfx.hash
> index 4cb07ee935..eacb2fa422 100644
> --- a/package/sdl2_gfx/sdl2_gfx.hash
> +++ b/package/sdl2_gfx/sdl2_gfx.hash
> @@ -1,2 +1,2 @@
> -# Locally calculated
> -sha256 d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a  SDL2_gfx-1.0.1.tar.gz
> +# Locally calculated 

You introduced a trailing white space here.

I fixed that, adjust the commit title to use package/sdl2_gfx as the
prefix, and applied. Thanks!

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

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

* [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5
  2019-09-23 23:15 ` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5 Peter Thompson
@ 2019-09-27 21:21   ` Thomas Petazzoni
  2019-09-27 23:06     ` Peter Thompson
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2019-09-27 21:21 UTC (permalink / raw)
  To: buildroot

On Mon, 23 Sep 2019 17:15:43 -0600
Peter Thompson <peter.macleod.thompson@gmail.com> wrote:

> From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> 
> bump sdl2_image from version 2.0.3 to version 2.0.5
> for upgrade to latest version
> 
> Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_image/sdl2_image.hash | 6 +++---
>  package/sdl2_image/sdl2_image.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/sdl2_image/sdl2_image.hash b/package/sdl2_image/sdl2_image.hash
> index cf3253526c..7eb85158d3 100644
> --- a/package/sdl2_image/sdl2_image.hash
> +++ b/package/sdl2_image/sdl2_image.hash
> @@ -1,3 +1,3 @@
> -# Locally calculated
> -sha256 3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368  SDL2_image-2.0.3.tar.gz
> -sha256 13240ed78c8726c510b9634976430d3d3a9ea2d1ced3214119766e9e71568a35  COPYING.txt
> +# Locally calculated 

You introduced a trailing white space here.

> +sha256 bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0  SDL2_image-2.0.5.tar.gz
> +sha256 45079362e2230154205413a6940544ca94e3479ccf76205c71c4f542a6815d25  COPYING.txt

And changed the hash of the license file without providing any
explanation in the commit log.

I fixed both issues, adjusted the commit title, and applied. Thanks!

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

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

* [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5
  2019-09-27 21:21   ` Thomas Petazzoni
@ 2019-09-27 23:06     ` Peter Thompson
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Thompson @ 2019-09-27 23:06 UTC (permalink / raw)
  To: buildroot

Thomas,
Thanks for fixing and applying all 3 patches.
Peter


On Fri, Sep 27, 2019 at 3:21 PM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> On Mon, 23 Sep 2019 17:15:43 -0600
> Peter Thompson <peter.macleod.thompson@gmail.com> wrote:
>
> > From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> >
> > bump sdl2_image from version 2.0.3 to version 2.0.5
> > for upgrade to latest version
> >
> > Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> > ---
> >  package/sdl2_image/sdl2_image.hash | 6 +++---
> >  package/sdl2_image/sdl2_image.mk   | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/package/sdl2_image/sdl2_image.hash
> b/package/sdl2_image/sdl2_image.hash
> > index cf3253526c..7eb85158d3 100644
> > --- a/package/sdl2_image/sdl2_image.hash
> > +++ b/package/sdl2_image/sdl2_image.hash
> > @@ -1,3 +1,3 @@
> > -# Locally calculated
> > -sha256
> 3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368
> SDL2_image-2.0.3.tar.gz
> > -sha256
> 13240ed78c8726c510b9634976430d3d3a9ea2d1ced3214119766e9e71568a35
> COPYING.txt
> > +# Locally calculated
>
> You introduced a trailing white space here.
>
> > +sha256
> bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0
> SDL2_image-2.0.5.tar.gz
> > +sha256
> 45079362e2230154205413a6940544ca94e3479ccf76205c71c4f542a6815d25
> COPYING.txt
>
> And changed the hash of the license file without providing any
> explanation in the commit log.
>
> I fixed both issues, adjusted the commit title, and applied. Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190927/34048c1d/attachment.html>

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

* [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5
  2019-09-23 21:09   ` Thomas Petazzoni
@ 2019-09-23 23:17     ` Peter Thompson
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Thompson @ 2019-09-23 23:17 UTC (permalink / raw)
  To: buildroot

Ooops - my mistake.    I have added the license file hash to sdl2_image and
resubmitted.   Hopefully it is ok now.

Peter


On Mon, Sep 23, 2019 at 3:09 PM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> Hello Peter,
>
> On Mon, 23 Sep 2019 13:40:02 -0600
> Peter Thompson <peter.macleod.thompson@gmail.com> wrote:
>
> > From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> >
> > bump sdl2_image from version 2.0.3 to version 2.0.5
> > for upgrade to latest version
> >
> > Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> > ---
> >  package/sdl2_image/sdl2_image.hash | 5 ++---
> >  package/sdl2_image/sdl2_image.mk   | 2 +-
> >  2 files changed, 3 insertions(+), 4 deletions(-)
> >
> > diff --git a/package/sdl2_image/sdl2_image.hash
> b/package/sdl2_image/sdl2_image.hash
> > index cf3253526c..69a9eab872 100644
> > --- a/package/sdl2_image/sdl2_image.hash
> > +++ b/package/sdl2_image/sdl2_image.hash
> > @@ -1,3 +1,2 @@
> > -# Locally calculated
> > -sha256
> 3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368
> SDL2_image-2.0.3.tar.gz
> > -sha256
> 13240ed78c8726c510b9634976430d3d3a9ea2d1ced3214119766e9e71568a35
> COPYING.txt
>
> Why are you dropping the license file hash ?
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190923/dcafd4e4/attachment.html>

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

* [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5
  2019-09-23 19:40 ` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5 Peter Thompson
@ 2019-09-23 21:09   ` Thomas Petazzoni
  2019-09-23 23:17     ` Peter Thompson
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2019-09-23 21:09 UTC (permalink / raw)
  To: buildroot

Hello Peter,

On Mon, 23 Sep 2019 13:40:02 -0600
Peter Thompson <peter.macleod.thompson@gmail.com> wrote:

> From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> 
> bump sdl2_image from version 2.0.3 to version 2.0.5
> for upgrade to latest version
> 
> Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_image/sdl2_image.hash | 5 ++---
>  package/sdl2_image/sdl2_image.mk   | 2 +-
>  2 files changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/package/sdl2_image/sdl2_image.hash b/package/sdl2_image/sdl2_image.hash
> index cf3253526c..69a9eab872 100644
> --- a/package/sdl2_image/sdl2_image.hash
> +++ b/package/sdl2_image/sdl2_image.hash
> @@ -1,3 +1,2 @@
> -# Locally calculated
> -sha256 3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368  SDL2_image-2.0.3.tar.gz
> -sha256 13240ed78c8726c510b9634976430d3d3a9ea2d1ced3214119766e9e71568a35  COPYING.txt

Why are you dropping the license file hash ?

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

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

* [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5
  2019-09-23 19:40 Peter Thompson
@ 2019-09-23 19:40 ` Peter Thompson
  2019-09-23 21:09   ` Thomas Petazzoni
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Thompson @ 2019-09-23 19:40 UTC (permalink / raw)
  To: buildroot

From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>

bump sdl2_image from version 2.0.3 to version 2.0.5
for upgrade to latest version

Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_image/sdl2_image.hash | 5 ++---
 package/sdl2_image/sdl2_image.mk   | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/sdl2_image/sdl2_image.hash b/package/sdl2_image/sdl2_image.hash
index cf3253526c..69a9eab872 100644
--- a/package/sdl2_image/sdl2_image.hash
+++ b/package/sdl2_image/sdl2_image.hash
@@ -1,3 +1,2 @@
-# Locally calculated
-sha256 3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368  SDL2_image-2.0.3.tar.gz
-sha256 13240ed78c8726c510b9634976430d3d3a9ea2d1ced3214119766e9e71568a35  COPYING.txt
+# Locally calculated 
+sha256 bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0  SDL2_image-2.0.5.tar.gz
diff --git a/package/sdl2_image/sdl2_image.mk b/package/sdl2_image/sdl2_image.mk
index 8c1c5f6e1a..68572b3f9f 100644
--- a/package/sdl2_image/sdl2_image.mk
+++ b/package/sdl2_image/sdl2_image.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_IMAGE_VERSION = 2.0.3
+SDL2_IMAGE_VERSION = 2.0.5
 SDL2_IMAGE_SOURCE = SDL2_image-$(SDL2_IMAGE_VERSION).tar.gz
 SDL2_IMAGE_SITE = http://www.libsdl.org/projects/SDL_image/release
 SDL2_IMAGE_INSTALL_STAGING = YES
-- 
2.11.0

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

end of thread, other threads:[~2019-09-27 23:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 23:15 [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4 Peter Thompson
2019-09-23 23:15 ` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5 Peter Thompson
2019-09-27 21:21   ` Thomas Petazzoni
2019-09-27 23:06     ` Peter Thompson
2019-09-27 21:21 ` [Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4 Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2019-09-23 19:40 Peter Thompson
2019-09-23 19:40 ` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5 Peter Thompson
2019-09-23 21:09   ` Thomas Petazzoni
2019-09-23 23:17     ` Peter Thompson

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.