diff options
| author | Andrew Branson <abranson@users.noreply.github.com> | 2015-06-10 00:31:11 +0200 |
|---|---|---|
| committer | Andrew Branson <abranson@users.noreply.github.com> | 2015-06-10 00:31:11 +0200 |
| commit | 9f19addbe51a1ceb2967b737843dab0e262343c0 (patch) | |
| tree | 0f3d3d30289256f9485774822d354bb5d5f50f3b /rpm | |
| parent | 2d50346f06e5be31557cb4718ff94cd650c1a210 (diff) | |
| parent | 882b7b9327edb3dd73fa3e82eba83c0405f91b83 (diff) | |
Merge pull request #1 from smokku/master
Pull
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.changes | 4 | ||||
| -rw-r--r-- | rpm/pebble.spec | 2 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/rpm/pebble.changes b/rpm/pebble.changes index 2d60c1d..0a2350c 100644 --- a/rpm/pebble.changes +++ b/rpm/pebble.changes @@ -1,3 +1,7 @@ +* Tue May 19 2015 Tomasz Sterna <tomek@xiaoka.com> 1.2 +- Automatic time synchronization with watch +- Chinese translation + * Mon May 11 2015 Tomasz Sterna <tomek@xiaoka.com> 1.1 - Do not reconnect to the watch if Bluetooth is switched off - AppStore logout remorse timer diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 395b441..bc1612d 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -13,7 +13,7 @@ Name: pebble %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Support for Pebble watch in SailfishOS -Version: 1.1 +Version: 1.2 Release: 1 Group: Qt/Qt License: GPL3 diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 4b9ebac..7c115c8 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,6 +1,6 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 1.1 +Version: 1.2 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ |
