From 830f187f1092d39a32337c48af5a3578d16f569e Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Wed, 13 Aug 2014 22:42:01 +0200 Subject: Release 0.10 --- pebble.pro | 3 ++- rpm/pebble.changes | 7 +++++++ rpm/pebble.spec | 6 +++--- rpm/pebble.yaml | 6 +++--- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/pebble.pro b/pebble.pro index 572bd9a..1f8f90b 100644 --- a/pebble.pro +++ b/pebble.pro @@ -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 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 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: -- cgit v1.2.3