From a462fd1d5b96e8baddc66eed638c55350117a58a Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Thu, 24 Sep 2020 18:24:42 +0300 Subject: [PATCH] Bump dsme version to 0.81.4 Signed-off-by: Simo Piiroinen --- Makefile.custom | 2 +- configure.ac | 2 +- debian/changelog | 9 +++++++++ rpm/dsme.spec | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile.custom b/Makefile.custom index fad08b1..9202a3e 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.81.3 +VERSION := 0.81.4 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index e756d7a..e8ac0dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.81.3) +AC_INIT(dsme, 0.81.4) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index e344045..1f407c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dsme (0.81.4) precise; urgency=low + + * Fix Musl libc incompatibilities + * [musl] Add missing stdint.h includes. JB#49555 + * [musl] Correct musl-compatibility.h confusion. JB#49555 + * [musl] Fix __GLIBC__ tests. JB#49555 + + -- Simo Piiroinen Thu, 24 Sep 2020 18:22:31 +0300 + dsme (0.81.3) precise; urgency=low * [iphb] Make RTC power on reliable. Contributes to JB#50354 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index ecd91f5..04d0845 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.81.3 +Version: 0.81.4 Release: 0 License: LGPLv2+ URL: https://git.sailfishos.org/mer-core/dsme