Skip to content

Commit

Permalink
Bump libdsme version to 0.66.6
Browse files Browse the repository at this point in the history
[libdsme] Replace u_int*_t usages for the newer uint*_t. JB#49555

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Sep 24, 2020
1 parent ec678f4 commit 3633f59
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# Package version
VERSION := 0.66.5
VERSION := 0.66.6

# Shared object version
SOMAJOR := .0
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libdsme (0.66.6) unstable; urgency=low

* Replace u_int*_t usages for the newer uint*_t

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Thu, 24 Sep 2020 18:42:41 +0300

libdsme (0.66.5) unstable; urgency=low

* [protocol,alarm] use C extern in the headers
Expand Down
2 changes: 1 addition & 1 deletion dsme.pc
Expand Up @@ -4,7 +4,7 @@ libdir=${prefix}/lib

Name: dsme
Description: DSME dsmesock dynamic library
Version: 0.66.5
Version: 0.66.6
Requires:
Libs: -L${libdir} -ldsme
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion dsme_dbus_if.pc
Expand Up @@ -4,7 +4,7 @@ libdir=${prefix}/lib

Name: dsme_dbus_if
Description: DSME D-Bus interface dynamic library
Version: 0.66.5
Version: 0.66.6
Requires:
Libs: -L${libdir} -ldsme_dbus_if
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion rpm/libdsme.spec
@@ -1,7 +1,7 @@
Name: libdsme

Summary: DSME dsmesock dynamic library
Version: 0.66.5
Version: 0.66.6
Release: 0
Group: System/System Control
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion thermalmanager_dbus_if.pc
Expand Up @@ -4,7 +4,7 @@ libdir=${prefix}/lib

Name: thermalmanager_dbus_if
Description: Thermal Manager D-Bus interface dynamic library
Version: 0.66.5
Version: 0.66.6
Requires:
Libs: -L${libdir} -lthermalmanager_dbus_if
Cflags: -I${includedir}

0 comments on commit 3633f59

Please sign in to comment.