diff options
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.changes | 7 | ||||
| -rw-r--r-- | rpm/pebble.spec | 6 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 6 |
3 files changed, 13 insertions, 6 deletions
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: |
