[sailfish] made the version propagate to pro file and qml-files from the main yaml

This commit is contained in:
Hauke Schade 2015-05-02 13:00:52 +02:00
parent 71a4a7f0a4
commit 8fbf80a229
4 changed files with 10 additions and 5 deletions

View file

@ -17,7 +17,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
# http://www.gnu.org/licenses/.
VERSION = 0.5.1
##VERSION = 0.5.2
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += Q_OS_SAILFISH

View file

@ -1,4 +1,4 @@
* Mon Apr 13 2015 Hauke Schade <cnlpete@cnlpete.de> 0.5.2-1-dev
* Sat May 02 2015 Hauke Schade <cnlpete@cnlpete.de> 0.5.2-1-dev
- updated translations from transifex
- added reloading of server feed when update returns without new items

View file

@ -13,7 +13,7 @@ Name: harbour-ttrss-cnlpete
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Tiny Tiny RSS Reader
Version: 0.5.1
Version: 0.5.2
Release: 1
Group: Applications/Internet
License: GPLv2+
@ -43,7 +43,9 @@ API.
# >> build pre
# << build pre
%qtc_qmake5
%qtc_qmake5 \
VERSION=%{version} \
RELEASE=%{release}
%qtc_make %{?_smp_mflags}

View file

@ -1,6 +1,6 @@
Name: harbour-ttrss-cnlpete
Summary: Tiny Tiny RSS Reader
Version: 0.5.1
Version: 0.5.2
Release: 1
Group: Applications/Internet
URL: http://ttrss.cnlpete.de/
@ -13,6 +13,9 @@ Description: |-
API.
Configure: none
Builder: qtc5
QMakeOptions:
- VERSION=%{version}
- RELEASE=%{release}
PkgConfigBR:
- Qt5Quick
- Qt5Qml