diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-01-16 17:11:05 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-01-16 17:11:45 +0900 |
commit | 92f6107b7b240a6130d63e9e36813a9f6b654543 (patch) | |
tree | 93e55d041bb031b0121248761fdab01b9a1e7c5f | |
parent | 79f8c9968f123c552686cbc6970ce8e70d4c2b58 (diff) | |
download | lthor-accepted/tizen_devbase_tools.tar.gz lthor-accepted/tizen_devbase_tools.tar.bz2 lthor-accepted/tizen_devbase_tools.zip |
Bump version to 3.2 for Ubuntu 18.04 buildsubmit/trunk/20191101.102136submit/trunk/20191030.112603submit/trunk/20191017.233826submit/trunk/20191017.111201submit/trunk/20190927.044709accepted/tizen/devbase/tools/20190927.061831accepted/tizen_devbase_tools
In version 3.2 build issue in Ubuntu 18.04 is resolved and build
warnings are also removed.
Change-Id: Idc4973bfea3b018095bb13f4445ac0307d354288
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rwxr-xr-x | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | packaging/lthor.spec | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b00777..4bba475 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ SET(PKGNAME "${PACKAGE}") SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(BINDIR "${PREFIX}/bin") -SET(PACKAGE_VERSION "3.1") +SET(PACKAGE_VERSION "3.2") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/debian/changelog b/debian/changelog index 49c3627..fe0899f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.2) unstable; urgency=low + + * Upgraded to v3.2 + * fix network build error with aio_sigevent in Ubuntu 18.04 + + -- Seung-Woo Kim <sw0312.kim@samsung.com> Wed, 16 Jan 2019 17:09:42 +0900 + lthor (3.1) unstable; urgency=low * Upgraded to v3.1 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index b1daab1..4c670de 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 3.1 +Version: 3.2 Release: 1 Group: Development/Tools/Other License: Apache |