summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-16 17:11:05 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-16 17:11:45 +0900
commit92f6107b7b240a6130d63e9e36813a9f6b654543 (patch)
tree93e55d041bb031b0121248761fdab01b9a1e7c5f
parent79f8c9968f123c552686cbc6970ce8e70d4c2b58 (diff)
downloadlthor-accepted/tizen_devbase_tools.tar.gz
lthor-accepted/tizen_devbase_tools.tar.bz2
lthor-accepted/tizen_devbase_tools.zip
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-xCMakeLists.txt2
-rw-r--r--debian/changelog7
-rw-r--r--packaging/lthor.spec2
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