Skip to content

Commit

Permalink
Bump Gramine version to 1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
  • Loading branch information
woju committed Jul 7, 2023
1 parent b301c04 commit 0b55269
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
gramine (1.4post~UNRELEASED) UNRELEASED; urgency=medium
gramine (1.5) bookworm bullseye jammy focal; urgency=medium

*
* version 1.5
* added python3-recommonmark
* removed libcjson1* dependencies, cJSON is built from subproject

-- Wojtek Porczyk <woju@invisiblethingslab.com> Sun, 12 Feb 2023 00:00:01 +0100
-- Wojtek Porczyk <woju@invisiblethingslab.com> Thu, 7 Jul 2023 11:00:00 +0200

gramine (1.4) bullseye bookworm bionic focal jammy; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion gramine.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021-2022 Wojtek Porczyk <woju@invisiblethingslab.com>

Name: gramine
Version: 1.4post~UNRELEASED
Version: 1.5
Release: 1%{?dist}
Group: Development Tools
Summary: A lightweight usermode guest OS designed to run a single Linux application
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'gramine',
'c', 'cpp',
version: '1.4post~UNRELEASED',
version: '1.5',
license: 'LGPLv3+',

meson_version: '>=0.56',
Expand Down
2 changes: 1 addition & 1 deletion packaging/alpine/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Amie Raine <amie@invisiblethingslab.com>
# Maintainer: Amie Raine <amie@invisiblethingslab.com>
pkgname=gramine
_real_pkgver=1.4post~UNRELEASED
_real_pkgver=1.5
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:~:_:' \
Expand Down

0 comments on commit 0b55269

Please sign in to comment.