From: SooChan Lim Date: Mon, 21 May 2018 06:31:16 +0000 (+0900) Subject: package version up to 3.0.0 X-Git-Tag: submit/tizen/20180521.034547^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F179672%2F3;p=platform%2Fcore%2Fuifw%2Flibtbm.git package version up to 3.0.0 - add haltest cases - add the new backend interface at tbm_backend.h and the backend module need to implement with tbm_backend.h - deprecate the legacy backend interface at tbm_bufmgr_backend.h and this will be removed at Tizen version 6.0. - increase the major verion of the TBM backend ABI to version 3.0 Change-Id: Id69c0ac08ea1eb3534066e4151661323366dfd4b --- diff --git a/configure.ac b/configure.ac index 830dc31..c19d3a7 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AC_PREREQ(2.60) -AC_INIT(libtbm, 2.1.2) +AC_INIT(libtbm, 3.0.0) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) diff --git a/packaging/libtbm.spec b/packaging/libtbm.spec index 086abcd..48ef4b6 100644 --- a/packaging/libtbm.spec +++ b/packaging/libtbm.spec @@ -4,7 +4,7 @@ %define HALTESTS_GCOV 0 Name: libtbm -Version: 2.13.4 +Version: 3.0.0 Release: 1 License: MIT Summary: The library for Tizen Buffer Manager