Release version 0.3
parent
cd5b8ff9c4
commit
9ae69c7d7c
|
@ -1,3 +1,8 @@
|
|||
* Wed Dec 21 2016 Grégory Oestreicher <greg@kamago.net> 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 <greg@kamago.net> 0.2-1
|
||||
- Fixed synchronization bugs with wallabag.it and maybe other installations
|
||||
- Added server deletion from the main page
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue