From a7a72c41402416e80d37e5d4fe04ae2868913d0b Mon Sep 17 00:00:00 2001 From: Dmitrii Kuvaiskii Date: Mon, 11 Dec 2023 22:43:16 -0800 Subject: [PATCH] Bump Gramine version to 1.6 Signed-off-by: Dmitrii Kuvaiskii --- debian/changelog | 8 +++++--- gramine.spec | 2 +- meson.build | 2 +- packaging/alpine/APKBUILD | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index d284aa77e1..273134e77b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -gramine (1.5post~UNRELEASED) UNRELEASED; urgency=medium +gramine (1.6) bookworm bullseye jammy focal; urgency=medium - * + * version 1.6 + * updated python3-click dependency to >= 6.7 + * added python3-pkg-resources dependency (if python3 < 3.10) - -- Wojtek Porczyk Thu, 6 Jul 2023 13:30:01 +0200 + -- Wojtek Porczyk Mon, 11 Dec 2023 10:00:00 +0100 gramine (1.5) bookworm bullseye jammy focal; urgency=medium diff --git a/gramine.spec b/gramine.spec index c57f790003..935d3c5d79 100644 --- a/gramine.spec +++ b/gramine.spec @@ -1,7 +1,7 @@ # Copyright (c) 2021-2022 Wojtek Porczyk Name: gramine -Version: 1.5post~UNRELEASED +Version: 1.6 Release: 1%{?dist} Group: Development Tools Summary: A lightweight usermode guest OS designed to run a single Linux application diff --git a/meson.build b/meson.build index 80e66fa80a..425458fc4f 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'gramine', 'c', 'cpp', - version: '1.5post~UNRELEASED', + version: '1.6', license: 'LGPLv3+', meson_version: '>=0.56', diff --git a/packaging/alpine/APKBUILD b/packaging/alpine/APKBUILD index 2d1088d358..a784286c51 100644 --- a/packaging/alpine/APKBUILD +++ b/packaging/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Amie Raine # Maintainer: Amie Raine pkgname=gramine -_real_pkgver=1.5post~UNRELEASED +_real_pkgver=1.6 pkgver=$(printf %s "$_real_pkgver" | sed \ -e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \ -e 's:~:_:' \