From 9ae69c7d7ce5b46297556127e60ed9c16e3d0ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Oestreicher?= Date: Wed, 21 Dec 2016 11:07:07 +0100 Subject: [PATCH] Release version 0.3 --- rpm/harbour-wallaread.changes | 5 +++++ rpm/harbour-wallaread.spec | 9 +++++---- rpm/harbour-wallaread.yaml | 9 +++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/rpm/harbour-wallaread.changes b/rpm/harbour-wallaread.changes index 9da1e5f..e11c0f4 100644 --- a/rpm/harbour-wallaread.changes +++ b/rpm/harbour-wallaread.changes @@ -1,3 +1,8 @@ +* Wed Dec 21 2016 Grégory Oestreicher 0.3-1 +- Supports embedding images in articles +- Adding articles is now supported +- French translation courtesy of Quentin P. + * Sun Dec 18 2016 Grégory Oestreicher 0.2-1 - Fixed synchronization bugs with wallabag.it and maybe other installations - Added server deletion from the main page diff --git a/rpm/harbour-wallaread.spec b/rpm/harbour-wallaread.spec index c0a0a62..b571d3b 100644 --- a/rpm/harbour-wallaread.spec +++ b/rpm/harbour-wallaread.spec @@ -13,11 +13,11 @@ Name: harbour-wallaread %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: WallaRead - A Wallabag 2+ client for Sailfish OS -Version: 0.2 +Version: 0.3 Release: 1 Group: Qt/Qt -License: LICENSE -URL: http://example.org/ +License: GPL +URL: https://github.com/goestreicher/harbour-wallaread Source0: %{name}-%{version}.tar.bz2 Source100: harbour-wallaread.yaml Requires: sailfishsilica-qt5 >= 0.10.9 @@ -28,7 +28,8 @@ BuildRequires: pkgconfig(Qt5Quick) BuildRequires: desktop-file-utils %description -Short description of my Sailfish OS Application +WallaRead is a SailfishOS client for Wallabag 2 and above, supporting +full offline reading %prep diff --git a/rpm/harbour-wallaread.yaml b/rpm/harbour-wallaread.yaml index ad6ebab..be50b17 100644 --- a/rpm/harbour-wallaread.yaml +++ b/rpm/harbour-wallaread.yaml @@ -1,18 +1,19 @@ Name: harbour-wallaread Summary: WallaRead - A Wallabag 2+ client for Sailfish OS -Version: 0.2 +Version: 0.3 Release: 1 # The contents of the Group field should be one of the groups listed here: # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS Group: Qt/Qt -URL: http://example.org/ -License: LICENSE +URL: https://github.com/goestreicher/harbour-wallaread +License: GPL # This must be generated before uploading a package to a remote build service. # Usually this line does not need to be modified. Sources: - '%{name}-%{version}.tar.bz2' Description: | - Short description of my Sailfish OS Application + WallaRead is a SailfishOS client for Wallabag 2 and above, supporting + full offline reading Configure: none # The qtc5 builder inserts macros to allow QtCreator to have fine # control over qmake/make execution