diff mbox series

[v2,1/1] package/lsuio: bump to 2020 version

Message ID 20240821095044.10038-2-vjardin@free.fr
State Accepted
Headers show
Series package/lsuio: bump to 2020 version | expand

Commit Message

Vincent Jardin Aug. 21, 2024, 9:50 a.m. UTC
The new version from peter@digitalbrains.com adds some few new features (name,
offset, etc.) and it includes some few improvements.

The former version was more than 14y old.

There is no tag, neither any archive, so currently I assume that git sha can be used.

Signed-off-by: Vincent Jardin <vjardin@free.fr>
---
 package/lsuio/lsuio.hash | 1 +
 package/lsuio/lsuio.mk   | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Aug. 24, 2024, 7 p.m. UTC | #1
Hello Vincent,

Thanks for this v2!

On Wed, 21 Aug 2024 11:50:44 +0200
Vincent Jardin <vjardin@free.fr> wrote:

> diff --git a/package/lsuio/lsuio.hash b/package/lsuio/lsuio.hash
> index 2df6d074f4..472aee6e3e 100644
> --- a/package/lsuio/lsuio.hash
> +++ b/package/lsuio/lsuio.hash
> @@ -1,3 +1,4 @@
>  # Locally calculated
>  sha256  c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5  lsuio-0.2.0.tar.gz
>  sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
> +sha256  fe799ea2920f07b3d950ae9b6b3dec8c0838437f4571fc8091b94fd765b3d415  lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00.tar.gz

There was no need to keep the hash for lsuio-0.2.0.tar.gz, and we
normally put the tarball hash before the license file hash. I've fixed
those minor details, did a few small tweaks in the commit title/log and
applied to next. Thanks!

Thomas
Vincent Jardin Aug. 24, 2024, 8:34 p.m. UTC | #2
Hi Thomas,

On Sat, Aug 24, 2024 at 09:00:17PM UTC, Thomas Petazzoni wrote:
> 
> There was no need to keep the hash for lsuio-0.2.0.tar.gz, and we
> normally put the tarball hash before the license file hash. I've fixed
> those minor details, did a few small tweaks in the commit title/log and
> applied to next. Thanks!

Thanks for this follow up.

Next: DPDK, it should be ok ?
      FRR, I'll provide a proper update.

Best regards,
  Vincent
Peter Lebbing Aug. 26, 2024, 12:04 p.m. UTC | #3
(resent because I completely failed to realise I'd need to first subscribe to
the mailing list before being able to CC it. Sorry!)

Hello Thomas, Vincent and mailing list,

Vincent asked me to create a tag with an incremented version number. I did that
and adjusted the --version output of the program and the ChangeLog, so it now
looks more like a real v0.3.0.

https://github.com/DigitalBrains1/lsuio/releases/tag/v0.3.0

Please note I moved the default branch from 'master' to 'main'; I thought there
were few enough people using the repository that the fallout would be small.

Regards,

Peter.
diff mbox series

Patch

diff --git a/package/lsuio/lsuio.hash b/package/lsuio/lsuio.hash
index 2df6d074f4..472aee6e3e 100644
--- a/package/lsuio/lsuio.hash
+++ b/package/lsuio/lsuio.hash
@@ -1,3 +1,4 @@ 
 # Locally calculated
 sha256  c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5  lsuio-0.2.0.tar.gz
 sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
+sha256  fe799ea2920f07b3d950ae9b6b3dec8c0838437f4571fc8091b94fd765b3d415  lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00.tar.gz
diff --git a/package/lsuio/lsuio.mk b/package/lsuio/lsuio.mk
index 193de15aef..46647d17ee 100644
--- a/package/lsuio/lsuio.mk
+++ b/package/lsuio/lsuio.mk
@@ -4,8 +4,9 @@ 
 #
 ################################################################################
 
-LSUIO_VERSION = 0.2.0
-LSUIO_SITE = http://www.osadl.org/projects/downloads/UIO/user
+# no tag yet
+LSUIO_VERSION = ba46808da148552462e50ba66d8d15cc5b9a3a00
+LSUIO_SITE = $(call github,DigitalBrains1,lsuio,$(LSUIO_VERSION))
 LSUIO_LICENSE = GPL-2.0
 LSUIO_LICENSE_FILES = COPYING