All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12
@ 2017-12-04 21:02 Bernd Kuhls
  2017-12-04 21:02 ` [Buildroot] [PATCH 2/2] package/waylandpp: bump version to 0.1.6 Bernd Kuhls
  2017-12-06 21:28 ` [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-12-04 21:02 UTC (permalink / raw)
  To: buildroot

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/wayland-protocols/wayland-protocols.hash | 9 +++++----
 package/wayland-protocols/wayland-protocols.mk   | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/wayland-protocols/wayland-protocols.hash b/package/wayland-protocols/wayland-protocols.hash
index bfda1d81ad..d1d643caa7 100644
--- a/package/wayland-protocols/wayland-protocols.hash
+++ b/package/wayland-protocols/wayland-protocols.hash
@@ -1,4 +1,5 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2017-July/034706.html
-md5 84a7846c2b6a6a3e265fc9be36453e60  wayland-protocols-1.10.tar.xz
-sha1 4f1322f03fa8b2e6467b8f71471f53eff82728a4  wayland-protocols-1.10.tar.xz
-sha256 5719c51d7354864983171c5083e93a72ac99229e2b460c4bb10513de08839c0a  wayland-protocols-1.10.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2017-December/036037.html
+md5 ac83c4704003323b6bd5a1b91fb1be53  wayland-protocols-1.12.tar.xz
+sha1 ac908e91c6c5e7802c0af48f55725ad683017e72  wayland-protocols-1.12.tar.xz
+sha256 3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2  wayland-protocols-1.12.tar.xz
+sha256 f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124  COPYING
diff --git a/package/wayland-protocols/wayland-protocols.mk b/package/wayland-protocols/wayland-protocols.mk
index a4b3376fa6..0d23e9af32 100644
--- a/package/wayland-protocols/wayland-protocols.mk
+++ b/package/wayland-protocols/wayland-protocols.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WAYLAND_PROTOCOLS_VERSION = 1.10
+WAYLAND_PROTOCOLS_VERSION = 1.12
 WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
 WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
 WAYLAND_PROTOCOLS_LICENSE = MIT
-- 
2.11.0

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

* [Buildroot] [PATCH 2/2] package/waylandpp: bump version to 0.1.6
  2017-12-04 21:02 [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12 Bernd Kuhls
@ 2017-12-04 21:02 ` Bernd Kuhls
  2017-12-06 21:28 ` [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-12-04 21:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/waylandpp/waylandpp.hash | 2 +-
 package/waylandpp/waylandpp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/waylandpp/waylandpp.hash b/package/waylandpp/waylandpp.hash
index 7e793cc866..070cf7c73a 100644
--- a/package/waylandpp/waylandpp.hash
+++ b/package/waylandpp/waylandpp.hash
@@ -1,4 +1,4 @@
 # Locally computed
-sha256 3d6d07a6fa4164c092608cdc53172af11138fbe7b7a9894090ca6502d8153448  waylandpp-0.1.5.tar.gz
+sha256 33d3ec385704c5545fb50d2283aabf4ef26aaaf3e416b292e650fea67c430d23  waylandpp-0.1.6.tar.gz
 sha256 49aa6d728fd13226952c9e3a5a9cae46379b2a501010064760172b5ce7cd94bb  LICENSE
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  scanner/gpl-3.0.txt
diff --git a/package/waylandpp/waylandpp.mk b/package/waylandpp/waylandpp.mk
index 0054838876..f192a1286f 100644
--- a/package/waylandpp/waylandpp.mk
+++ b/package/waylandpp/waylandpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WAYLANDPP_VERSION = 0.1.5
+WAYLANDPP_VERSION = 0.1.6
 WAYLANDPP_SITE = $(call github,NilsBrause,waylandpp,$(WAYLANDPP_VERSION))
 WAYLANDPP_LICENSE = MIT, GPL-3.0+ (wayland_scanner)
 WAYLANDPP_LICENSE_FILES = LICENSE scanner/gpl-3.0.txt
-- 
2.11.0

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

* [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12
  2017-12-04 21:02 [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12 Bernd Kuhls
  2017-12-04 21:02 ` [Buildroot] [PATCH 2/2] package/waylandpp: bump version to 0.1.6 Bernd Kuhls
@ 2017-12-06 21:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-12-06 21:28 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  4 Dec 2017 22:02:53 +0100, Bernd Kuhls wrote:
> Added license hash.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/wayland-protocols/wayland-protocols.hash | 9 +++++----
>  package/wayland-protocols/wayland-protocols.mk   | 2 +-
>  2 files changed, 6 insertions(+), 5 deletions(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-12-06 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 21:02 [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12 Bernd Kuhls
2017-12-04 21:02 ` [Buildroot] [PATCH 2/2] package/waylandpp: bump version to 0.1.6 Bernd Kuhls
2017-12-06 21:28 ` [Buildroot] [PATCH 1/2] package/wayland-protocols: bump version to 1.12 Thomas Petazzoni

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.