Skip to content

Commit

Permalink
Bump libdsme version to 0.66.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed May 25, 2020
1 parent 398fdc7 commit 9f3d753
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.2
VERSION := 0.66.3

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

* [aarch64] Specify libdir. Contributes to JB#49681

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Mon, 25 May 2020 16:29:33 +0300

libdsme (0.66.2) unstable; urgency=low

* [packaging] Fix license, update URL. Contributes to JB#45486
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.2
Version: 0.66.3
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.2
Version: 0.66.3
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.2
Version: 0.66.3
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.2
Version: 0.66.3
Requires:
Libs: -L${libdir} -lthermalmanager_dbus_if
Cflags: -I${includedir}

0 comments on commit 9f3d753

Please sign in to comment.