summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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