diff options
author | Geunsik Lim <geunsik.lim@samsung.com> | 2020-08-03 17:34:45 +0900 |
---|---|---|
committer | Yongjoo Ahn <yongjoo1.ahn@samsung.com> | 2022-12-02 16:37:25 +0900 |
commit | 1ce4ace825affe0c7a0f41a8912a86c84073a7fa (patch) | |
tree | b8491d3a2e8866d360363b4f72343050c8eacfc8 | |
parent | fb8cba6dab6f62139683e72f6852e05f9dec8fb5 (diff) | |
download | flatbuffers-1ce4ace825affe0c7a0f41a8912a86c84073a7fa.tar.gz flatbuffers-1ce4ace825affe0c7a0f41a8912a86c84073a7fa.tar.bz2 flatbuffers-1ce4ace825affe0c7a0f41a8912a86c84073a7fa.zip |
Bump to flatbuffers 1.12.0
Change-Id: I228241b006edf9850e035a96b69fc6c305905280
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | packaging/flatbuffers.spec | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6eebe3b1..cb30dbad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +flatbuffers (1.12.0-1) unstable; urgency=medium + + * Release of v1.12.0 to support Tensorflow-Lite 2.x + + -- Geunsik Lim <geunsik.lim@samsung.com> Mon, 03 Aug 2020 18:30:10 +0900 + flatbuffers (1.11.0-1) unstable; urgency=medium * Initial debianization for v1.11.0 diff --git a/packaging/flatbuffers.spec b/packaging/flatbuffers.spec index 4e1d495d..d44c8384 100644 --- a/packaging/flatbuffers.spec +++ b/packaging/flatbuffers.spec @@ -1,6 +1,6 @@ -Name: flatbuffers +Name: flatbuffers Summary: cross platform serialization library -Version: 1.11.0 +Version: 1.12.0 Release: 1%{?dist} Group: Development/Libraries Packager: Parichay Kapoor <pk.kapoor@samsung.com> @@ -57,16 +57,21 @@ export CXXFLAGS+=" -fno-lto" %postun -p /sbin/ldconfig %files +%defattr(-,root,root,-) %manifest %{name}.manifest %license LICENSE.txt %{_libdir}/libflatbuffers.so* %files devel +%defattr(-,root,root,-) %{_bindir}/flatc %{_includedir}/flatbuffers %{_libdir}/libflatbuffers.a %{_libdir}/cmake/flatbuffers/* %changelog +* Mon Aug 03 2020 Geunsik Lim <geunsik.lim@samsung.com> +- Release of 1.12.0 to support Tensorflow-Lite 2.x + * Fri Nov 15 2019 Parichay kapoor <pk.kapoor@samsung.com> - Release of 1.11.0 |