From 67528a094a97ff66e934429a18d9422f7fb43446 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Mon, 24 Aug 2020 09:51:52 +0300 Subject: [PATCH] Bump dsme version to 0.81.2 Signed-off-by: Simo Piiroinen --- Makefile.custom | 2 +- configure.ac | 2 +- debian/changelog | 7 +++++++ rpm/dsme.spec | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile.custom b/Makefile.custom index a25039f..0d18bd8 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.81.1 +VERSION := 0.81.2 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 6493288..07ba3b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.81.1) +AC_INIT(dsme, 0.81.2) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index 427e8b8..81b8ae0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dsme (0.81.2) precise; urgency=low + + * [runlevel] Fix whitespace issues + * [runlevel] Expect systemctl to reside in /usr/bin. Fixes JB#50483 + + -- Simo Piiroinen Mon, 24 Aug 2020 09:49:40 +0300 + dsme (0.81.1) precise; urgency=low * [aarch64] Do not hardcode libdir. Contributes to JB#49681 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 527d49b..69de644 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.81.1 +Version: 0.81.2 Release: 0 License: LGPLv2+ URL: https://git.sailfishos.org/mer-core/dsme