Bump to flatbuffers 1.12.0
authorGeunsik Lim <geunsik.lim@samsung.com>
Mon, 3 Aug 2020 08:34:45 +0000 (17:34 +0900)
committerGichan Jang <gichan2.jang@samsung.com>
Thu, 13 May 2021 02:42:54 +0000 (11:42 +0900)
Change-Id: I228241b006edf9850e035a96b69fc6c305905280
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
debian/changelog
packaging/flatbuffers.spec

index 6eebe3b..cb30dba 100644 (file)
@@ -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
index 4e1d495..d44c838 100644 (file)
@@ -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