diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-08-13 22:42:01 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-08-13 22:42:01 +0200 |
| commit | 830f187f1092d39a32337c48af5a3578d16f569e (patch) | |
| tree | 364432258941aee594b3b77d5f908b63a5df6de9 | |
| parent | a22f4147b1754eabe09865862db3d35f9aa64bc0 (diff) | |
Release 0.10RELEASE_0.10
| -rw-r--r-- | pebble.pro | 3 | ||||
| -rw-r--r-- | rpm/pebble.changes | 7 | ||||
| -rw-r--r-- | rpm/pebble.spec | 6 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 6 |
4 files changed, 15 insertions, 7 deletions
@@ -3,4 +3,5 @@ SUBDIRS = daemon app OTHER_FILES += \ README.md \ rpm/pebble.spec \ - rpm/pebble.yaml + rpm/pebble.yaml \ + rpm/pebble.changes diff --git a/rpm/pebble.changes b/rpm/pebble.changes index c4ccf8c..f384f04 100644 --- a/rpm/pebble.changes +++ b/rpm/pebble.changes @@ -1,3 +1,10 @@ +* Sat Aug 13 2014 Tomasz Sterna <tomek@xiaoka.com> 0.10 +- Transliterate strings to plain ASCII +- Handle e-mail notifications without subject +- Fixed handling of connected signal in Manager app +- Do not spam journal after reboot +- Fixed call hangup by Pebble + * Sat Aug 2 2014 Tomasz Sterna <tomek@xiaoka.com> 0.9 - option to disable phone call forwarding to watch - "Send application log to developer" button on About page diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 84fc1dd..edd8366 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -13,10 +13,10 @@ Name: pebble %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Support for Pebble watch in SailfishOS -Version: 0.9 +Version: 0.10 Release: 1 Group: Qt/Qt -License: BSD +License: GPL3 URL: http://getpebble.com/ Source0: %{name}-%{version}.tar.xz Source100: pebble.yaml @@ -33,7 +33,7 @@ BuildRequires: pkgconfig(sailfishapp) >= 0.0.10 BuildRequires: desktop-file-utils %description -Include support for Pebble watch to receive event from SailfishOS device. Communicates via Bluetooth, supporting the Pebble protocol. +Support for Pebble watch to receive events from SailfishOS device via Bluetooth. %prep diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 955d024..50f9301 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,14 +1,14 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 0.9 +Version: 0.10 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ -License: BSD +License: GPL3 Sources: - '%{name}-%{version}.tar.xz' Description: | - Include support for Pebble watch to receive event from SailfishOS device. Communicates via Bluetooth, supporting the Pebble protocol. + Support for Pebble watch to receive events from SailfishOS device via Bluetooth. Configure: none Builder: qtc5 QMakeOptions: |
