summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeunsik Lim <geunsik.lim@samsung.com>2020-08-03 17:34:45 +0900
committerGichan Jang <gichan2.jang@samsung.com>2021-05-13 11:42:54 +0900
commit77aeaec0c6aa4f73eb68798e4f4ed06543bf08ea (patch)
tree964b4576bf9dbb862b75f183fa4fa67c5d6a6917
parent156062ec58147630edd8432517dc3d2a0ba071f8 (diff)
downloadflatbuffers-77aeaec0c6aa4f73eb68798e4f4ed06543bf08ea.tar.gz
flatbuffers-77aeaec0c6aa4f73eb68798e4f4ed06543bf08ea.tar.bz2
flatbuffers-77aeaec0c6aa4f73eb68798e4f4ed06543bf08ea.zip
Bump to flatbuffers 1.12.0
Change-Id: I228241b006edf9850e035a96b69fc6c305905280 Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
-rw-r--r--debian/changelog6
-rw-r--r--packaging/flatbuffers.spec9
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