Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0
@ 2024-06-20  9:25 Michel Alex
  2024-06-20 16:03 ` Arnout Vandecappelle via buildroot
  2024-07-10 21:23 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Michel Alex @ 2024-06-20  9:25 UTC (permalink / raw)
  To: buildroot@buildroot.org; +Cc: Michel Alex

https://github.com/eclipse-zenoh/zenoh-c/releases/tag/0.11.0
Signed-off-by: Alex Michel <alex.michel@wiedemann-group.com>
---
 package/libzenoh-c/libzenoh-c.hash | 2 +-
 package/libzenoh-c/libzenoh-c.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libzenoh-c/libzenoh-c.hash b/package/libzenoh-c/libzenoh-c.hash
index 559c9122ad..66bb5282f4 100644
--- a/package/libzenoh-c/libzenoh-c.hash
+++ b/package/libzenoh-c/libzenoh-c.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  c86e468527e573d92b01bf454333dda4dc1217f14d5d5f94c24311961313c234  libzenoh-c-0.11.0.3-cargo2.tar.gz
+sha256  cf8ca9382a17564ceedadf8fe574cd7c73440cd298d2adfbe88fa452427f8526  libzenoh-c-0.11.0-cargo2.tar.gz
 sha256  01a44774f7b1a453595c7c6d7f7308284ba6a1059dc49e14dad6647e1d44a338  LICENSE
diff --git a/package/libzenoh-c/libzenoh-c.mk b/package/libzenoh-c/libzenoh-c.mk
index 07c153e328..6dd79f3727 100644
--- a/package/libzenoh-c/libzenoh-c.mk
+++ b/package/libzenoh-c/libzenoh-c.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBZENOH_C_VERSION = 0.11.0.3
+LIBZENOH_C_VERSION = 0.11.0
 LIBZENOH_C_SITE = $(call github,eclipse-zenoh,zenoh-c,$(LIBZENOH_C_VERSION))
 LIBZENOH_C_LICENSE = Apache-2.0 or EPL-2.0
 LIBZENOH_C_LICENSE_FILES = LICENSE
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0
  2024-06-20  9:25 [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0 Michel Alex
@ 2024-06-20 16:03 ` Arnout Vandecappelle via buildroot
  2024-06-21  5:38   ` Michel Alex
  2024-07-10 21:16   ` Thomas Petazzoni via buildroot
  2024-07-10 21:23 ` Thomas Petazzoni via buildroot
  1 sibling, 2 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-06-20 16:03 UTC (permalink / raw)
  To: Michel Alex, buildroot@buildroot.org

  Hi Alex,

On 20/06/2024 11:25, Michel Alex wrote:
> https://github.com/eclipse-zenoh/zenoh-c/releases/tag/0.11.0
> Signed-off-by: Alex Michel <alex.michel@wiedemann-group.com>
> ---
>   package/libzenoh-c/libzenoh-c.hash | 2 +-
>   package/libzenoh-c/libzenoh-c.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libzenoh-c/libzenoh-c.hash b/package/libzenoh-c/libzenoh-c.hash
> index 559c9122ad..66bb5282f4 100644
> --- a/package/libzenoh-c/libzenoh-c.hash
> +++ b/package/libzenoh-c/libzenoh-c.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  c86e468527e573d92b01bf454333dda4dc1217f14d5d5f94c24311961313c234  libzenoh-c-0.11.0.3-cargo2.tar.gz
> +sha256  cf8ca9382a17564ceedadf8fe574cd7c73440cd298d2adfbe88fa452427f8526  libzenoh-c-0.11.0-cargo2.tar.gz
>   sha256  01a44774f7b1a453595c7c6d7f7308284ba6a1059dc49e14dad6647e1d44a338  LICENSE
> diff --git a/package/libzenoh-c/libzenoh-c.mk b/package/libzenoh-c/libzenoh-c.mk
> index 07c153e328..6dd79f3727 100644
> --- a/package/libzenoh-c/libzenoh-c.mk
> +++ b/package/libzenoh-c/libzenoh-c.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBZENOH_C_VERSION = 0.11.0.3
> +LIBZENOH_C_VERSION = 0.11.0

  Does 0.11.0 come _after_ 0.11.0.3? I.e. should the final .3 be interpreted as 
something like a -rc3? This is very counter-intuitive... And it breaks 
release-monitoring.org...

  Regards,
  Arnout


>   LIBZENOH_C_SITE = $(call github,eclipse-zenoh,zenoh-c,$(LIBZENOH_C_VERSION))
>   LIBZENOH_C_LICENSE = Apache-2.0 or EPL-2.0
>   LIBZENOH_C_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0
  2024-06-20 16:03 ` Arnout Vandecappelle via buildroot
@ 2024-06-21  5:38   ` Michel Alex
  2024-07-10 21:16   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Michel Alex @ 2024-06-21  5:38 UTC (permalink / raw)
  To: Arnout Vandecappelle, buildroot@buildroot.org

Hi Arnout,


> > -LIBZENOH_C_VERSION = 0.11.0.3
> > +LIBZENOH_C_VERSION = 0.11.0
> 
>   Does 0.11.0 come _after_ 0.11.0.3? I.e. should the final .3 be interpreted as
> something like a -rc3? This is very counter-intuitive... And it breaks release-
> monitoring.org...
> 

Exactly, it wasn't clear to  me either.

Regards,
Alex
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0
  2024-06-20 16:03 ` Arnout Vandecappelle via buildroot
  2024-06-21  5:38   ` Michel Alex
@ 2024-07-10 21:16   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-10 21:16 UTC (permalink / raw)
  To: Arnout Vandecappelle via buildroot; +Cc: Michel Alex

On Thu, 20 Jun 2024 18:03:57 +0200
Arnout Vandecappelle via buildroot <buildroot@buildroot.org> wrote:

> > -LIBZENOH_C_VERSION = 0.11.0.3
> > +LIBZENOH_C_VERSION = 0.11.0  
> 
>   Does 0.11.0 come _after_ 0.11.0.3? I.e. should the final .3 be interpreted as 
> something like a -rc3? This is very counter-intuitive... And it breaks 
> release-monitoring.org...

Yes, 0.11.0 came *after* 0.11.0.3.
See https://github.com/eclipse-zenoh/zenoh-c/releases, which clearly
documents the following releases (in reverse chronological order):

 0.11.0
 0.11.0.3
 0.11.0.2
 v0.10.1-rc
 v0.10.0-rc

No way one can write an algorithm that figures out which release is
newer than the other :-)

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0
  2024-06-20  9:25 [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0 Michel Alex
  2024-06-20 16:03 ` Arnout Vandecappelle via buildroot
@ 2024-07-10 21:23 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-10 21:23 UTC (permalink / raw)
  To: Michel Alex; +Cc: buildroot@buildroot.org

On Thu, 20 Jun 2024 09:25:35 +0000
Michel Alex <Alex.Michel@wiedemann-group.com> wrote:

> https://github.com/eclipse-zenoh/zenoh-c/releases/tag/0.11.0
> Signed-off-by: Alex Michel <alex.michel@wiedemann-group.com>
> ---
>  package/libzenoh-c/libzenoh-c.hash | 2 +-
>  package/libzenoh-c/libzenoh-c.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied, after adding a comment above the _VERSION variable to
explain that 0.11.0 is indeed newer than 0.11.0.3, and avoid people
"updating" back to 0.11.0.3.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-07-10 21:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  9:25 [Buildroot] [PATCH 1/2] package/libzenoh-c: bump to version 0.11.0 Michel Alex
2024-06-20 16:03 ` Arnout Vandecappelle via buildroot
2024-06-21  5:38   ` Michel Alex
2024-07-10 21:16   ` Thomas Petazzoni via buildroot
2024-07-10 21:23 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox