Skip to content

Commit

Permalink
Bump dsme version to 0.81.5
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
  • Loading branch information
spiiroin committed Dec 4, 2020
1 parent 07afe95 commit 3a3fdc4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- -*- mode: sh -*-
# Package version
VERSION := 0.81.4
VERSION := 0.81.5

# Dummy default install dir - override from packaging scripts
DESTDIR ?= /tmp/dsme-test-install
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Package name and version
AC_INIT(dsme, 0.81.4)
AC_INIT(dsme, 0.81.5)

AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_EXTRA_RECURSIVE_TARGETS([dbus-gmain])
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
@@ -1,3 +1,13 @@
dsme (0.81.5) precise; urgency=low

* [dsme] Modernize configure.ac
* [dsme] Use dbus-gmain instead of dbus-glib
* [modules] Move shared CFLAS to AM_CPPFLAGS
* [dbus-glib] Add sumbodule. Contributes to JB#51115
* [dbus-glib] Remove redundant dbus connection setups. JB#51115

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Fri, 04 Dec 2020 10:36:39 +0200

dsme (0.81.4) precise; urgency=low

* Fix Musl libc incompatibilities
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.81.4
Version: 0.81.5
Release: 0
License: LGPLv2+
URL: https://git.sailfishos.org/mer-core/dsme
Expand Down

0 comments on commit 3a3fdc4

Please sign in to comment.