Skip to content

Commit

Permalink
Bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed Jan 21, 2021
1 parent afb9806 commit 08ce125
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
@@ -1,3 +1,12 @@
sensorfw-qt5 (0.12.2) unstable; urgency=medium

[sensorfw] Move sensord.sock to /run
[sensorfw] Properly handle angle rollover in built-in compass support
[sensorfw] Cleanup Qt project files
[packaging] Refine systemd unit install and test cleanup

-- Matti Lehtimäki <matti.lehtimaki@jolla.com> Thu, 21 Jan 2021 22:34:31 +0300

sensorfw-qt5 (0.12.1) unstable; urgency=medium

[hybrisadaptor] Fix building rotation vector adaptors with old Android versions
Expand Down
2 changes: 1 addition & 1 deletion rpm/sensorfw-qt5-binder.spec
@@ -1,5 +1,5 @@
Name: hybris-libsensorfw-qt5-binder
Version: 0.12.1
Version: 0.12.2
Release: 0
Provides: hybris-libsensorfw-qt5 = %{version}-%{release}
Conflicts: hybris-libsensorfw-qt5 <= 0.10.9
Expand Down
2 changes: 1 addition & 1 deletion rpm/sensorfw-qt5-hybris.spec
@@ -1,5 +1,5 @@
Name: hybris-libsensorfw-qt5-hal
Version: 0.12.1
Version: 0.12.2
Release: 0
Provides: hybris-libsensorfw-qt5 = %{version}-%{release}
Conflicts: hybris-libsensorfw-qt5 <= 0.10.9
Expand Down
2 changes: 1 addition & 1 deletion rpm/sensorfw-qt5.spec
@@ -1,6 +1,6 @@
Name: sensorfw-qt5
Summary: Sensor Framework Qt5
Version: 0.12.1
Version: 0.12.2
Release: 0
License: LGPLv2+
URL: https://git.sailfishos.org/mer-core/sensorfw
Expand Down
2 changes: 1 addition & 1 deletion sensord-qt5.pc.in
Expand Up @@ -4,7 +4,7 @@ libdir=${prefix}/@LIB@

Name: Sensorfw-qt5
Description: Sensord for Qt 5
Version: 0.12.1
Version: 0.12.2
Requires:
Libs: -L${libdir} -lsensorclient-qt5 -lsensordatatypes-qt5
Cflags: -I${includedir} -I${includedir}/datatypes -I${includedir}/filters

0 comments on commit 08ce125

Please sign in to comment.