diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 15:42:06 +0100 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 15:42:06 +0100 |
commit | 3d187ca72ebde9840a0cc974f5b67efd72f2522e (patch) | |
tree | a57dcbd60658aa1462bf8b182b58e6b6966899b0 /packaging/qt5.spec | |
parent | eee027102db0dac33e27ce7919e48774ea7dcac6 (diff) | |
download | qtbase-3d187ca72ebde9840a0cc974f5b67efd72f2522e.tar.gz qtbase-3d187ca72ebde9840a0cc974f5b67efd72f2522e.tar.bz2 qtbase-3d187ca72ebde9840a0cc974f5b67efd72f2522e.zip |
Bump package version to 5.4.1
Change-Id: Idbd78aeed4ddc2f38f949e276a73007cd541a4b8
Bug-Tizen: TIVI-2416
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
Diffstat (limited to 'packaging/qt5.spec')
-rw-r--r-- | packaging/qt5.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/qt5.spec b/packaging/qt5.spec index 3ffcf42733..288d7b2e9e 100644 --- a/packaging/qt5.spec +++ b/packaging/qt5.spec @@ -63,7 +63,7 @@ # evolve. Name: qt5 Summary: Cross-platform application and UI framework -Version: 5.4.0 +Version: 5.4.1 Release: 0 Group: Base/Libraries License: LGPL-2.1+ or GPL-3.0 @@ -590,7 +590,7 @@ MAKEFLAGS=%{?_smp_mflags} \ -developer-build \ -no-warnings-are-errors \ %endif - -platform devices/linux-g++-tizen \ + -platform linux-g++-tizen \ %if "%{profile}" != "" -device-option TIZEN_PROFILE=%{profile} \ %if 0%{?_tizen_emulator:1} |