From 65f3eba21a415bbc338fb52df413161ee326957b Mon Sep 17 00:00:00 2001 From: Matti Kosola Date: Wed, 8 Jul 2020 09:13:49 +0300 Subject: [PATCH] Bump dsme version to 0.81.1 Signed-off-by: Matti Kosola --- 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 ef5dc48..17ffae9 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.81.0 +VERSION := 0.81.1 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 7955949..6493288 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.81.0) +AC_INIT(dsme, 0.81.1) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index 06aa3fb..427e8b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dsme (0.81.1) precise; urgency=low + + * [aarch64] Do not hardcode libdir. Contributes to JB#49681 + * [aarch64] Fix location of systemd unit files. Contributes to JB#49681 + + -- Matti Kosola Wed, 08 Jul 2020 09:12:38 +0300 + dsme (0.81.0) precise; urgency=low * [packaging] Add dsme-plugin-devel package. Fixes JB#49564 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 721f4ca..527d49b 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.81.0 +Version: 0.81.1 Release: 0 License: LGPLv2+ URL: https://git.sailfishos.org/mer-core/dsme