diff options
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.changes | 6 | ||||
| -rw-r--r-- | rpm/pebble.spec | 4 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/rpm/pebble.changes b/rpm/pebble.changes index 23fbf57..8d64ff9 100644 --- a/rpm/pebble.changes +++ b/rpm/pebble.changes @@ -1,3 +1,7 @@ +* Tue Dec 23 2014 Tomasz Sterna <tomek@xiaoka.com> 0.13 +- Update for Qt 5.2 +- Logging using Qt logging categories + * Tue Sep 30 2014 Tomasz Sterna <tomek@xiaoka.com> 0.12 - Do not use invoker to run pebbled @@ -36,7 +40,7 @@ * Fri Jul 18 2014 Tomasz Sterna <tomek@xiaoka.com> 0.6 - Music Control via MPRIS -* Sun Jul 13 2014 Tomasz Sterna <tomek@xiaoka.com> 0.6 +* Sun Jul 13 2014 Tomasz Sterna <tomek@xiaoka.com> 0.5 - Fixed incoming call notification - support for PHONE_VERSION endpoint diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 02cbe6c..bd86a5c 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: 0.12.1c +Version: 0.13.js1 Release: 1 Group: Qt/Qt License: GPL3 @@ -31,7 +31,6 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(mlite5) BuildRequires: pkgconfig(sailfishapp) >= 0.0.10 BuildRequires: pkgconfig(icu-i18n) -BuildRequires: log4qt-devel BuildRequires: desktop-file-utils %description @@ -86,6 +85,5 @@ systemctl --user daemon-reload %{_datadir}/icons/hicolor/86x86/apps/%{name}.png %{_libdir}/systemd/user/%{name}d.service %{_libdir}/systemd/user/user-session.target.wants/%{name}d.service -%{_datadir}/%{name}/log4qt.conf # >> files # << files diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index c788c27..4681e9c 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,6 +1,6 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 0.12.1b +Version: 0.13.js1 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ @@ -23,8 +23,6 @@ PkgConfigBR: - mlite5 - sailfishapp >= 0.0.10 - icu-i18n -PkgBR: -- log4qt-devel Requires: - sailfishsilica-qt5 >= 0.10.9 - systemd-user-session-targets @@ -37,4 +35,3 @@ Files: - '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' - '%{_libdir}/systemd/user/%{name}d.service' - '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service' -- '%{_datadir}/%{name}/log4qt.conf' |
